well I've got my workaround,  add the root for servlet-webdir

        <servlet-webdir>/servlet/</servlet-webdir>
        <servlet-webdir>/</servlet-webdir>

but this breaks /servlet mapping.  the app works now anyway,
but /servlet/snoop is 404,  while /snoop works.  /snoopy still doesn't work.
-R

> -----Original Message-----
> From: Kucera, Rich 
> Sent: Tuesday, November 16, 1999 2:24 PM
> To:   orion-interest
> Subject:      no servlet mapping?  my app dead
> 
> This code used to work under 0.8.0,  but not under 0.8.1.  I get a 404:
> 
>       <servlet-mapping>
>               <servlet-name>snoop</servlet-name>
>               <url-pattern>/snoopy</url-pattern>
>       </servlet-mapping>
> 
> My app depends on this kind of mapping,  Is there a new rule or a
> workaround?
> TIA
> -R

Reply via email to