Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X
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.
Solved! Go to Solution.
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/
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
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/