Jakarta Tomcat
Glossary
Term
|
Definition
|
jsp
|
|
servlets
|
|
Common Tasks
Startup/Shutdown
- $CATALINA_HOME/bin
- Review logs to check for startup errors
- $CATALINA_HOME/logs/catalina.out
- Bring up test page to verify basic functionality
- http://server:8080 --> This should bring up an index.jsp
page which describes the Apache Jakarta project (the default tomcat
home page)
File locations
Configuration Files
$CATALINA_HOME/conf/server.xml
$CATALINA_HOME/conf/tomcat-users.xml
Document Root
$CATALINA_HOME/webapps/ROOT/index.jsp --> ???