RE: Servlets under /webapp/app_name/java ?

2001-01-23 Thread Michael Wentzel
We Think mailto:[EMAIL PROTECTED]">Michael Wentzel > -Original Message- > From: Aidee Angulo P. [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, January 23, 2001 12:22 PM > To: Tomcat Users > Subject: Servlets under /webapp/app_name/java ? > Importance: High > &

Re: Servlets under /webapp/app_name/java ?

2001-01-23 Thread Alex Fernández
A simple answer would be: place every servlet in your web.xml file, and apply a servlet mapping. You must do it for each one you have, but then it works (that's what I do). And also, you can skip those odd package names. Un saludo, Alex. MyServlet

Servlets under /webapp/app_name/java ?

2001-01-23 Thread Aidee Angulo P.
Hi All, What I should do for configure servlets directory other than /servlets for a new application? with regards, Aideé P.D. Please tell me how I should do in web.xml and server.xml. - To unsubscribe, e-mail: [EMAIL PROTE