Board index » jbuilder » How to select what Tomcat webapps to run from the IDE
|
Michael Gool
JBuilder Developer |
|
Michael Gool
JBuilder Developer |
How to select what Tomcat webapps to run from the IDE2004-10-01 11:45:16 PM jbuilder8 Hi, I have a single jbuilder project that contains several web modules. Each of them can generate a WAR file that can be deployed on a Tomcat server whitout any problem. For debugging purpose, I want to run a particular Web module from the embedded Tomcat server within the IDE. When I create a Server configuration in the project, it launches all web modules. I don't see any way to select which web module(s) I want to run. Is there any way for doing so ? Thanks /mig |
| Lori M Olson [TeamB]
Java Developer |
2004-10-02 12:22:29 AM
Re:How to select what Tomcat webapps to run from the IDE
Michael Gool wrote:
QuoteHi, module. Then when you launch from one of the projects, you should just get that one web module. -- Regards, Lori Olson [TeamB] ------------ Save yourself, and everyone else, some time and search the newsgroups and the FAQ-O-Matic before posting your next question. Google Advanced Newsgroup Search www.google.ca/advanced_group_search Other Newsgroup Searches: www.borland.com/newsgroups/ngsearch.html Joi Ellis's FAQ-O-Matic: www.visi.com/~gyles19/fom-serve/cache/1.html |
| Michael Gool
Java Developer |
2004-10-02 01:16:34 AM
Re:How to select what Tomcat webapps to run from the IDE
On Fri, 01 Oct 2004 10:22:29 -0600, Lori M Olson [TeamB] wrote:
Quote>I have a single jbuilder project that contains several web modules. versions, I took the decision (maybe the wrong one) to use a single project with multiple web modules. I tried creating a small project just for running the webapp that takes sources from the main project and link (i'm on a unix file system) the web module directory also from the main project. The web module is launched but no servlet nor jsp is accessible, I don't know why. {smallsort} |
| Michael Gool
Java Developer |
2004-10-02 09:11:11 PM
Re:How to select what Tomcat webapps to run from the IDEQuote>>I have a single jbuilder project that contains several web modules. It is located in <project>/Tomcat/conf at the time tomcat is running from jbuilder. There is a line in the file to remove to tell jbuilder not to override this file. Then just comment out the Context elements corresponding to the web modules that should not be run. This works fine. /mig |
