thank you very much for the detailed answer.
2013/11/23 Magnus Kvalheim
> Hi Alex.
>
> Typically you don't set the context path. And if you do, then it's often in
> the app server(container) config.
>
> The value of context path is normally the same as the warfile name, and
> then you use the (
Hi Alex.
Typically you don't set the context path. And if you do, then it's often in
the app server(container) config.
The value of context path is normally the same as the warfile name, and
then you use the (httpservlet)request-interface to access it.
I can see that 5.4 have deprected Request#g
Hi!
I would like to set the context path but as it seems the setting is just
part of tapestry 5.4 but i am using 5.3.7.
I just want to know what i need to set because my web app now runs under
root/production (before it was running under root)
thx!!!
tapestry.context-path
*Added in 5.4*
Identi
no, my app is wired since changing to root/production. i think i need to
set the context path somewhere.
2013/11/23 Alexander Sommer
> thx for the answers. how can i set the context path in tapestry? by the
> way it seems that my app is normally running ( i did not set anything
> despite the ne
thx for the answers. how can i set the context path in tapestry? by the way
it seems that my app is normally running ( i did not set anything despite
the new contxt root/production)
2013/11/15 Thiago H de Paula Figueiredo
> On Fri, 15 Nov 2013 17:39:32 -0200, Alexander Sommer <
> alexander.som.
On Fri, 15 Nov 2013 17:39:32 -0200, Alexander Sommer
wrote:
Hi!
Hi!
I was moving my tapestry application on another server from domain to
domain/production, and now, my custom made sitemap viewer does not
generate appropriate urls anymore. (the normal tapestry page links are
working wel
Hi Alex
Could you be missing to add contextpath when generating the url?
http://docs.oracle.com/cd/E17802_01/webservices/webservices/docs/1.6/api/javax/servlet/http/HttpServletRequest.html#getContextPath()
If the app was previously deployed in 'ROOT' context then the contextpath
was - well - empt
Hi!
I was moving my tapestry application on another server from domain to
domain/production, and now, my custom made sitemap viewer does not
generate appropriate urls anymore. (the normal tapestry page links are
working well - so the application in general is working well)
but not my custom si