it's ok with:

http://localhost:8080/jahia 

and if I try to get ROOT like this:

htt://localhost:8080

then TOMCAT rewrite:

http://localhost:8080/jsp/index.html

and it's ok too but the url is not the same... By the way, with one or the
other, the login connexion doesn't want to display anymore, may be I have
to solve this first one!

So, may be the .../jsp/... is the consequence of my jahia.properties
file...:

### URL's  ###########################

jahiaHostHttpPath            =   
jahiaCoreHttpPath            =   /Jahia 
jahiaTemplatesHttpPath       =   /jsp/jahia/templates/
jahiaEnginesHttpPath         =   /jsp/jahia/engines/
jahiaJavaScriptHttpPath      =   /jsp/jahia/javascript/jahia.js

jahiaWebAppsDeployerBaseURL  =   http\://rheisxa001.rpn.ch

siteIDInURL                  =   true


Philippe Vollenweider wrote:

> Try this to have such URLs: http://www.yourhost.com/Jahia
> 
> <init-param>
>    <param-name>defaultContextPath</param-name>
>    <param-value></param-value>
> </init-param>
> <init-param>
>    <param-name>defaultServletPath</param-name>
>    <param-value>/Jahia</param-value>
> </init-param>



Reply via email to