When you install the IDE, an installation of Tomcat 4.0.4 called Internal
is added automatically. This installation cannot be removed. You can add additional
installations of Tomcat 4.0.x and configure them individually.
![]() |
Tomcat 3.x versions are not supported. This version of the IDE has been thoroughly tested with Tomcat 4.0.4. Use Tomcat versions other than 4.0.4 at your own risk. |
Each Tomcat 4.0.x server installation is specified by both a home directory and a base directory.
The home directory, for example, tomcat401
, contains:
tomcat401\server
directorytomcat401\bin
directorytomcat401\lib
and tomcat401\common
directoriesThe base directory, for example, tomcat401_base
, contains:
tomcat401_base\conf
directorytomcat401_base\work
directorytomcat401_base\logs
directorytomcat401_base\webapps
directorySpecifying a base directory is necessary when Tomcat 4.0.x is used in a multi-server
configuration. If you do not specify a base directory, the base directory will
be the same as the home directory. See http://jakarta.apache.org/tomcat/tomcat-4.0-doc/RUNNING.txt
for more information.
To add a Tomcat 4.0.x Installation:
To modify the configuration of any Tomcat installation within the IDE, select
the corresponding node and then choose Configure from the contextual menu. This
action will open the server.xml
file in the IDE's source editor.
You can modify some parts of the server.xml file by setting
Tomcat Instance (Host) properties or setting
Context properties.
See also | |
---|---|
Tomcat 4.0.x Installation Node Setting Tomcat Installation Properties |