Anyone have any more ideas on this one?

I still can't get it figured out and I'm getting desperate.
--
Hunter Hillegas, MCP
Web Engineer / System Administrator - Jacob Stern & Sons, Inc.
[EMAIL PROTECTED]
805-565-1411 PH � 805-565-1415 FAX

> From: "Craig R. McClanahan" <[EMAIL PROTECTED]>
> Reply-To: [EMAIL PROTECTED]
> Date: Fri, 9 Feb 2001 12:33:47 -0800
> 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]

Reply via email to