I am using Netbeans 6.5.1 (including tomcat 6.0.18)
I have developed many webapp projects on netbeans. I created a context list for each webapp that prints "Hello World! This is <>" in the context of the Initialized method.
Whenever I click the Run Main Project button (or right-click on the project and select Run), I see that in the tomcat output window all my other projects are running.
I mean, when I start a project (any project), I see that all my webapps call them the appropriate context listener! the worst case scenario is when webapp uses hibernation: each webapp does all the initialization hibernation.
Is there a way to run only the project that I want?
I already tried to close other projects, but this does not work.
source
share