Murray Cumming wrote:
>> Is there any way to use servlets (not JSPs) with
>> tomcat without using
>> '/servlet/' in the URL. I am trying to set up a
>> system which already uses
>> fixed URLs. 

Scott Walter wrote:
> just specify the url mapping in the web.xml file.  It
> does not have to have servlet in it.  For example I
> have a servlet that processes a login from an html and
> the url to the servlet is:
>
> http://localhost/processlogin or 
> http://localhost/myapp/processlogin

But as I understand it, I would have to map each class individually. I have
hundreds of classes.

Murray Cumming
[EMAIL PROTECTED]
www.murrayc.com

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

Reply via email to