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 > > -----Original Message----- > From: Stephen Eaton [mailto:[EMAIL PROTECTED] > Sent: Friday, January 30, 2004 4:35 PM > To: 'Turbine Users List' > Subject: RE: Turbine under tomcat 5 > > > G'day David, > > I must be missing something simple as this app currently > works on one of the > live servers running linux and tomcat 4 no problems. All I > have done is > drop the WAR file into my tomcat webapp installation locally. > I have since > yesterday removed and re-installed my tomcat installation to > no avail. > > Here is the current 'live' web.xml. Btw I've taken the changes I made > yesterday out > > > <?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> > <servlet-name>AxisServlet</servlet-name> > <display-name>Apache-Axis Servlet</display-name> > <servlet-class> > org.apache.axis.transport.http.AxisServlet > </servlet-class> > </servlet> > <servlet> > <servlet-name>AdminServlet</servlet-name> > <display-name>Axis Admin Servlet</display-name> > <servlet-class> > > org.apache.axis.transport.http.AdminServlet > </servlet-class> > <load-on-startup>100</load-on-startup> > </servlet> > <servlet> > <servlet-name>SOAPMonitorService</servlet-name> > <display-name>SOAPMonitorService</display-name> > <servlet-class> > org.apache.axis.monitor.SOAPMonitorService > </servlet-class> > <init-param> > <param-name>SOAPMonitorPort</param-name> > <param-value>5001</param-value> > </init-param> > <load-on-startup>100</load-on-startup> > </servlet> > <servlet-mapping> > <servlet-name>AxisServlet</servlet-name> > <url-pattern>/servlet/AxisServlet</url-pattern> > </servlet-mapping> > <servlet-mapping> > <servlet-name>AxisServlet</servlet-name> > <url-pattern>*.jws</url-pattern> > </servlet-mapping> > <servlet-mapping> > <servlet-name>AxisServlet</servlet-name> > <url-pattern>/services/*</url-pattern> > </servlet-mapping> > <servlet-mapping> > <servlet-name>SOAPMonitorService</servlet-name> > <url-pattern>/SOAPMonitor</url-pattern> > </servlet-mapping> > <!-- uncomment this if you want the admin servlet --> > <!-- > <servlet-mapping> > <servlet-name>AdminServlet</servlet-name> > <url-pattern>/servlet/AdminServlet</url-pattern> > </servlet-mapping> > --> > <!-- > <security-constraint> > <web-resource-collection> > <web-resource-name>templates</web-resource-name> > <url-pattern>/templates/*</url-pattern> > </web-resource-collection> > <web-resource-collection> > <web-resource-name>logs</web-resource-name> > <url-pattern>/logs/*</url-pattern> > </web-resource-collection> > <auth-constraint> > <role-name>admin</role-name> > </auth-constraint> > </security-constraint> > <login-config> > <auth-method>BASIC</auth-method> > <realm-name>Templates</realm-name> > </login-config> > --> > </web-app> > > > -----Original Message----- > > From: David Demner [mailto:[EMAIL PROTECTED] > > Sent: Saturday, 31 January 2004 12:00 AM > > To: 'Turbine Users List' > > Subject: RE: Turbine under tomcat 5 > > > > Could you post your web.xml? > > > > You might want to try and *temporarily* enable the invoker service: > > > > http://jakarta.apache.org/tomcat/faq/misc.html#invoker > > > > David > > > > -----Original Message----- > > From: Stephen Eaton [mailto:[EMAIL PROTECTED] > > Sent: Friday, January 30, 2004 1:16 AM > > To: 'Turbine Users List' > > Subject: RE: Turbine under tomcat 5 > > > > > > Yes looks as though it's running > > > > OK - Listed applications for virtual host localhost > > /admin:running:1:../server/webapps/admin > > /servlets-examples:running:0:servlets-examples > > /jsp-examples:running:0:jsp-examples > > /balancer:running:0:balancer > > /tomcat-docs:running:0:tomcat-docs > > /msw:running:0:msw > > /axis:running:0:C:\java\Tomcat-5.0\webapps\axis > > /:running:0:ROOT > > /manager:running:0:../server/webapps/manager > > > > > > > -----Original Message----- > > > From: David Demner [mailto:[EMAIL PROTECTED] > > > Sent: Friday, 30 January 2004 3:20 PM > > > To: 'Turbine Users List' > > > Subject: RE: Turbine under tomcat 5 > > > > > > Hmmm... > > > > > > Can you get the manager servlet to work properly? (ie: > > > http://localhost:8080/manager/list) - instructions on > > > http://jakarta.apache.org/tomcat/tomcat-4.0-doc/manager-howto. > > > html. Does it list your web-app? > > > > > > David > > > > > > --------------------------------------------------------------------- > 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]
