How to Run a Single Application instead of all Applications under webapps

2010-12-02 Thread Johnny Clark
I have used Jboss for a long time, but recently we've removed our dependencies on a full blown J2EE container so that we can run in Tomcat. I am trying to modify my development environment to support our standard workflow, but I can't figure out how to get Tomcat to run a specific application

RE: How to Run a Single Application instead of all Applications under webapps

2010-12-02 Thread Caldarale, Charles R
From: Johnny Clark [mailto:jcl...@acteksoft.com] Subject: How to Run a Single Application instead of all Applications under webapps I can't figure out how to get Tomcat to run a specific application as opposed to every application under the webapps directory. The proper terminology is

Re: How to Run a Single Application instead of all Applications under webapps

2010-12-02 Thread André Warnier
Caldarale, Charles R wrote: From: Johnny Clark [mailto:jcl...@acteksoft.com] Subject: How to Run a Single Application instead of all Applications under webapps I can't figure out how to get Tomcat to run a specific application as opposed to every application under the webapps directory. The