linux system deployment war package, see the tomcat log


1. Deployment war package
app / tomcat / bin
start .startup.sh at tomcat / bin directory, Tomcat will decompress war package during startup, to form the corresponding project directory

Execute the command:
./startup.sh

2. Real-time view tomcat log.
We first need to log directory under tomcat. My catalog for your reference
app / tomcat / logs
project path corresponding to the situation you need to deploy the project depends
mostly so
execute the command:
tail -f catalina.out

 

Guess you like

Origin www.cnblogs.com/furenjian/p/11122005.html