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]

Reply via email to