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/




Reply via email to