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