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 12265 - Tomcat isn't restarted after changing its port
Summary: Tomcat isn't restarted after changing its port
Status: CLOSED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: Milan Kuchtiak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-05-18 14:05 UTC by L Martinek
Modified: 2001-07-20 20:38 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 L Martinek 2001-05-18 14:05:49 UTC
[010517]

Create some JSP and execute it. Change tomcat port number and execute JSP again. 
Server isn't restarted. You have to use Execute (Force Reload) to correctly 
execute JSP after port change.

Also text in Execution Window isn't updated after port change.
Comment 1 L Martinek 2001-05-25 13:59:18 UTC
Tomcat isn't restarted after change of any property.
Comment 2 Milan Kuchtiak 2001-06-26 18:27:17 UTC
adding line
((TomcatServerExecution)TomcatServerInstance.getInstance().getTestRunSupport
()).setRestart();
into setXXX() methods in TomcatDataObject