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 24774 - Sometimes the server is unnecessarily restarted
Summary: Sometimes the server is unnecessarily restarted
Status: RESOLVED WORKSFORME
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Tomcat (show other bugs)
Version: -FFJ-
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: Milan Kuchtiak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-06-14 14:03 UTC by Ana.von Klopp
Modified: 2002-06-20 09:05 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
expands into a web module in a directory called monitor (11.08 KB, application/octet-stream)
2002-06-14 14:07 UTC, Ana.von Klopp
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ana.von Klopp 2002-06-14 14:03:55 UTC
I am not sure which module causes this problem
(devt module or plugin). 

This happens intermittently when I work on web
modules: I have modified a JSP but no Java
classes, nor the deployment descriptor, and when I
try to execute the web module from the IDE (from
WEB-INF) it restarts the server. 

I can't tell if this is because the server stopped
when it shouldn't, or if it's because the IDE
thinks it should restart it because I usually
don't think to look whether it's running before I
execute anything :) On the basis that I don't
remember seeing a status message to the effect
that the server stopped it is possible that it
stopped already but perhaps the stopping part is
swift. 

This is moderately annoying if you want to
preserve data in the session while you're working
on a JSP for example. 

I don't have a set of steps that reproduce this
reliably. I'll include an attachment of a web
module that I was working on when I saw this.
Perhaps by adding more JSPs you'll be able to see
it also.
Comment 1 Ana.von Klopp 2002-06-14 14:07:42 UTC
Created attachment 6260 [details]
expands into a web module in a directory called monitor
Comment 2 Milan Kuchtiak 2002-06-20 09:05:57 UTC
I played with the application about half an hour.The Tomcat 
never restarted whole the time.Even when I added some. 
Recently - new incremental deploy feature was implemented. 
This may solved the problem.