hmm... I must say it's not common that the Apache server and the Tomcat are on different machines. Maybe there is an issue with the AJP connection behaving weirdly ?


Anyway the 404 errors you sent in the list were the result of links being build something like this :

http://localhost:8080/jahia/Jahia/pid/images/...

This is invalid since the /pid/ should ALWAYS be followed by a page number. So something weird must be going on with the URL generation, maybe you have relative paths in your templates for the images ?

Anyway this is not causing the problem you are seeing, it should just fail to load some images. The problem is elsewhere. I saw you refer to the FAQ about installing in a new Tomcat, but you didn't do all the steps it seems, because I didn't see the DefaultContext tag in the server.xml file. Again this shouldn't be the cause of your problem but maybe you missed something else ?

You might also want to check Tomcat's log files (if you haven't removed the logger valve as your Tomcat install seems heavily customized) to see if Jahia is properly initialized when Tomcat starts.

Regards,
  Serge Huber.

At 14:22 05.07.2004, you wrote:
I'm using j2sdk1.4.2_02 on LFS LINUX DISTRIBUTION Kernel 2.4.16 on an i686. I have 2 servers, a front server with Apache on which I have the data of Jahia (i.e. the stuff used for my site and the install of Jahia) and a Middle server with Tomcat in which I put the files like descripted here http://www.jahia.org/jahia/Jahia/devzone/pid/454#15.
Jahia seems to launch but I cannnot connect to http://myhost:myport/jahia/Jahia.


Any idea?
Thanks

J�r�mie


From: Serge Huber <[EMAIL PROTECTED]>
Reply-To: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Subject: RE: Startup problem
Date: Mon, 05 Jul 2004 12:43:39 +0200


Which JDK are you using (I'm assuming you're still using Sun OS 5.6) ?

Regards,
  Serge Huber

At 09:37 05.07.2004, you wrote:
I did as you suggest me but I get

HttpConnector Opening server socket on all host IP addresses
Starting service Tomcat-Standalone
Apache Tomcat/4.1.27
HttpConnector[7914] Starting background thread

in my catalina.out file. I should conect to my site using http://myhost:7914/jahia.Jahia , souldn't I?
But I get a 404 error when I try to connect to this URL. The log in catalina.sh seems really light to me, does that mean that Jahia is not correctly started?


Thanks
J�r�mie


From: Philippe Vollenweider <[EMAIL PROTECTED]>
Reply-To: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Subject: RE: Startup problem
Date: Fri, 02 Jul 2004 16:36:12 +0200

Do you use the JK mod or not? If not, please comment the Ajp13Connector part.
Then try to change the maxProcessors="10" to maxProcessors="100" in HttpConnector.


/P.

At 02.07.2004 16:11, you wrote:
Hello!

I have completed the process of migrating my tomcat to a new tomcat and when I run jahia.sh it seems to work but when I go to the url of my site it does not work.
Here is my catalina.out file


HttpConnector Opening server socket on all host IP addresses
Starting service Tomcat-Standalone
Apache Tomcat/4.1.27
Ajp13Connector[7776] Opening server socket on all host IP addresses
Ajp13Connector[7776] Starting background thread
Ajp13Processor[7776][0] Starting background thread
Ajp13Processor[7776][1] Starting background thread
Ajp13Processor[7776][2] Starting background thread
Ajp13Processor[7776][3] Starting background thread
Ajp13Processor[7776][4] Starting background thread
HttpConnector[7777] Starting background thread

I think it is a bit light and I should have more output but I wait for half an hour and nothing more had appeared in my log. Do you have any idea of what is going wrong?

I add my server.xml file to, just un case...

<Server inet="192.168.9.90,192.168.9.91" port="10114" shutdown="SHUTDOWN" debug="0">

       <Service name="Tomcat-Standalone">

<Connector className="org.apache.ajp.tomcat4.Ajp13Connector"
port="9114"
minProcessors="5" maxProcessors="100"
acceptCount="10" debug="0"/>



<Connector className="org.apache.catalina.connector.http.HttpConnector"
port="8114"
minProcessors="5" maxProcessors="10"
enableLookups="false" acceptCount="10" debug="0"
connectionTimeout="60000"/>


<Engine name="Standalone" defaultHost="pst-intranet.serv.priv.atos.fr" debug="0">

<Host name="pst-intranet.serv.priv.atos.fr" appBase="/MIDDLE/atos-mm/pst-intranet.serv.priv.atos.fr" u
npackWARs="true" debug="0">


<Logger className="org.apache.catalina.logger.FileLogger"
directory="logs" prefix="tomcat." suffix=".log" timestamp="true"/>


<Context path="" docBase="/WEBS/atos-mm/pst-intranet.serv.priv.atos.fr/docs"
crossContext="false" reloadable="false" workDir="logs/tomcat_work" debug="0">
<Resources allowLinking="true" />
</Context>


                       </Host>

               </Engine>

       </Service>

</Server>


Thanks J�r�mie

_________________________________________________________________
MSN Search, le moteur de recherche qui pense comme vous !
http://search.msn.fr/

-------=[ pvollenweider 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

_________________________________________________________________
MSN Messenger http://g.msn.fr/FR1001/866 : dialoguez en direct et gratuitement avec vos amis !

- -- --- -----=[ 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


_________________________________________________________________
Dialoguez en direct et gratuitement avec vos amis sur http://g.msn.fr/FR1001/866 MSN Messenger !

- -- --- -----=[ 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





Reply via email to