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





Reply via email to