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 TypeMethodDescriptionvoidcreateWebDtd(String confDirectory, int uid, int gid, int mode, int uidMin, int gidMin) voidcreateWebXml(String confDirectory, int uid, int gid, int mode, int uidMin, int gidMin) protected StringGets the name of the Tomcat directory under/opt/.static TomcatCommon_3_2_4protected Set<PackageManager.PackageName> Gets any packages that must be installed for this site.voidPrints 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, writeHttpdTomcatDataSourceMethods inherited from class com.aoindustries.aoserv.daemon.httpd.tomcat.TomcatCommon
writeHttpdTomcatParameter
-
Method Details
-
getInstance
-
getRequiredPackages
Description copied from class:TomcatCommonGets any packages that must be installed for this site.- Specified by:
getRequiredPackagesin classTomcatCommon- Throws:
IOExceptionSQLException
-
createWebDtd
public void createWebDtd(String confDirectory, int uid, int gid, int mode, int uidMin, int gidMin) throws IOException - Specified by:
createWebDtdin 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:
createWebXmlin classTomcatCommon_3_X- Throws:
IOException
-
printTomcatUsers
Description copied from class:TomcatCommon_3_XPrints the default tomcat-users.xml file content for this version of Tomcat 3.X- Specified by:
printTomcatUsersin classTomcatCommon_3_X
-
getApacheTomcatDir
Description copied from class:TomcatCommonGets the name of the Tomcat directory under/opt/.- Specified by:
getApacheTomcatDirin classTomcatCommon
-
