Netbeans runs all my projects -


I am using Netbeen 6.5.1 (included in Tomet 6.0.18)

I have developed many webpage projects on Netbeans I prepared a brochure for each webpad which prints the initial method in the context "Hello World! This is <"

Every time I click on the "Run the main project" button (or click the right-mouse button, select Project and "Run") I can see in the output window of Tomcat all my other Projects are also running.

I mean, when I run a project (a project), then I can see that all my webapps call their respective audience! The worst case scenario is when a webpage uses Hibernate: Every webpath does all related hibernate initialization functions.

Do I have any way of just running a project?

I tried to shut down before it did not work on other projects.

Whatever I remember, Netbeans always jump non-other web applications to development tomac server .

To remove other projects, go to Services (formerly Runtime) tab, expand the Server group, right-click on example of the Tomcat server And select Start (if it is not already running). Extend Tommac Server Group - It should list all deployed applications. Right-click each application and choose Undeploy.

I am going from memory, please forgive me if my directions are closed ...


Comments