Hi, another slide-tomcat-bundle-configuration question:

I have my self written webapp "httpdav" I'd like to have a call like
http://host:port/httpdav to call my servlet. This works create, with
setting the servlet mapping to "/"

Unfortunately also the call http://host:port/httpdav/images/...
calls the servlet now, also there are pics, that I need for the layout of
the servlets response.

Can I tell the servlet mapping something like everything except...
Or can I map the images directory somewhere higher then the servlet, so
that the call will work?

I tried around with the "context"-Tag a lot, but didn't get any results.

Regards,
Frank


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to