They both are Tomcat+Apache...
I compared the tomcat-apache.conf files for both boxes and despite some file
system paths that are different, it looks like they both contain the same
directives for the context...
So I don't think that's it... What else could it be?
Hunter Hillegas, MCP
Web Engineer / System Administrator - Jacob Stern & Sons, Inc.
[EMAIL PROTECTED]
805-565-1411 PH * 805-565-8684 FAX
-----Original Message-----
From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]]
Sent: Friday, February 09, 2001 12:34 PM
To: [EMAIL PROTECTED]
Subject: Re: Servlet Mapping Problem -- ???
Hunter Hillegas wrote:
> I have a strange problem with Tomcat 3.2 that I can't figure out...
>
> I have two servers, a development server and a production server. The
> development server is working just fine. I have a servlet called
> marketCustomerVendorController that is mapped to
> /marketCustomerVendorController as seen here from web.xml:
>
> <servlet-mapping>
> <servlet-name>marketCustomerVendorController</servlet-name>
> <url-pattern>/marketCustomerVendorController</url-pattern>
> </servlet-mapping>
>
> On the dev box, it works great.
>
> Yesterday I tried to push the WAR (generated by Ant via ./build dist) out
to
> the production box.
>
Does your dev box run Tomcat standalone and your production box run Tomcat
behind Apache? If so, the most likely reason for this is that the Apache
connector is totally ignorant of anything you define in web.xml -- you'll
have
to modify the tomcat-apache.conf file to include any additional forwarding
you
want.
Craig McClanahan
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]