You can set up aliases for servlets in the web.xml but the servlets still
have to reside in the WEB-INF directory. Have a look at the documentation
for the web.xml file.

-----Original Message-----
From: Thomas Stiller [mailto:[EMAIL PROTECTED]]
Sent: Thursday, February 28, 2002 2:28 PM
To: [EMAIL PROTECTED]
Subject: Avoiding 'servlet' as part of the URL


How can I achieve that a servlet Serv123.class
which is successfully running from
install_dir/webapps/ROOT/WEB-INF/classes/
and currently called
http://somehost/servlet/Serv123

is able to be called
http://somehost/myfolder/Serv123
and located in the directory
install_dir/webapps/myfolder/classes/

Thx
Thomas


-- 

_______________________________________________
Sign-up for your own FREE Personalized E-mail at Email.com
http://www.email.com/?sr=signup



--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to