Re: 64 Bit Tomcat

2013-01-30 Thread Dhruva Reddy
I'm running a Grails application on 64-bit Linux, for a public website. We don't have a lot of traffic yet, but so far, no memory issues. On Wed, Jan 30, 2013 at 4:51 PM, Williams, Nick wrote: > Our enterprise apps are deployed in a 64-bit environment and we have not > seen any issues on Tomcat

Re: Running Tomcat Behind Apache HTTP Server

2012-12-11 Thread Dhruva Reddy
ion/(.*) RewriteRule ^(.*)\.html$ ajp://localhost:8009/application$1.html [P] I know I still have some work to do, but at least I now have it basically working. On Mon, Dec 10, 2012 at 5:43 PM, André Warnier wrote: > Jeff Beard wrote: > >> On Mon, Dec 10, 2012 at 2:22 PM, Dhruva Reddy wrote

Running Tomcat Behind Apache HTTP Server

2012-12-10 Thread Dhruva Reddy
Hello, I have a question about running Tomcat behind Apache HTTP server. I hope this is not inappropriate for this list. I am running a website on Tomcat 7.0.33, behind Apache 2.2.15, on CentOS 6.3 (using Tomcat connector 1.2.37). I would like the user to go to our base URL (http://www.example.