"Marc Lustig" <[EMAIL PROTECTED]> writes:
>Yea, thanks James, it did. I fixed various dependencies so turbine starts up
>properly now. However, I still get 404 whatever url I try:
>/servlet/myapp/servlet/
>/servlet/myapp/
myapp/servlet/myapp :-)
^^^^^
That is in webapps subdirectory on Tomcat (deployment)
^^^^^^^^^^^^^
That's your servlet mapping in the webapp.
I added
<servlet-mapping>
<servlet-name>domainverwaltung</servlet-name>
<url-pattern>/app/*</url-pattern>
</servlet-mapping>
(replace domainverwaltung with your servlet name) on a regular base to
my deployment web.xml and access my applications at (in this case the
domainverwaltung application):
http://<myserver>/domainverwaltung/app/
(I really think that old <name>/servlet/<name> kludge should die in the
long run. Servlet Mapping is now universally understood by all newer
containers).
Regards
Henning
--
Dipl.-Inf. (Univ.) Henning P. Schmiedehausen -- Geschaeftsfuehrer
INTERMETA - Gesellschaft fuer Mehrwertdienste mbH [EMAIL PROTECTED]
Am Schwabachgrund 22 Fon.: 09131 / 50654-0 [EMAIL PROTECTED]
D-91054 Buckenhof Fax.: 09131 / 50654-20
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>