It loks like tomcat can't parse your web.xml file completely.

Did you remove/disable the <servlet-mapping> and the 
<servlet> entry for the invoker servlet ?

> -----Urspr�ngliche Nachricht-----
> Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Gesendet: Freitag, 12. Juli 2002 15:53
> An: Tomcat Users List
> Betreff: Re: AW: Few questions with XSS vulnerability
> 
<snip/>
> 
> ERROR reading java.io.FileInputStream@67ff4773
> At Line 265 /web-app/servlet-mapping/
> 
<snip/>
> 
> And here's another example with the mapping done differently:
>     <servlet>
>         <servlet-name>JiveServlet</servlet-name>
>         
> <servlet-class>com.jivesoftware.forum.util.JiveServlet</servlet-class>
>         <load-on-startup>1</load-on-startup>
>     </servlet>
>     <servlet-mapping>
>         <servlet-name>JiveServlet</servlet-name>
>         <url-pattern>/servlet/JiveServlet/*</url-pattern>
>     </servlet-mapping>
> 
> 

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to