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 42104 - improve support for sending multiple commands
Summary: improve support for sending multiple commands
Status: CLOSED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Tomcat (show other bugs)
Version: 4.x
Hardware: All All
: P4 blocker (vote)
Assignee: Pavel Buzek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-17 01:15 UTC by Pavel Buzek
Modified: 2004-08-13 12:11 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pavel Buzek 2004-04-17 01:15:40 UTC
In TomcatManagerImpl it would be cleaner to
serialize commands like stop/start or
undeploy/deploy correctly by working it into run()
method.
Comment 1 Pavel Buzek 2004-04-17 07:42:23 UTC
he, I found an easy way: create new TomcatManagerImpl for every call.
Closing as fixed (that was a short-lived reminder:).