Hi all,
It appears my attempt to deploy an exploded war is failing. My
jboss-service.xml file contains the following URL entry:
|deploy/, /depot/trunk/main/webapp.war/
|
The webapp.war directory contains a lot of images and html pages. The
JarDeployer of JBoss seems t
Hey all,
Relatively new to JBoss and am trying to run it in debug mode within JVM 5.0.
The debug arguments I am passing to "org.jboss.Main" at startup are:
"-Xdebug -Xnoagent -Djava.compiler=NONE
-Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005"
The server startup outputs the foll
I'm trying to change the configuration so that http://localhost:8080 goes to my
custom webApp rather the the default JBoss one.
Can anyone help me figure out the correct config change?
Thanks in advance.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3886696#
Just a thought but why would you want to deploy PHP applications within a J2EE
Application server?
Don't think anyone will have deployed PHP on JBoss. Are you considering
migrating to a J2EE architecture?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884605
Hi all,
Can anyone help me to configure a separate install of Tomcat to communicate
with the JBoss installation?
I'm working on a new application and would like to keep the servlet engine
separate to the business logic tier.
Is this a common configuration or is it recommended to use the integ