There is not enough information to determine the root cause of the
problem. Log a bug against Spindle over at sourceforge and please
*attach* (not paste) the complete web.xml and the contents of the
Eclipse log file.

http://sourceforge.net/tracker/?func=add&group_id=50321&atid=459328

thx

Geoff

On 5/27/05, Tomas Jucius <[EMAIL PROTECTED]> wrote:
> I have such web.xml definition.. With two servlets.. Spindle throws
> parse error.. And autocomplition stops working.. What could be wrong?
> Or just spindle bug?
> 
> <web-app>
>     <display-name>name</display-name>
>     <filter>
>         <filter-name>redirect</filter-name>
>         <filter-class>org.apache.tapestry.RedirectFilter</filter-class>
>     </filter>
>     <filter-mapping>
>         <filter-name>redirect</filter-name>
>         <url-pattern>/</url-pattern>
>     </filter-mapping>
> 
>     <servlet>
>         <servlet-name>first</servlet-name>
>         <servlet-class>xx.xxx.Servlet</servlet-class>
>         <load-on-startup>1</load-on-startup>
>     </servlet>
>     <servlet-mapping>
>         <servlet-name>first</servlet-name>
>         <url-pattern>/app</url-pattern>
>     </servlet-mapping>
> 
>    <servlet>
>         <servlet-name>second</servlet-name>
>         <servlet-class>xx.xxx.Servlet</servlet-class>
>         <load-on-startup>1</load-on-startup>
>     </servlet>
>     <servlet-mapping>
>         <servlet-name>second</servlet-name>
>         <url-pattern>/second/app</url-pattern>
>     </servlet-mapping>
> 
> </web-app>
> 
> ---------------------------------------------------------------------
> 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