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 19804 - The current Tomcat 4 Internal server.xml creates a misleading Tomcat-Standalone service
Summary: The current Tomcat 4 Internal server.xml creates a misleading Tomcat-Standalo...
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-25 22:58 UTC by jhoffman
Modified: 2002-04-23 10:58 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 jhoffman 2002-01-25 22:58:22 UTC
The service created in the Tomcat 4 Internal server.xml file is currently using the default
value of "Tomcat-Standalone".  This is extremely misleading, and should be changed to
"Tomcat-IDE" to distinguish it from the user's external Tomcat installations.  This name
is displayed in the current log file.

This is a simple change to the server.xml that is delivered with the IDE from:
<Service name="Tomcat-Standalone">
to:
<Service name="Tomcat-IDE">
Comment 1 Milan Kuchtiak 2002-01-28 10:26:05 UTC
Changed Service name from "Tomcat-Standalone" to "Tomcat-IDE" and 
Engine name from "Standalone" to "Tomcat-Internal".
Comment 2 Mikhail Romanov 2002-03-16 03:26:55 UTC
Verified in Build 020315.