Only requests that start with /quickstart are directed to Tomcat.
Only requests that start with /quickstart/app are directed to Wicket.

BTW, it is recommended to use Wicket from a Filter instead of a Servlet.

Regards,
   Erik.


Vika wrote
I discovered that if in mod_jk.conf i change

JkMount /quickstart/app/* ajp13

to
JkMount /quickstart/* ajp13

it works.
Servlet mapping in  web.xml :

<servlet-mapping>
        <servlet-name>quickstart</servlet-name>
        <url-pattern>/app/*</url-pattern>
    </servlet-mapping>

Any idea how I can solve this problem ? I wouldn't want all requests to be
directed to tomcat.

Thanks

Vicky



--
Erik van Oosten
http://www.day-to-day-stuff.blogspot.com/


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to