[jboss-user] [JBoss jBPM] - Re: How to install the jbpm-jpdl-suite-3.2.GA on linux?
koen.aers@jboss.com
do-not-reply at jboss.com
Sat Jun 16 10:00:47 EDT 2007
There are some special switches in jBPM making sure that it doesn't run on Ubuntu... :-p
No seriously, I also experienced that some of the build scripts are not running on linux as I switched to Fedora 7 recently. Here is the manual process:
- extract the jbpm-jpdl-suite-3.2.GA bundle in your preferenced folder. you'll see the newly created jbpm-jpdl-3.2.GA folder which I call ${JBPM_HOME}.
- extract the correct Eclipse version (e.g. 3.2.1) in the folder ${JBPM_HOME}/designer.
- make sure all the extracted scripts are executable:
[blah at localhost ~]$ chmod 755 ${JBPM_HOME}/server/start.sh
| [blah at localhost ~]$ chmod 755 ${JBPM_HOME}/server/bin/run.sh
- start the server with the command ${JBPM_HOME}/server/start.sh
- start the designer with the command ${JBPM_HOME}/designer/eclipse/eclipse -data ${JBPM_HOME}/designer/workspace
You could create a start.sh script in the ${JBPM_HOME}/designer folder containing the above command. Use ${JBPM_HOME}/designer/start.bat as the example.
Regardss
Koen
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4054964#4054964
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4054964
More information about the jboss-user
mailing list