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 19547

Summary: Streamline internal installation of Tomcat 4 server.xml
Product: serverplugins Reporter: jhoffman <jhoffman>
Component: TomcatAssignee: Milan Kuchtiak <mkuchtiak>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P3    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Attachments: Example Tomcat 4 server.xml

Description jhoffman 2002-01-18 00:40:05 UTC
Current tomcat 4 internal installation server.xml has lots of items that are not used. This
includes the "examples" context and Warp Connector.  These items should be
removed to make the server run more efficiently and to make the server.xml
easier to read.
Comment 1 jhoffman 2002-01-25 22:30:38 UTC
Created attachment 4430 [details]
Example Tomcat 4 server.xml
Comment 2 Milan Kuchtiak 2002-02-18 13:27:01 UTC
1. Changes in server.xml file :
- removing Tomcat-Appache servis with its WarpConnector
- removing examples context
- hiding manager context (not visible in  server registry)

2. Changes in defauld web.xml file :
- removing the invoker,CGI and SSI servlets
- removing all mime-mappings

3. Changes in manager web.xml file :
- commented out the <security-constraint> and <login-config> elements
(in order the manager to be directly accessible without 
authentication)

4. Changes in HostNode and "DeleteAllContexts" action.
- manager is not visible among the other contexts
- "DeleteAllContext" action doesn't remove manager context
Comment 3 Mikhail Romanov 2002-03-16 01:28:55 UTC
Verified in Build 020315.