> -----Original Message----- > From: Karthick Ragunath [mailto:[email protected]] > Sent: Friday, May 07, 2010 7:01 AM > To: [email protected] > Subject: RE: tomcat 6 (windows 7- 64 bits) doesn't start > > > Yeah,, > well Charles.... > > Windows 7 64 bit OS, when installing Tomcat, expects for 64This version of > JVM's dll located at "C:\Program > Files\Java\jdk1.6.0_12\jre\bin\server\jvm.dll" > > The problem now is that, i do not want to install Java twice (one 32-bit and > other 64-bit) as how i have done it now. Some other applications using Java > requires 32bit always. (Eclipse requires 32 bit JVM which otherwise would > result in JVM termination error during Eclipse startup). > > I have downloaded latest Tomcat windows Installable. > > This same Tomcat installable, when installed in 32bit XP where 32bit JVM is > installed, gets installed properly, but not with Windows 7 64 prof. > > Is there an alternate solution for this. I would be happy to use the 32bit JVM . > Not many applications are supported by 64 bit JVM. > > > > with regards > karthick >
Karthick, You can run Tomcat with 32 bit JVM on 64 bit Windows. Uninstall the current Tomcat service you have. Set the JAVA_HOME environment in the System Variables to the proper location and reboot. Download Tomcat, the 32 bit version of Windows zip file, and install the service via the batch file. Regards, Tommy > > > From: [email protected] > > To: [email protected] > > Date: Thu, 6 May 2010 07:51:06 -0500 > > Subject: RE: tomcat 6 (windows 7- 64 bits) doesn't start > > > > > From: Christoph Kukulies [mailto:[email protected]] > > > Subject: Re: tomcat 6 (windows 7- 64 bits) doesn't start > > > > > > I believe it's because I only have the jre, not the jdk and I'm > > > downloading at the moment. > > > > No, Tomcat runs fine on a JRE. The problem is that you have a 32-bit JVM > installed in a 64-bit OS. (The 32-bit Windows JVM has only the client DLL, the > 64-bit only the server DLL.) The Tomcat installer program expects the JVM > mode to match that of the OS. Use a 64-bit JVM. > > > > - Chuck > > > > > > THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR > OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended > recipient. If you received this in error, please contact the sender and delete > the e-mail and its attachments from all computers. > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [email protected] > > For additional commands, e-mail: [email protected] > > > > __________________________________________________________ > _______ > Catch the latest in the world of fashion http://lifestyle.in.msn.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
