Welcome Guest!
This is your new Apache Tomcat Website CapacityPlannerProxy
Getting Started
What is included in my new Tomcat website?
- Apache Tomcat 7.0
- JSP precompilation with JSTL included
- SSL configured and enabled with automatic redirection
- Kerberos authentication configured and enabled
- Basic Snitch/SYMON website monitoring configured and enabled to e-mail you alarms
- Logs and metrics publishing to PMET configured and enabled
If you want to jumpstart your workspace you can cut and paste the following commands:
mkdir -p /workplace/Guest/CapacityPlannerProxy
brazil ws --create --root /workplace/Guest/CapacityPlannerProxy --name Guest-CapacityPlannerProxy
cd /workplace/Guest/CapacityPlannerProxy
brazil ws --use --package CapacityPlannerProxyWebsiteContent --branch mainline
brazil ws --attachEnvironment --alias CapacityPlannerProxy
To build and release changes:
Octane projects are built through Version Sets and deployed through Version Filters.
- Build changes into your version set.
- Deploy your version filter.
Your Website's Packages
CapacityPlannerProxyWebsiteContent
This package contains the root webapp and Tomcat platform for your website
- Java source code:
src/
- Unit tests:
tst/
- Webapp static content and JSPs:
webapp/
- Webapp configuration:
webapp/{META-INF,WEB-INF}/
- Process Manager configuration:
brazil-config/override/OctaneProcessManagerOverrides.cfg
- Monitoring configuration:
monitoring/OctaneTomcatWebsite.cfg
Help
Documentation
Other questions? Please file a issue with the Octane Team if you have any questions or run into any problems.