[JBoss-user] [Installation, Configuration & Deployment] - Deployment of exploded war failing...

2005-08-25 Thread rintin
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

[JBoss-user] [Installation, Configuration & Deployment] - Problem starting JBoss 4.0.2 in debug mode with JDK 5.0

2005-07-28 Thread rintin
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

[JBoss-user] [Installation, Configuration & Deployment] - How to change default web application?

2005-07-26 Thread rintin
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#

[JBoss-user] [Installation & Configuration] - Re: Configuring PHP on Jboss ?????

2005-07-12 Thread rintin
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

[JBoss-user] [Installation & Configuration] - Running Tomcat & JBoss separately?

2005-07-12 Thread rintin
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