RE: tomcat 5, web.xml, where should it be located?

2004-07-06 Thread David . Pawson
you'll have to edit the existing web.xml file (or ceate a new one) in ROOT/WEB-INF directory. Thanks for that. Finding documentation on the file contents is not exactly easy. Nice to know where it should be though :-) regards DaveP ** snip here ** -- DISCLAIMER: NOTICE: The

Re: tomcat 5, web.xml, where should it be located?

2004-07-06 Thread QM
On Tue, Jul 06, 2004 at 08:10:55AM +0100, [EMAIL PROTECTED] wrote: : Finding documentation on the file contents : is not exactly easy. Try the servlet spec -- you can download it from http://java.sun.com -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.com

tomcat 5, web.xml, where should it be located?

2004-07-05 Thread David . Pawson
web.xml, valid to http://java.sun.com/dtd/web-app_2_3.dtd; Should it be located in ${catalina.home}\conf\Catalina\localhost or ${catalina.home}/webapps/ROOT for a servlet deployed at /ROOT/WEB-INF/classes with a single class? TIA Regards DaveP. snip here * -- DISCLAIMER:

Re: tomcat 5, web.xml, where should it be located?

2004-07-05 Thread Niaz Habib
you'll have to edit the existing web.xml file (or ceate a new one) in ROOT/WEB-INF directory. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]