Class TomcatCommon_3_2_4
java.lang.Object
com.aoindustries.aoserv.daemon.httpd.tomcat.TomcatCommon
com.aoindustries.aoserv.daemon.httpd.tomcat.TomcatCommon_3_X
com.aoindustries.aoserv.daemon.httpd.tomcat.TomcatCommon_3_2_4
Some common code for Tomcat 3.2.4
- Author:
- AO Industries, Inc.
-
Field Summary
Fields inherited from class com.aoindustries.aoserv.daemon.httpd.tomcat.TomcatCommon_3_X
tomcatLogFiles
-
Method Summary
Modifier and TypeMethodDescriptionvoid
createWebDtd
(String confDirectory, int uid, int gid, int mode, int uidMin, int gidMin) void
createWebXml
(String confDirectory, int uid, int gid, int mode, int uidMin, int gidMin) protected String
Gets the name of the Tomcat directory under/opt/
.static TomcatCommon_3_2_4
protected Set
<PackageManager.PackageName> Gets any packages that must be installed for this site.void
Prints the default tomcat-users.xml file content for this version of Tomcat 3.XMethods inherited from class com.aoindustries.aoserv.daemon.httpd.tomcat.TomcatCommon_3_X
copyCocoonProperties1, copyCocoonProperties2, createTestTomcatXml, writeHttpdTomcatDataSource
Methods inherited from class com.aoindustries.aoserv.daemon.httpd.tomcat.TomcatCommon
writeHttpdTomcatParameter
-
Method Details
-
getInstance
-
getRequiredPackages
Description copied from class:TomcatCommon
Gets any packages that must be installed for this site.- Specified by:
getRequiredPackages
in classTomcatCommon
- Throws:
IOException
SQLException
-
createWebDtd
public void createWebDtd(String confDirectory, int uid, int gid, int mode, int uidMin, int gidMin) throws IOException - Specified by:
createWebDtd
in classTomcatCommon_3_X
- Throws:
IOException
-
createWebXml
public void createWebXml(String confDirectory, int uid, int gid, int mode, int uidMin, int gidMin) throws IOException - Specified by:
createWebXml
in classTomcatCommon_3_X
- Throws:
IOException
-
printTomcatUsers
Description copied from class:TomcatCommon_3_X
Prints the default tomcat-users.xml file content for this version of Tomcat 3.X- Specified by:
printTomcatUsers
in classTomcatCommon_3_X
-
getApacheTomcatDir
Description copied from class:TomcatCommon
Gets the name of the Tomcat directory under/opt/
.- Specified by:
getApacheTomcatDir
in classTomcatCommon
-