This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 171909 - [68cat] Cannot undeploy webapp in tomcat
Summary: [68cat] Cannot undeploy webapp in tomcat
Status: RESOLVED INCOMPLETE
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Tomcat (show other bugs)
Version: 6.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-10 11:48 UTC by neilg
Modified: 2009-09-16 14:54 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description neilg 2009-09-10 11:48:17 UTC
[ BUILD # : 200909081533 ]
[ JDK VERSION : 1.6.* ]

I launched a webapp in debug mode in tomcat using the context menu
from the project pane. I subsequently tried to undeploy the app using
the context menu of the deployed app in the services pane. The
undeployment did not happen; the application remains deployed and
running.
Comment 1 neilg 2009-09-10 11:49:53 UTC
When I start up the same container in NB 6.7.1 I can undeploy the application.
Comment 2 Petr Hejl 2009-09-11 10:10:40 UTC
Can you be more specific about you setup? What actually happen? Did you stop on breakpoint before undeployment? There
were no big changes in tomcat integration - are you sure you reproduced all conditions when testing 6.7?

Thanks,
P.
Comment 3 neilg 2009-09-16 09:07:31 UTC
I've not been able to reproduce this issue. Prior to undeploying the app in 6.7.1 I restarted the dev build, i.e.
shutdown and restarted dev NB. When I restarted tomcat from the services pane I still could not undeploy. I'm fairly
sure that the deployed applications tree is not available when the server is stopped at a breakpoint - a pause badge is
shown on the server and there are no subnodes - so I don't think it was hung at a breakpoint.

In 6.7.1 I had the same projects open, I started tomcat then right clicked on undeploy.
Comment 4 Petr Hejl 2009-09-16 14:45:43 UTC
What happened on unsuccessful undeploy? Any message?
Comment 5 neilg 2009-09-16 14:54:31 UTC
The message "Undeploying application at context path /cms" was displayed in the status bar at the bottom left of the NB
window, but nothing happened in the output window. Nothing further happened and eventually the status message disappeared.