/bin/startup.sh
http://localhost:8080/
/bin/shutdown.sh
/conf/server.xml
/conf/server.xml
<Service></Service>
標籤/conf/web.xml
<init-param> <param-name>listings</param-name> <param-value>false</param-value> </init-param>
/conf/tomcat-users.xml
web
<tomcat-users> <role rolename="manager-gui"/> <user username="manager" password="manager" roles="manager-gui"/> </tomcat-users>