[Installation, Configuration & Deployment] - Re: JBoss server hangs in state
by Oliver Roell
Both PCs running with XP Service Pack 3.
Yes, when I run netstat on my PC with 4.2.3 twice I got different outputs.
The ports 1098, 1099, 3873, 4444, 4445, 4446, 8009, 8080, 8083 and 8093 are always the same, but three ports change:
1153, 1154, 1157 at the first call
1158, 1159, 1162 at the second call
1167, 1168, 1170 at the third call
"telnet [user-name] 1099" does not work on both PCs. It's always the same error:
Connecting to [user-name]...Could not open connection to the host on port 1099: Connection failed
I have started JBoss on both PCs within Eclipse and on the command-line. The output is the same:
JBoss started within Eclipse (host-name in the Overview is localhost):
INFO [Http11Protocol] Starting Coyote HTTP/1.1 on http-localhost%2F127.0.0.1-8080
JBoss started within Eclipse (host-name in the Overview is 127.0.0.1):
INFO [Http11Protocol] Starting Coyote HTTP/1.1 on http-127.0.0.1-8080
JBoss started on command line:
INFO [Http11Protocol] Starting Coyote HTTP/1.1 on http-127.0.0.1-8080
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4252991#4252991
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4252991
15 years, 4 months
[jBPM Users] - Deploying JBPM project created by Eclipse in Tomcat server
by Nanaki
Hello,
I'm developping a project using Jboss jBPM.
So I had designed a workflow using the jPDL Eclipse plugin and my project can be deployed by launching Jboss server (start.bat).
When done, I have searched where Jboss is deploying the project and discovered that the folder was created in 2 places:
anonymous wrote : "jbpm-starters-kit-3.1.4\jbpm\src\resources\jbpm.war\";
| AND
| "jbpm-starters-kit-3.1.4\jbpm-server\server\jbpm\tmp\deploy\tmpXXXjbpm-exp.war\"
I imagine that the second folder is a temp/cache folder used when the project is deployed (when we shutdown the server, this folder disappears).
I have followed many wiki and tuto on "How to setup Jboss/jBPM with Apache Tomcat and MySQL" but I didn't make it.
I wanted to know if it was possible to deploy the project generated by jBoss server in Tomcat by, for example:
anonymous wrote : Copy the project folder generated (generated and used by jBoss server) directly into Tomcat webapps.
| OR
| Make a .war of this project generated by Jboss server and deploy it into Tomcat webapps (it's approximatively the same thing i thing...)
So i tried this 2 methods but i didn't make it...
The project is not correctly deployed (in the Tomcat manager, I can see the "deployed" status at FALSE).
Is there a simple solution to take a jBPM project and to run i on Apache Tomcat server (i imagine that the 2 servers or not so different) ?
My configuration:
jbpm-starters-kit-3.1.4
Apache Tomcat/6.0.20
Thanks for your help.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4252987#4252987
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4252987
15 years, 4 months