maqetta / maqetta

Maqetta Designer
http://maqetta.org
Other
1.03k stars 338 forks source link

Error trying to setup maqetta on tomcat. #3978

Closed enorniel closed 10 years ago

enorniel commented 10 years ago

Hello,

I try to install maqetta on tomcat.

I use the following commands:

 aptitude install -y tomcat7 openjdk-6-jdk unzip

 service tomcat7 stop

 cd /usr/local/src
 wget http://maqetta.org/downloads/maqetta-release-10-war.zip
 unzip maqetta-release-10-war.zip

 cp maqetta-war/maqetta.war /var/lib/tomcat7/webapps
 mkdir -p /var/lib/tomcat7/conf/Catalina/localhost/maqetta
 mkdir /var/lib/tomcat7/conf/Catalina/localhost/maqetta/siteConfig

 cp maqetta-war/setup/maqetta.conf /var/lib/tomcat7/conf/Catalina/localhost/maqetta

 # Change the maqetta.siteConfigDirectory, orion.auth.name to 'Basic' and orion.file.layout to 'userTree' in maqetta.conf. 

 cp -R maqetta-war/setup/siteConfig/* /var/lib/tomcat7/conf/Catalina/localhost/maqetta/siteConfig

 export CATALINA_OPTS="-Dorion.core.configFile=/var/lib/tomcat7/conf/Catalina/localhost/maqetta.conf -Dosgi.instance.area=/tmp/maqetta/users"

 service tomcat7 start

I have the following error in tomcat7 and tomcat6:

https://gist.github.com/enorniel/34a5b9000b1b91209438

billreed63 commented 10 years ago

Please post this to the Maqetta users group, more people will monitor the users group and may be able to help

enorniel commented 10 years ago

Thanks. That's what I did.