I deleted my existing web.xml and replaced it with yours, this is what I got...
HTTP Status 404 - /msw/servlet/msw ---------------------------------------------------------------------------- ---- type Status report message /msw/servlet/msw description The requested resource (/msw/servlet/msw) is not available. ---------------------------------------------------------------------------- ---- Apache Tomcat/5.0.16 Stephen... > -----Original Message----- > From: David Demner [mailto:[EMAIL PROTECTED] > Sent: Sunday, 1 February 2004 12:04 AM > To: 'Turbine Users List' > Subject: RE: Turbine under tomcat 5 > > If you replace your web.xml with exactly what I posted, what > happens? I realize the other servlets won't be available, > but just try it for now. > > DAvid > > -----Original Message----- > From: Stephen Eaton [mailto:[EMAIL PROTECTED] > Sent: Saturday, January 31, 2004 1:02 AM > To: 'Turbine Users List' > Subject: RE: Turbine under tomcat 5 > > > Well the axis servlet works ok as I can bring up the list of > services via > msw/services, anyway but I have removed all except for > turbine from the > application web.xml and the same error is displayed, turbine is still > starting aok via the log files however. > > Stephen.... > > > -----Original Message----- > > From: David Demner [mailto:[EMAIL PROTECTED] > > Sent: Saturday, 31 January 2004 3:38 PM > > To: 'Turbine Users List' > > Subject: RE: Turbine under tomcat 5 > > > > Oh... What happens if you replace it with something really basic? > > > > > > > > <?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>msw</servlet-name> > > <url-pattern>/msw/servlet/msw/*</url-pattern> > > </servlet-mapping> > > </web-app> > > > > > > > > David > > > > -----Original Message----- > > From: Stephen Eaton [mailto:[EMAIL PROTECTED] > > Sent: Friday, January 30, 2004 8:13 PM > > To: 'Turbine Users List' > > Subject: RE: Turbine under tomcat 5 > > > > > > This was the application web.xml the web.xml in > > C:\java\Tomcat-5.0\conf\ is > > the standard one that is installed...I have not touched it. > > > > > -----Original Message----- > > > From: David Demner [mailto:[EMAIL PROTECTED] > > > Sent: Saturday, 31 January 2004 10:53 AM > > > To: 'Turbine Users List' > > > Subject: RE: Turbine under tomcat 5 > > > > > > Well, it looks ok to me (after putting exactly what I said in > > > my last e-mail). This is the web.xml from your > > > C:\java\Tomcat-5.0\conf\ directory, isn't it? What's in the > > > application's web.xml > > > (C:\java\Tomcat-5.0\webapps\msw\WEB-INF)? Maybe you can't > > > have the same servlet in both files? > > > > > > David > > > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: > [EMAIL PROTECTED] > > > > > > __________ 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] > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > __________ 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]
