I'm afraid to be forced to ask the forum for such a "rookie" question: I followed all info in the installation (http://documentation.bonitasoft.com/tomcat-bundle-0), but I'm unable to startup the catalina process: invoking startup.sh results in the following:
<B>
<p> Using CATALINA_BASE: /opt/BonitaBpmCommunity</p> <p> Using CATALINA_HOME: /opt/BonitaBpmCommunity</p> <p> Using CATALINA_TMPDIR: /opt/BonitaBpmCommunity/temp</p> <p> Using JRE_HOME: /usr</p> <p> Using CLASSPATH: /opt/BonitaBpmCommunity/bin/bootstrap.jar</p> <p> Using CATALINA_PID: /opt/BonitaBpmCommunity/catalina.pid</p> <p> </B></p> <p> Usage: catalina.sh ( commands ... )</p> <p> commands:</p> <p> debug Start Catalina in a debugger</p> <p> debug -security Debug Catalina with a security manager</p> <p> jpda start Start Catalina under JPDA debugger</p> <p> run Start Catalina in the current window</p> <p> run -security Start in the current window with security manager</p> <p> start Start Catalina in a separate window</p> <p> start -security Start in a separate window with security manager</p> <p> stop Stop Catalina, waiting up to 5 seconds for the process to end</p> <p> stop n Stop Catalina, waiting up to n seconds for the process to end</p> <p> stop -force Stop Catalina, wait up to 5 seconds and then use kill -KILL if still running</p> <p> stop n -force Stop Catalina, wait up to n seconds and then use kill -KILL if still running</p> <p> version What version of tomcat are you running?</p> <p> Note: Waiting for the process to end and use of the -force option require that $CATALINA_PID is defined</p>
I configured Mysql as a db backend (followed istructions @ http://documentation.bonitasoft.com/configure-bonita-your-dbms)
I changed the default password.
I changed the default port 8080 in 22111.
But something is missing, so the catalina doesn't start at all: it doesn't start a new log, no pid
Any ideas.
TIA
bye