How can it work with http://localhost:8080/jahia if you use it as ROOT context outside of the webapps directory? With Jahia in ROOT context http://localhost:8080/jahia should not be accessible. Please check your config!

Then check your welcome-file. In the jahia's web.xml, the welcome-file is jsp/index.jsp wich forward to /Jahia.
So if you user corectly Jahia as ROOT context, you have

http://localhost:8080/ -> http://localhost:8080/jsp/index.jsp -> http://localhost:8080/Jahia

Philippe.


At 20.02.2006 13:08, you wrote:

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>

-------=[ pvollenweider at jahia dot com ]=---------
Jahia : A collaborative source CMS and Portal Server
www.jahia.org Community and product web site
www.jahia.com Commercial services company

Reply via email to