> > Especially, what are things to deploy jsf_webapp
> > in its real host after developing it in the localhost ?
>
> You will also have to make sure that your URLs are built properly. If
> the string "localhost" appears anywhere in your webapp,
> you're probbaly
> doing something wrong. Also, if you're not building URLs in
> pages like this:
>
> <a href="<%= response.encodeURL(request.getContextPath()
> + "/path/to/resource") %>">your link</a>
Isn't this very, very old Java-mixed-with-JSP code style?
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org
|