Hi,
I would like to install Alfresco without tomcat on our W2K3 server which already got IIS on port 80 and Apache SSL on port 8080 (+SSL port).
I want a separe installion beacuse I already have mysql and I would like to link my own tomcat with Apache SSL.
I ma testing everything first on an XP box.
I have succesfully installed the bundled tomcat alfresco sucessfully it's pretty simple with openoffice 2.0 and JDK 5.0.5
I am tring use directly the war file beacuse on the server I already have a mysql installation and apache installation.
I have install tomcat 5.5.12 with the exe installation kit + admin site.
I can deploy the war file but alfresco is not usable.
(of course mysql is already started)
I got those messages:
24 nov. 2005 09:34:17 org.apache.coyote.http11.Http11AprProtocol init
INFO: Initialisation de Coyote HTTP/1.1 sur http-8081
24 nov. 2005 09:34:17 org.apache.coyote.ajp.AjpAprProtocol init
INFO: Initializing Coyote AJP/1.3 on ajp-8009
24 nov. 2005 09:34:17 org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 844 ms
24 nov. 2005 09:34:18 org.apache.catalina.core.StandardService start
INFO: Démarrage du service Catalina
24 nov. 2005 09:34:18 org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/5.5.12
24 nov. 2005 09:34:18 org.apache.catalina.core.StandardHost start
INFO: XML validation disabled
24 nov. 2005 09:34:18 org.apache.catalina.startup.HostConfig deployWAR
INFO: Déploiement de l'archive alfresco.war de l'application web
24 nov. 2005 09:34:25 net.sf.joott.uno.UnoConnection connect
INFO: connecting using "socket,host=localhost,port=8100,tcpNoDelay=1"…
24 nov. 2005 09:34:26 net.sf.joott.uno.UnoConnection connect
GRAVE: connection failed: com.sun.star.connection.NoConnectException: java.net.ConnectException: Connection refused: connect
24 nov. 2005 09:34:27 org.apache.catalina.core.StandardContext start
GRAVE: Error listenerStart
24 nov. 2005 09:34:27 org.apache.catalina.core.StandardContext start
GRAVE: Erreur de démarrage du contexte [/alfresco] suite aux erreurs précédentes
24 nov. 2005 09:34:27 org.apache.coyote.http11.Http11AprProtocol start
INFO: Démarrage de Coyote HTTP/1.1 sur http-8081
24 nov. 2005 09:34:27 org.apache.coyote.ajp.AjpAprProtocol start
INFO: Starting Coyote AJP/1.3 on ajp-8009
24 nov. 2005 09:34:27 org.apache.catalina.storeconfig.StoreLoader load
INFO: Find registry server-registry.xml at classpath resource
24 nov. 2005 09:34:27 org.apache.catalina.startup.Catalina start
INFO: Server startup in 10016 ms
24 nov. 2005 09:34:46 org.apache.catalina.loader.WebappClassLoader loadClass
INFO: Illegal access: this web application instance has been stopped already. Could not load cryptix.jce.provider.md.MD4. 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.
24 nov. 2005 09:34:46 org.apache.catalina.core.StandardContext start
GRAVE: Error listenerStart
24 nov. 2005 09:34:46 org.apache.catalina.core.StandardContext start
GRAVE: Erreur de démarrage du contexte [/alfresco] suite aux erreurs précédentes
24 nov. 2005 09:34:58 org.apache.catalina.loader.WebappClassLoader loadClass
INFO: Illegal access: this web application instance has been stopped already. Could not load cryptix.jce.provider.md.MD4. 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.
24 nov. 2005 09:34:58 org.apache.catalina.core.StandardContext start
GRAVE: Error listenerStart
24 nov. 2005 09:34:58 org.apache.catalina.core.StandardContext start
GRAVE: Erreur de démarrage du contexte [/alfresco] suite aux erreurs précédentes
24 nov. 2005 09:40:39 org.apache.catalina.loader.WebappClassLoader loadClass
INFO: Illegal access: this web application instance has been stopped already. Could not load cryptix.jce.provider.md.MD4. 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.
24 nov. 2005 09:40:39 org.apache.catalina.core.StandardContext start
GRAVE: Error listenerStart
24 nov. 2005 09:40:39 org.apache.catalina.core.StandardContext start
GRAVE: Erreur de démarrage du contexte [/alfresco] suite aux erreurs précédentes
24 nov. 2005 09:40:57 org.apache.catalina.loader.WebappClassLoader loadClass
INFO: Illegal access: this web application instance has been stopped already. Could not load cryptix.jce.provider.md.MD4. 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.
24 nov. 2005 09:40:57 org.apache.catalina.core.StandardContext start
GRAVE: Error listenerStart
24 nov. 2005 09:40:57 org.apache.catalina.core.StandardContext start
GRAVE: Erreur de démarrage du contexte [/alfresco] suite aux erreurs précédentes
I have solved a part of those starting soffice manually.
I am quite sure it is nothing. Thanks for your help