System Design | Implementation Rule Book | CheatSheet
By Prithvi Atal, Engineer, Driving High-Performance Solutions
Showing posts with label
Tomcat
.
Show all posts
Showing posts with label
Tomcat
.
Show all posts
Sunday, August 29, 2021
Tomcat Cookbook
›
#How to find process id of a running program on a given port sudo lsof -i:8080 sudo lsof -i:443
1 comment:
Tuesday, July 17, 2012
Tomcat Performance Tunning
›
In order to handle scalability, webserver needs to be controlled by certain configuration. In this post we wil take Tomcat as a web serv...
Tuesday, July 10, 2012
Remote Debugging
›
Tomcat: export JPDA_ADDRESS=8000 export JPDA_TRANSPORT=dt_socket bin/catalina.sh jpda start
›
Home
View web version