cancel
Showing results for 
Search instead for 
Did you mean: 

W2K Stand Alone Tomcat

fbaviere
Champ in-the-making
Champ in-the-making
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
3 REPLIES 3

jbaton
Champ in-the-making
Champ in-the-making
Reading the logs , it seems that port 8100 is already used on your installation.

Try to telnet it (in dos mode : telnet yourmachinenameORIPAddress 8100) , to see if it connects. If it does, then there is definetely something already running that uses this port.
So go through the config files , look for 8100 and replace it by another value.

If it does not connect, then I don't know !

fbaviere
Champ in-the-making
Champ in-the-making
Thanks.

I don't get it.

THe port doesn't seem to be used: Z:\>telnet sadim30 8100
Connexion à sadim30…Impossible d'ouvrir une connexion à l'hôte, sur le port 81
00: Échec lors de la connexion
(sorry in french Smiley Happy))

and it works with the alfresco/tomcat bundle. It seems to me that the problem is related to tomcat configuration but i can't figure what.

jbaton
Champ in-the-making
Champ in-the-making
Could not load cryptix.jce.provider.md.MD4

Is it in the classpath ?

I never used tomcat bundle, check the content (lib dirs) and see if it matches your installation.


PS : Use JBoss bundle !    get rid of iiiiiiiss   Smiley Happy