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]