Apache Tomcat is an open-source software implementation of the Java technologies like Java WebSocket, Java Expression Language technologies.....
How to fix SNI problem for SSL request?
f you get a problem with SNI while creating an SSL connection to the web server, you should follow this post to debug your case. I want to add some steps about how to debug and fix the SNI problem.....
How to disable mod_security2 on Apache Server
If you are getting trouble to upload PDF file which size is larger then 10 MB on WordPress you should check your Apache server mod_security configurations. I added some steps about how to disable mod_security for Apache Web Server.....
Apache Tomcat JDBC Connection Pool configuration for Oracle Real Application Cluster(RAC)
In this article, we 'll focus on creating a high-concurrency connection pool for Apache Tomcat. We create a TestDB connection pool that connects the Oracle Database server.....
Apache Block Unnecessary Request Methods
Apache base web server accepts a wide range of request methods like DEBUG, DELETE, MOVE, PUT, TRACE, TRACK, HEAD, POST, GET. It doesn't mean that you need all request_methods.....
How to Manage Apache Tomcat Update With Python
Enterprise Software architecture refers to high level structures and disciplines. For most organization managing software update may be the hardest part of building enterprise software architecture.....