Hi Miriam,

I suggest you modify your logging level so that you get more information about what is going on. Follow the steps described here :

http://www.jahia.org/jahia/Jahia/devzone/pid/454#7

You will want to specifically change the logging level of the org.jahia.services.applications category. You might also want to look at Tomcat's logs to see if there were any problems when deploying the /webmail context. When Tomcat cannot successfully deploy a context, it is not available.

Regards,
 Serge Huber.

Miriam wrote:

It's me again :)
Sorry if I make a lot of questions...

After getting Jahia Administration get working, I found another problem. It is when I try to add a new web application (the famous jwma webmail) because I get the following Jahia exception:
...
Caused by: org.jahia.exceptions.JahiaException: Can't access context /webmail, Error getting request context /webmail
....

I've read some posting with the same problem and the solution was to put <DefaultContext crossContext="true"/> in conf/server.xml, but I have this line in my server.xml file:

<Host name="localhost" appBase="webapps"
      unpackWARs="true" autoDeploy="true"
      xmlValidation="false" xmlNamespaceAware="false">
                        
     <DefaultContext crossContext="true"/>

</Host>

Any idea of how to solve?

Thanks again for your so appreciated help!
Miriam



Reply via email to