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 - Streamline internal installation of Tomcat 4 server.xml
Summary: Streamline internal installation of Tomcat 4 server.xml
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Tomcat (show other bugs)
Version: 3.x
Hardware: All All
: P3 blocker (vote)
Assignee: Milan Kuchtiak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-01-18 00:40 UTC by jhoffman
Modified: 2002-03-16 01:28 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
Example Tomcat 4 server.xml (1.25 KB, text/plain)
2002-01-25 22:30 UTC, jhoffman
Details

Note You need to log in before you can comment on or make changes to this bug.
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.