aspose file tools
The moose likes Tomcat and the fly likes 32-bit development vs 64-bit deployment Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Products » Tomcat
Reply Bookmark "32-bit development vs 64-bit deployment" Watch "32-bit development vs 64-bit deployment" New topic
Author

32-bit development vs 64-bit deployment

John Halupka
Greenhorn

Joined: Nov 05, 2010
Posts: 4
I have a Tomcat-hosted web app developed in NetBeans 6.7 using Visual JSF.

Development and operational computers have 32-bit OS (XP Pro for development, Windows 2003 SBS for operational) use Tomcat 6.0.16, MySQL 5.0.51b, and JDK 6.

Web app works fine but last major release is putting "pressure" on operational computer (web app more than doubled in size with twice as many simultaneous users).

To offload Windows 2003 server, I want to get a dedicated computer for the web app.

I am considering Windows 7 64-bit system so I can get 4GB of memory.

Should I install 32-bit or 64-bit version of Tomcat on new operational computer?

If 64-bit, will there be issues deploying web app from 32-bit development environment to 64-bit operational one?

Thanks,

IT Guy
The One Man IT Department
Tim Holloway
Saloon Keeper

Joined: Jun 25, 2001
Posts: 14572
    
    7

Welcome to the JavaRanch, John!

While I personally avoid Windows for production webapp servers (at least ones accessible from the open internet), I have clients who are braver than I am.

I'd recommend using the 64-bit version of Tomcat. You do not have to build 64-bit webapps. Every Java executable is 64-bit at the virtual level, so the important part is to be using the 64-bit JVM, on platforms where that's an option.


Customer surveys are for companies who didn't pay proper attention to begin with.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: 32-bit development vs 64-bit deployment
 
Similar Threads
Problems with Android in Windows 7
Can't load IA 32-bit .dll on a AMD 64-bit platform
Windows 7 compatibility
Wrapper.Createfile failed with error 1224
Time for a new Windows 7 PC : Any recommendation on specs?