That realy looks like a orion bug

Juergen

On 3/29/06, Theo vN <[EMAIL PROTECTED]> wrote:
> Hi
>
> In the web.xml of the wicket-examples the servlet mapping is shown as..
>
>         <servlet-mapping>
>                 <servlet-name>LinkomaticApplication</servlet-name>
>                 <url-pattern>/linkomatic/*</url-pattern>
>         </servlet-mapping>
>
> The above does work in Tomcat but not in Orion (orionserver.com).
> What works in Orion is..
>
>         <servlet-mapping>
>                 <servlet-name>LinkomaticApplication</servlet-name>
>                 <url-pattern>/linkomatic*</url-pattern>
>         </servlet-mapping>
>
> --
> Cheers
> Theo
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by xPML, a groundbreaking scripting language
> that extends applications into web and mobile media. Attend the live webcast
> and join the prime developer group breaking into this new coding territory!
> http://sel.as-us.falkag.net/sel?cmdlnk&kid0944&bid$1720&dat1642
> _______________________________________________
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to