Hello,
in the servers.xml file, located in /conf directory, you should declare
your projekt's path.
e.g.
Context path="/projekt" docBase="webapps/projekt" debug="0"
reloadable="true"/>
With the webapps directory located in the tomcat directory.
On the other hand you have to look at the web.mxl file located in the
web-inf directory in your projekt directory. There you should have
<url-pattern>
*.xml
<url-pattern>
or something like that.
Hope I helped you,
Sascha Kolski
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]