11-12-2010 04:19 AM
11-24-2010 03:59 AM
11-25-2010 08:45 PM
INFO: Undeploying context []
Nov 26, 2010 2:56:25 AM org.apache.catalina.session.StandardManager doUnload
SEVERE: IOException while saving persisted sessions: java.io.FileNotFoundException: /home/actuser/activiti-5.0.rc1/apps/apache-tomcat-6.0.29/work/Catalina/localhost/_/SESSIONS.ser (No such file or directory)
java.io.FileNotFoundException: /home/actuser/activiti-5.0.rc1/apps/apache-tomcat-6.0.29/work/Catalina/localhost/_/SESSIONS.ser (No such file or directory)
at java.io.FileOutputStream.open(Native Method)
at java.io.FileOutputStream.<init>(FileOutputStream.java:209)
at java.io.FileOutputStream.<init>(FileOutputStream.java:99)
…
Could it be something with PATH variables?
11-25-2010 08:50 PM
11-25-2010 09:07 PM
11-25-2010 09:15 PM
http://wiki.apache.org/tomcat/HowTo#How_to_run_Tomcat_without_root_privileges.3F
hope that helps.
11-26-2010 05:31 AM
11-27-2010 07:18 AM
11-27-2010 08:09 AM
11-27-2010 09:07 AM
11-27-2010 11:26 PM
Hi there,
This installation procedure is based on Ubuntu 10.04 LTS using the terminal.
Things to todo:
- make sure everything keeps working after a reboot
- make screenshots
- write a script
Regards,
Winko
Installing JDK
# sudo add-apt-repository "deb http://archive.canonical.com/ lucid partner"
# sudo apt-get update
# sudo apt-get install sun-java6-jdk sun-java6-jre sun-java6-plugin sun-java6-fonts
Installing ANT
# sudo apt-get install ant
Installing Eclipse
# sudo apt-get install eclipse
OR install JDK, JRE, Ant and Eclipse at once as you can combine the separate installations:
# sudo add-apt-repository "deb http://archive.canonical.com/ lucid partner"
# sudo apt-get update
# sudo apt-get install sun-java6-jdk sun-java6-jre sun-java6-plugin sun-java6-fonts ant eclipse
Download Activiti
# mkdir Activiti
# cd Activiti
# wget http://activiti.org/downloads/activiti-5.0.rc1.zip
# unzip activiti-5.0.rc1.zip
Install Demo
# cd setup
# ant demo.setup
Open your browser and go to the following URL:
http://localhost:8080/activiti-explorer/
You can login using users:
kermit (pw: kermit)
fozzie (pw: fozzie)
Or check out the cool Signavio "Activiti Modeler" at the following URL:
http://localhost:8080/activiti-modeler/
DON´T RESTART - REBOOT YOUR MACHINE !!! (See the todo list)
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.