Skip to main content
1-Visitor
July 29, 2015
Solved

Trouble finding location of xconf.dtd

  • July 29, 2015
  • 2 replies
  • 1696 views

I am trying to locate xconf.dtd file. I tried searching in the Windchill folder, but could not find it. If anybody has any idea please revert.

Best answer by ChrisSpartz

The xconf.dtd file should be in your install.jar file in <Windchill>/codebase/WEB-INF/lib/. Inside the jar file, it's located in the directory com/ptc/windchill/structconf/xconf/

2 replies

15-Moonstone
July 29, 2015

It is not on my 10.2 M030 server...

Unix command:

find $WT_HOME/ -name xconf.dtd -print

returns no results, whereas:

find $WT_HOME/ -name wt.properties -print

returns results, so I know the command works.

find $WT_HOME/ -name wt.properties -print

$WT_HOME/codebase/wnc/CommonCore/wt.properties

$WT_HOME/codebase/wt.properties

13-Aquamarine
July 29, 2015

The xconf.dtd file should be in your install.jar file in <Windchill>/codebase/WEB-INF/lib/. Inside the jar file, it's located in the directory com/ptc/windchill/structconf/xconf/