[photospace-developer] how to install photospace in tomcat and debian,
Status: Alpha
Brought to you by:
jahlonzo
|
From: Gary L. <ga...@kt...> - 2005-01-13 03:13:29
|
dear all, I am using tomcat 5.54 and debian linux. and download binary of photospace. I also checked the install document,but still not clear. I use below steps to install it.but failed. debian:/opt/jakarta-tomcat-5.5.4/bin# ./startup.sh Using CATALINA_BASE: /opt/jakarta-tomcat-5.5.4 Using CATALINA_HOME: /opt/jakarta-tomcat-5.5.4 Using CATALINA_TMPDIR: /opt/jakarta-tomcat-5.5.4/temp Using JAVA_HOME: /opt/jdk1.5.0_01 debian:/opt/jakarta-tomcat-5.5.4/conf/Catalina/localhost# cat photospace.xml <Context path=3D"/photospace" docBase=3D"/opt/jakarta-tomcat-5.5.4/webapps/photospace/photospace.war" debug=3D"0"> <Parameter name=3D"webAppRootKey" value=3D"webapp.photospace"/> <Parameter name=3D"photospace.properties" value=3D"/opt/jakarta-tomcat-5.5.4/webapps/photospace/photospace.proper ties"/> </Context> with a photospace.properties file in /opt/jakarta-tomcat-5.5.4/webapps/photospace # Photospace title photospace.title=3Ddemo # Storage location for search index index.root=3D/opt/jakarta-tomcat-5.5.4/webapps/photospace/index/ # Media root media.root=3D/opt/jakarta-tomcat-5.5.4/webapps/photospace/media/ # Image cache location cache.root=3D/opt/jakarta-tomcat-5.5.4/webapps/photospace/cache/ # Base url for external links in RSS and RDF base.url=3Dhttp://localhost:8080/photospace # User accounts for admin and contributor access (separate with newline) photospace.users=3D \ admin=3Dpassword,ROLE_ADMIN,ROLE_CONTRIBUTOR \n\ contributor=3Dpassword,ROLE_CONTRIBUTOR Is it correct? who can send me full steps for installation? Thank very much.. Gary. |