I modified the web.xml under tomcat/conf.
The invoker servlet must be uncommented if you want to use /servlet/appname style. E,g,
<!-- The mapping for the invoker servlet -->
<!--
-->
<servlet-mapping>
<servlet-name>invoker</servlet-name>
<url-pattern>/servlet/*</url-pattern>
</servlet-mapping>Hope this will solve you problem.
Wei
ilfrin wrote:
Hi Wei,
20 września 2003, 14:57:43, zastalo napisane:
WH> This may have something to do the servlet.jar or servlet-2.3.jar is in WH> the WEB-INF/lib in the deployment directory.
hmm well as I wrote there was an error that I removed by removing the servlet.jar from the webapps/../web-inf/lib dir because there is one in the common/lib of the tdk,
that gets the error out but changes nothing ..
hmm?
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
