Solutions to the problems arise at the connection of the operating system installation and remote Linux system

step:

1) upload to the linux Tomcat

2) to extract the Tomcat the / usr / local

3) access to foreign ports open Linux 8080

/sbin/iptables -I INPUT -p tcp --dport 8080 -j ACCEPT

/etc/rc.d/init.d/iptables save

4) initiate a shutdown Tomcat

Tomcat start entering the bin under: ./ startup.sh

Close the bin into the tomcat of: ./ shutdown.sh

Guess you like

Origin www.cnblogs.com/hnwxp/p/11372106.html