Red Hat CERTIFICATE SYSTEM 7.3 - ADMINISTRATION Administration Manual page 120

Hide thumbs Also See for CERTIFICATE SYSTEM 7.3 - ADMINISTRATION:
Table of Contents

Advertisement

Chapter 3. Administrative Basics
<Connector port="9445" />
<Engine name="CatalinaAdmin" defaultHost="localhost">
<Realm className="org.apache.catalina.realm.UserDatabaseRealm"
resourceName="UserDatabase"/>
<Host name="localhost" appBase="webapps.admin"
unpackWARs="true" autoDeploy="false"
xmlValidation="false" xmlNamespaceAware="false">
<Valve className="org.apache.catalina.valves.AccessLogValve"
</Host>
</Engine>
</Service>
... end-entities services entry ...
<Service name="CatalinaEE">
<Connector port="9443" ... />
<Engine name="CatalinaEE" defaultHost="localhost">
<Realm className="org.apache.catalina.realm.UserDatabaseRealm"
resourceName="UserDatabase"/>
<Host name="localhost" appBase="webapps.ee"
unpackWARs="true" autoDeploy="false"
xmlValidation="false" xmlNamespaceAware="false">
<Valve className="org.apache.catalina.valves.AccessLogValve"
</Host>
</Engine>
</Service>
4. Go up into the instance directory, /var/lib/rhpki-ca.
cd ../
5. Copy the webapps/ directory for the separate services to use.
cp -r webapps webapps.ee
cp -r webapps webapps.admin
6. Each web directory contains templates for the three services pages: agent, admin, and ee. For
each directory, move the two unused templates so they cannot be accessed. For example, this
moves the agent and admin templates in the ee directory:
98
directory="logs"
prefix="localhost_access_log." suffix=".txt"
pattern="common" resolveHosts="false"/>
directory="logs"
prefix="localhost_access_log." suffix=".txt"
pattern="common" resolveHosts="false"/>

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the CERTIFICATE SYSTEM 7.3 - ADMINISTRATION and is the answer not in the manual?

Questions and answers

Subscribe to Our Youtube Channel

Table of Contents