Thursday, March 11, 2010

Posts Tagged ‘tomcat’

Configure Apache:virtual host, mod_proxy and mod_proxy_ajp

Monday, November 24, 2008 3:00

Image via Wikipedia Once you configured your java application server and apache everything is fine until you want to host your another domain at the same server.

This was posted under category: HowTo & Tutorial  |  Read Full Story  |  0 Comments

tomcat port configuration

Wednesday, November 12, 2008 1:00

Image via Wikipedia There are three standard port types for a single tomcat configuration: HTTP: (default:8080) your http connector AJP :(default: 8009)  tomcat ajp connection port SHUTDOWN (default:8109 ): tomcat shutdown command listener port HTTPS (default: 8443/optional): tomcat https port listener

This was posted under category: HowTo & Tutorial  |  Read Full Story  |  0 Comments
Tagged with:

multiple tomcat instance – single setup

Thursday, December 27, 2007 16:30

running multiple tomcat by using a single catalina_base and catalina_home this will make it easy to manage server management to use only one tomcat setup instance download tomcat-6+ and unpack it. and modify two configuration file under conf

This was posted under category: HowTo & Tutorial  |  Read Full Story  |  14 Comments
Tagged with: ,
Complete Apache 2.2-AJP Load Balance via mod_proxy

Complete Apache 2.2-AJP Load Balance via mod_proxy

Monday, December 3, 2007 4:33

Complete guide for apache-http server load balancing via mod_proxy and some performance enhancements required modules: proxy_module proxy_ajp_module proxy_balancer_module

This was posted under category: HowTo & Tutorial  |  Read Full Story  |  5 Comments

URI Encoding for tomcat 5.5.X

Monday, March 26, 2007 8:22

Image via Wikipedia encoding problem with paramater while HTTP GET ? in default tomcat read get parameters with its startup language like = ISO-8859-1 for tomcat 5.5.x [source ...

This was posted under category: HowTo & Tutorial  |  Read Full Story  |  2 Comments
Tagged with: