Tomcat Installation Node
See Also
The
node represents
a physical installation of the Tomcat server. When you install the IDE,
the installer automatically adds an an installation of the Tomcat
server called Internal Tomcat. This installation
cannot be removed. You can add additional installations of Tomcat 4.0 and configure
them individually. Note that Tomcat 3.x versions are not supported.
Right-clicking on an Installation node opens a contextual menu containing these
options:
- Configure (Edit server.xml). Launches the source editor containing
the server.xml file for the selected installation. Because the
IDE configures the server automatically, you usually do not need to
edit the server.xml file. For more information
about configuring Tomcat, see Editing the
Tomcat Server Configuration File and http://jakarta.apache.org/tomcat/tomcat-4.0-doc/config/index.html.
- Add New Host. Adds a Host element to the current installation.
The Host element represents a virtual host, which is an association
of a network name for the server on which Tomcat is running.
- View Log File(s). Displays the server log file for the current installation.
- Start Server. Starts the selected Tomcat installation.
- Restart Server. Restarts the selected Tomcat installation.
- Stop Server. Stops the selected Tomcat installation.
- Remove Tomcat 4.0 installation. Removes the selected Tomcat installation
from the Server Registry. Note that the Internal Tomcat installation cannot
be removed.
- Properties. Displays the property sheet for the current installation,
where you can edit the attributes of the installation.
Legal Notices