Hey all.

I have a an application where other people can deploy their own applications. I would like all the applications to use a common library. However, when I add some common JARs to a shared libarary I'm having some path trouble.

I have a xml file in each application which have paths to my DTD files. The problem is that Tomcat tries to look for these files under "tomcat/bin/", not from "tomcat/webapps/appName/".

Example:

In my XML file at "tomcat/webapps/appName/myXML.xml" I have the following path: "WEB-INF/dtd/someDTD.dtd". I'm using XSLT to transform some XML files and Tomcat always tries to look this "someDTD.dtd" under "tomcat/bin/". Naturally the file is not there so I get an error.

How could I make Tomcat to look for the files under "tomcat/webapp/appName/" , not under "tomcat/bin/"?

Thanks for any help!


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to