Configuration site TOMCAT
Bonjour à tous,
Je suis en train d'essayer depuis plusieurs jours de déployer un site sous TOMCAT sans succès.
J'ai installé TOMCAT version 5.5 sur une Debian.
Voici les données de déploiement:
monsite.xml
Code:
1 2 3
| <Context path="/monsite" docBase="/usr/share/tomcat5.5-webapps/monsite"
debug="true" privileged="true" allowLinking="true" displayName="monsite Application">
</Context> |
Quand, via le manager je tente de démarrer le site, j'ai le droit à un beau
Code:
1 2 3
|
ECHEC - L'application pour le chemin de contexte /monsite n'a pas puêtredémarrée |
J'ai les logs suivants:
manager.log
Code:
1 2 3 4 5 6 7 8 9 10
| 13 févr. 2011 17:11:29 org.apache.catalina.core.ApplicationContext log
INFO: HTMLManager: init: Associated with Deployer 'Catalina:type=Deployer,host=localhost'
13 févr. 2011 17:11:29 org.apache.catalina.core.ApplicationContext log
INFO: HTMLManager: init: Global resources are available
13 févr. 2011 17:11:29 org.apache.catalina.core.ApplicationContext log
INFO: HTMLManager: list: Listing contexts for virtual host 'localhost'
13 févr. 2011 17:11:35 org.apache.catalina.core.ApplicationContext log
INFO: HTMLManager: start: Starting web application at '/monsite'
13 févr. 2011 17:11:35 org.apache.catalina.core.ApplicationContext log
INFO: HTMLManager: list: Listing contexts for virtual host 'localhost' |
Localhost.log
Code:
1 2 3 4 5 6 7 8
| 13 févr. 2011 17:11:14 org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextInitialized()
13 févr. 2011 17:11:14 org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextInitialized()
13 févr. 2011 17:11:14 org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: attributeAdded('org.apache.catalina.Registry', 'org.apache.commons.modeler.Registry@4e280c')
13 févr. 2011 17:11:14 org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: attributeAdded('org.apache.catalina.MBeanServer', 'com.sun.jmx.mbeanserver.JmxMBeanServer@1275d39') |
Catalina.log (le plus important je pense
Code:
1 2 3 4 5 6 7 8 9 10
| at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:174)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:874)
at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:665)
at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:528)
at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81)
at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:689)
at java.lang.Thread.run(Thread.java:595)
13 févr. 2011 17:11:35 org.apache.catalina.loader.WebappClassLoader findResourceInternal
INFO: Illegal access: this web application instance has been stopped already. Could not load logging.properties. The eventual following stack trace is caused by an error thrown for debugging purposes as well as to attempt to terminate the thread which caused the illegal access, and has no functional impact. |