Re: 64 Bit Tomcat

2013-01-31 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Patrick, On 1/30/13 4:44 PM, Patrick Flaherty wrote: > We are testing our complete app with 64 bit JVM and 64 bit Tomcat > and so far we have seen no issues. My question is how prevalent is > the deployment of 64 bit enterprise apps. (just to show m

Re: 64 Bit Tomcat My experience

2013-01-30 Thread N.s.Karthik
Hi We have dev a Struts2 /Ajax /Oracle Db application and been using Tomcat for DEV /IT testing on Win32 for long time,while the deployment usally happens on 64 bit REd hat So far other then Perm /Heap space configuration not encountered any specific problems with regards Karthik -- View t

Re: 64 Bit Tomcat

2013-01-30 Thread Jose MarĂ­a Zaragoza
2013/1/30 Patrick Flaherty : > Hello, > > I have an open question about 32 bit vs 64 bit. We are currently deploying > our app with 32 bit JVM and Tomcat. We are running into memory issues > as we add more functionality (some via tools in the open source ecosystem). Depends on what memory issues a

Re: 64 Bit Tomcat

2013-01-30 Thread Howard W. Smith, Jr.
On Wed, Jan 30, 2013 at 4:44 PM, Patrick Flaherty wrote: > > I have an open question about 32 bit vs 64 bit. We are currently deploying > our app with 32 bit JVM and Tomcat. We are running into memory issues > as we add more functionality (some via tools in the open source > ecosystem). We are tes

Re: 64 Bit Tomcat

2013-01-30 Thread Edson Richter
I do use 64bit JRockit VM (JDK 6), and it is awesome! Tomcat running for months without any trouble, even with redeployments. In time: I don't work for Oracle :-) Regards, Edson Em 30/01/2013 19:57, Dhruva Reddy escreveu: I'm running a Grails application on 64-bit Linux, for a public website

Re: 64 Bit Tomcat

2013-01-30 Thread David kerber
IME, 64 bit operating systems are far more common on the server side than 32-bit. Workstations are still a mix. I use either 32-bit or 64-bit tomcat interchangeably, depending on the memory needs of the application I'm deploying. The only thing I have to change when I switch is the database

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: 64 Bit Tomcat

2013-01-30 Thread Williams, Nick
Our enterprise apps are deployed in a 64-bit environment and we have not seen any issues on Tomcat 64-bit with Spring Framework, Spring Security and Hibernate. I would wager that, these days, 64-bit is more common than not. However, I don't have any research to back up my opinion. Nick -Or