I am using mod_webapp and it serves up a servlet no problem
from the configured context so that:
http://server/datatel/servlet/servletname
works fine and datatel is the app and configured context.
I need to make the same servlet work with the  URL:
http://server/servlet/servletname
since I cannot change the URL.
Should I use :
<Location /servlet>
        SetHandler run_servlet
</Location>

if so, what is run_servlet really?

If not, is there a right way?

Thank you

jonathan

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

Reply via email to