mod-jk
Request entity too large 413 apache tomcat
Request entity too large The requested resource /some/url/path/on/server does not allow request data with GET requests, or the amount of data provided in the request exceeds the capacity limit.[详细]
2023-04-12 16:15 分类:问答Tomcat & Apache with mod_jk partly working
I have a grails app running on a tomcat server that is pointed to by apache 2.2 http server. Using mod_jk I\'ve gotten it to work using myapp.com:9090 to get to the app. However myapp.com just gives m[详细]
2023-04-06 05:50 分类:问答Rewrite Rule on apache2 with tomcat6
I am trying to rewrite a request from a GWT-Webapplication, to be more specific: gwtupload. The Webapplication is bound to apache2 via mod_jk.[详细]
2023-04-05 10:34 分类:问答Static gzip compression with IIS 7 when using mod_jk
I have a web application running on JBoss and I am using IIS 7 for load balancing JBoss instances. Static files (ex: CSS, JS) are served from IIS. I am using mod_jk ISAPI filter to bridge IIS and JBos[详细]
2023-04-04 08:06 分类:问答Apache/Tomcat/mod_jk. How to make several urls to point to different tomcat instances?
My case: I have several webapps running on my tomcat server like this: demo.mys开发者_StackOverflowerver.com/application1[详细]
2023-03-31 16:23 分类:问答the relationship between connection_pool_size and tp-processor?
apache2 workers.properties: worker.node223.connection_pool_size=100 worker.node223.connection_pool_minsize=50[详细]
2023-03-27 01:08 分类:问答apache2 tomcat6 mod_rewrite with pretty urls loses user session info - empties shopping cart
I have tried this with both mod_jk and mod_proxy and get the same result. Using this mod_rewrite rule works fine:[详细]
2023-03-26 07:03 分类:问答apache mod_jk loadbalancing glassfish cluster instances issue
I have a Java EE6 EAR application deployed on an Open Source GlassFish v3.1 server running on a Windows 2003 R2 Server on 2 clusters with 2 instances each. To load balance the work load, I am using an[详细]
2023-03-13 23:28 分类:问答custom mod_jk forwarding
i want to be able to forward url such as http://external_url.com/auth => http://internal_url.com:8080/app/auth[详细]
2023-03-13 12:17 分类:问答"Broken Pipe" between Apache and GlassFish when using mod_jk
I am using Apache as the front-end to GlassFish 3.1, using mod_jk as the connector. The connection between the two is very unstable - works about 50% of the time - even when I am the only person on th[详细]
2023-03-01 16:56 分类:问答