Hi J�r�mie,
We have an FAQ about changing the context in which Jahia runs, which is available here :
http://www.jahia.org/jahia/page454.html#2
The problem is that if you copy all of Jahia in the ROOT directory, you will have Jahia at two locations :
tomcat/webapps/jahia
and
tomcat/webapps/ROOT
Tomcat will then try to deploy Jahia twice, which is a HUGE waste of resources. If you need to deploy Jahia in the root "/" context, I recommend you do the following :
move the "jahia" directory out of webapps, maybe in
tomcat/jahia
and then modify the
tomcat/conf/server.xml
and add something like :
<Context path="" docBase="../jahia" debug="0"
reloadable="true" crossContext="true">
</Context>You will of course also need to follow the steps in the FAQ link I provided. Now note that all this is necessary ONLY if you NEED to change the context to the "root" context. Otherwise, you just leave Jahia where it is and access it at :
http://mysite:8186/jahia/Jahia
If some of this is not clear, I strongly recommend you read the Servlet Specification available here :
http://jcp.org/aboutJava/communityprocess/final/jsr154/index.html
as well as the Tomcat documentation available here :
http://jakarta.apache.org/tomcat/tomcat-4.1-doc/index.html
Regards, Serge Huber.
At 15:50 16.06.2004, you wrote:
Hello,
I have to make Jahia 4.0.4 work on a distant server working with SunOS 5.6.
To acces my site, I have to type this kind of adress : http://mysite:8166/index.html. So, I installed Jahia on my server, in the same directory where I put my index.html, to be sure my site will be visible. I change the parameters of the port for my server to be 8166 to match the port I was given.
I started Jahia (thanks P. Vollenweider for your help!) but when I go to the URL : http://mysite:8166/jahia, I get a "403 Forbidden" error from my provider.
I know there is already an existing Tomcat on the host I installed Jahia and I think it resolves the request before Jahia's Tomcat.
I think that because if I create a test.html file in my directory /jahia/ in which I installed jahia and I go to the url http://mysite:8166/jahia/test.html, my browser displays the page.
I really don't know how to overcome this problem.
Does Jahia has a starting page like index.html or index.jsp that I can reach with my browser?
If not have you any idea of how I can handle this?
Thanks Regards
J�r�mie
_________________________________________________________________
Recevez par e-mail des �motic�nes pour MSN Messenger http://g.msn.fr/FR1001/2275?url=http://www.msn.fr/ilovemessenger/premium/Default.asp?Ath=f
- -- --- -----=[ serge.huber 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
