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 40097 - USABILITY: notify the user if a web module can't start
Summary: USABILITY: notify the user if a web module can't start
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Tomcat (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: Pavel Buzek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-13 17:33 UTC by Ana.von Klopp
Modified: 2011-09-19 22:38 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ana.von Klopp 2004-02-13 17:33:03 UTC
I think this is doable with the j2eeserver module 
and it would help with weird errors. 

Take a web module and make a filter declaration in 
the deployment descriptor but don't add the class 
(for example). This will prevent the module from 
starting. 

If you try to execute a JSP from the module, you 
will see that the resource is not available (and 
the monitor reports a 404 because it gets started 
even though the module isn't, which is kind of 
weird if the settings are supposed to be inherited 
by the individual modules!). 

The server registry will report that the module is 
running too, unless you do refresh. 

It would be really nice if we could provide a 
helpful message that the module failed to start.
Feel free to set this to be An RFE.
Comment 1 Pavel Buzek 2004-02-26 23:12:11 UTC
this is a nice enhancement, thanks Ana!
Comment 2 zikmund 2004-09-24 22:04:29 UTC

*** This issue has been marked as a duplicate of 42727 ***