- If you have installed the PAS for OE Dev product
The manager.war and oemanager.war are installed into the ${DLC}/servers/pasoe product.
Subsequently, you can choose to deploy those installed remote administration web applications (manager.war & oemanager.war) from the PAS for OE installation into newly created instances using the
pasman create or
tcman create command with the -f option.
For instance, with the pasman command:
${DLC}/bin/pasman create -f -Z dev -p 11080 -P 11443 -s 11445 -N oepasdev1 ${WRKDIR}/oepasdev1
- If you have only installed the PAS for OE Prod product
For security reasons, manager.war and oemanager.war are not part of the default set of applications that can be deployed in with the production license using the
pasman create or
tcman create command with the -f option.
The manager.war and oemanager.war are therefore NOT present in the ${DLC}/servers/pasoe/webapps product.
The manager.war and oemanager.war web apps can be found in the ${DLC}/servers/pasoe/extras/ directory and manually installed into a production instance on-demand, using the following set of commands:
${DLC}/bin/pasman create -Z prod -p 10080 -P 10443 -s 10445 -N oepasprod1 ${WRKDIR}/oepasprod1
${WRKDIR}/oepasprod1/bin/tcman deploy ${DLC}/servers/pasoe/extras/manager.war
${WRKDIR}/oepasprod1/bin/tcman deploy ${DLC}/servers/pasoe/extras/oemanager.war
Similarly, for both
PAS for OE Dev and PAS for OE Prod license, Standard Tomcat configuration files and applications (like host-manager.war) are preserved in ${DLC}/servers/pasoe/extras.
Therefore, if you need to deploy the Tomcat host manager application (host-manager.war) to an existing instance run:
${WRKDIR}/oepas1/bin/tcman deploy ${DLC}/servers/pasoe/extras/host-manager.war