Thank you!

 I switched to Filter and the problem is gone - Now it works with JkMount
/quickstart/app/* ajp13

Vicky


Erik van Oosten wrote:
> 
> 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]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/problem-deploying-quickstart-application-on-tomcat%2Bapache-%28mod_jk%29-tp21882831p21922299.html
Sent from the Wicket - User mailing list archive at Nabble.com.


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

Reply via email to