That did it :) .....However I did correct the servlet-name in the servlet-mapping to msw ;)...fantastic.
Thanks for your help David and everyone else that also helped. I would assume that this would also be required for tomcat 4.1 Stephen... > -----Original Message----- > From: David Demner [mailto:[EMAIL PROTECTED] > Sent: Sunday, 1 February 2004 1:01 PM > To: [EMAIL PROTECTED] > Subject: RE: Turbine under tomcat 5 > > Sorry, the one I sent you is ok under tomcat 4. Try this one > under tomcat > 5: > > <?xml version="1.0" encoding="ISO-8859-1"?> > > <!DOCTYPE web-app > PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN" > "http://java.sun.com/j2ee/dtds/web-app_2.2.dtd"> > > <web-app> > <servlet> > <servlet-name>msw</servlet-name> > <servlet-class>org.apache.turbine.Turbine</servlet-class> > <init-param> > <param-name>applicationRoot</param-name> > <param-value>webContext</param-value> > </init-param> > <init-param> > <param-name>properties</param-name> > > <param-value>/WEB-INF/conf/TurbineResources.properties</param-value> > </init-param> > <load-on-startup>1</load-on-startup> > </servlet> > <servlet-mapping> > <servlet-name>benflex</servlet-name> > <url-pattern>/servlet/msw/*</url-pattern> > </servlet-mapping> > </web-app> > > > David > > > > __________ NOD32 1.614 (20040129) Information __________ > > This message was checked by NOD32 antivirus system. > http://www.nod32.com > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
