> > 
> > Looks like there's no mapping for shtml files to scanparser.
> > 
> 
> This is my mapping:
> 
>   <servlet>
>     <servlet-name>servscan</servlet-name>
>     <servlet-class>org.mmbase.servlet.servscan</servlet-class>
>     <load-on-startup>2</load-on-startup>
>   </servlet>
> 
>   <servlet-mapping>
>     <servlet-name>servscan</servlet-name>
>     <url-pattern>/*.shtml</url-pattern>
>   </servlet-mapping>> 
> 

Removing the slash in the shtml pattern produces this error:

message Servlet servscan is currently unavailable

description The requested service (Servlet servscan is currently
unavailable) is not currently available.

Reply via email to