Your context.xml file needs to be like this
<?xml version="1.0" encoding="UTF-8"?>
<Context path=""/>
You probably have this:
<?xml version="1.0" encoding="UTF-8"?>
<Context path="/WicketApp"/>
Hope this helps!
Jamie
Anton Veretennikov wrote:
>
> Hello, all wicket users!
>
> I'm new to this list but like to be for a long time being a user and
> fan of wicket for several months.
> I worked with Struts, JSP and every time felt that simple servlets
> where much more clear.
> Wicket's plainless astound and stormed me.
>
> Well, now the problem I can't solve by my own.
>
> Tomcat 6.0.18, several Wicket apps running on it on somejava.net
>
> One test app with only one PageLink added as (new PageLink("homeLink",
> Index.class))
> It is deployed on "WicketApp" and works well with
> http://somejava.net/WicketApp
>
> Now
> http://somedomain.somejava.net pointed directly to this
> http://somejava.net/WicketApp
> http://somedomain.somejava.net shows WicketApp Index page - OK
> Being on http://somedomain.somejava.net and clicking on homeLink -
> Tomcat error "The requested resource (/WicketApp/WicketApp) is not
> available."
>
> http://somedomain.com is also pointed directly to this
> http://somejava.net/WicketApp
> http://somedomain.com shows WicketApp Index page - OK.
> Being on http://somedomain.com and clicking on homeLink - Tomcat error
> "The requested resource (/WicketApp/WicketApp) is not available."
>
> How to ask wicket not to append this "WicketApp" string in theese cases?
>
> Best regards,
> Tony.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>
>
--
View this message in context:
http://www.nabble.com/Tomcat-Context-problem-tp20512308p23770124.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]