Philippe Vollenweider wrote:
> Have you got javascript errors?
i don't know, not into the screen...
> Did you change the defaultContextPath in your WEB-INF/web.xml?
No! my value is:
<param-name>defaultServletPath</param-name>
<param-value>/Jahia</param-value>
But my ROOT directory is not into webapps directory, the full path is:
/app/jahia/ROOT/
So I made a first test with the full path '/app/jahia/ROOT/' and a second
with relative path '../ROOT'. it's ok, Jahia start... I keep the relative
path into web.xml:
<param-name>defaultServletPath</param-name>
<param-value>../ROOT</param-value>
but about the login nothing has changed. The url for connection is:
javascript:OpenJahiaWindow('/Jahia/engineName/login/site/rpn/pid/7?matrix=1140421523776','Login',260,300)
But my path is:
/app/jahia/tomcat/webapps/ROOT/jsp/jahia/engines/login
So, in order to make a test, I renamed engines to engineName into the file
system, but nothing changed. By the way, I can't close firefex because it
couldn't restart: I have to close my session each time!
My be I have to change the javascript and let engines into the filesystem...