Philippe Vollenweider wrote:

> Let's continue in english...

ok thank you :-)
 
> At 17.02.2006 08:17, you wrote:
> 
>>If you are not automatically redirected to Jahia
>>Administration, click <http://localhost:8080/administration/>here.
>>Je n'ai que deux références à l'administration, je ne les touche pas elles
>>semblent correctes... En fait quul est le fichier responsable du
>>chargement de la boite de login pour l'administration?
> 
> What do you mean by "boite de login pour
> l'administration?" is it the page that you can
> acces by http://localhost:8080/administration ? If yes, the related jsp is
> tomcat\webapps\<context>\jsp\jahia\administration\login.jsp

I tried http://localhost:8080/administration and yes, it looks like my login
box but it's a full page. But what I'm talking about is not an
administration legin, it's the login box for all users! 

So, do you think my jahia template is wrong or do you think there is a
mystake into some files modified from startup directory?
 
>>Par ailleurs dans le fichier de conf de Tomcat il me semble que l'on peut
>>spécifier le DocBase et donc ne pourrait on pas laisser jahia à sa place
>>et mettre DocBase='jahia' à la place de DocBase='ROOT'... ce serait plus
>>simple, non?
> 
> It would be better to move the dirctory outside
> the tomcat/webapps diroctory if you want to use
> it as ROOT context, and add a full path in the
> DocBase to prevent a double load of jahia. For
> example, if you put jahia directory in
> tomcat/jahia, your config should look like
> So it would be something like
> <Context path="" docBase="/full/path/to/tomcat/jahia" debug="0"/>

ok I moved {TOMCAT_HOME}/webapp/ROOT directory to /app/jahia/ROOT/ and
delete comment about my default root context into server.xml file:

<Context path="" docBase="/app/jahia/ROOT" debug="0">
        </Context>
        
        
        <DefaultContext crossContext="true">
        ...

and now it's very good, jahia is starting almost immediatly! I think it 's a
very good thing. 

Thank you very much for your tips!


Reply via email to