cancel
Showing results for 
Search instead for 
Did you mean: 

Installing on Debian 4.0

ttortosa
Champ in-the-making
Champ in-the-making
Hello,

I've tried to install alfresco on debian 4.0. with mysql 5.0.32, and tomcat 5.5.

I've followerd this tutorial:

http://wiki.alfresco.com/wiki/Debian_Installation

I've tried deploying alfresco.war in webapps directory in /usr/share/tomcat5.5 already installed, and also installing community edition with included tomcat (but starting alfresco.sh doesn't deploy .war in webapps directory).

I don't know if I'm missing some extra step. I've checked all properties, user and pass for mysql, tomcat port, etc.

Thanks
2 REPLIES 2

rudischmitz
Champ in-the-making
Champ in-the-making
borrowed fro orielly top ten tips for tomcat

If  you have a WAR file, you can deploy it by simply copying the WAR file into the directory CATALINA_BASE/webapps. The filename must end with an extension of ".war". Once Tomcat notices the file, it will (by default) unpack it into a subdirectory with the base name of the WAR file. It will then create a context in memory, just as though you had created one by editing Tomcat's server.xml file. However, any necessary defaults will be obtained from the DefaultContext element in Tomcat's server.xml filel

If that does not work maybe your server.xml does not have the defaults.

ttortosa
Champ in-the-making
Champ in-the-making
It doesn't deploy the .war file when I use the tomcat server included in alfresco community pack, but when I put this war in my default tomcat installation (/usr/share/tomcat), it is deployed but when I enter to my the address http://server:8180/alfresco it answers that the resource is not available. I've other applications installed in tomcat and I haven't any problem.

I've checked server.xml, created database, and checked the mysql connector .jar.