> From: Milan Tomic [mailto:[EMAIL PROTECTED] > Subject: Servlets (total beginner) > > Do I have to edit web.xml in order to inform Tomcat that > I have deployed new servlet?
Yes - add your <servlet> and <servlet-mapping> tags to: webapps/servlet-examples/WEB-INF/web.xml > While testing JSPs I didn't had to do this for new JSP page. The mapping is automatic for JSPs. > Btw, is there a good tutorial (or tool) > about configuring web.xml file? Read the servlet spec for details. It's on the Sun web site, and there are links to it from various spots in the Tomcat documentation. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]