Matt,

What is the other part of you mapping in the web.xml?

Doug

----- Original Message ----- 
From: "Matt Tucker" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <[EMAIL PROTECTED]>
Sent: Friday, May 07, 2004 12:17 PM
Subject: the requested resource is unavailable


>
> Ok, this is driving me nuts...
>
> I have a webapp running on tomcat 5.0.19. In the web.xml file, I have
> servlet mappings for all my servlets. All my servlets behave properly
> except for a new one i just deployed. Here's it's web.xml entry:
>
>   <servlet>
>     <servlet-name>RequestMobileID</servlet-name>
>     <display-name>RequestMobileID</display-name>
>
>
<servlet-class>com.Optima.Results.MobileServlets.RequestMobileID</servlet-cl
ass>
>   </servlet>
>
> The jave class file itself is deployed correctly at
>
*webapp_root*/WEB-INF/classes/com/Optima/Results/MobileServlets/RequestMobil
eID.class
>
> However, when I point my browser to
> http://myhost/webapp_root/RequestMobileID, i get a requested resource
> unavailable 404 error. what gives? could tomcat be somehow caching my
> old web.xml before i added this entry or something? any help would be
> greatly appreciated.
>
> Matt Tucker
> thoughtbot
>
> cell: 617 775 0742
> office: 617 876 4780
> www.thoughtbot.com
>
>
>
> ---------------------------------------------------------------------
> 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]

Reply via email to