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.
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
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.
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
My case: I have several webapps running on my tomcat server like this: demo.mys开发者_StackOverflowerver.com/application1
apache2 workers.properties: worker.node223.connection_pool_size=100 worker.node223.connection_pool_minsize=50
I have tried this with both mod_jk and mod_proxy and get the same result. Using this mod_rewrite rule works fine:
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
i want to be able to forward url such as http://external_url.com/auth => http://internal_url.com:8080/app/auth
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