SIGESA: Comandos Para levantar debug, LImpiar Tomcat

  • Lista de comandos
./bin/shutdown.sh
ps -ef|grep tomcat
kill -9 11459
rm -rf temp/* logs/* work/ webapps/sigesa-webapp webapps/sigesa-webapp.war
./bin/startup.sh
tail -f logs/catalina.out