> -----Original Message-----
> From: Karthick Ragunath [mailto:karthick.ragun...@live.com]
> Sent: Saturday, May 08, 2010 1:52 AM
> To: users@tomcat.apache.org
> Subject: RE: tomcat 6 (windows 7- 64 bits) doesn't start
> 
> 
> > From: tommy...@gmail.com
> > To: users@tomcat.apache.org
> > Subject: RE: tomcat 6 (windows 7-  64 bits) doesn't start
> > Date: Fri, 7 May 2010 18:34:03 -0700
> >
> > 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.
> 
> Thanks,,
> 
>      I got Tomcat working with 32-bit JVM.(with additional work as
mentioned
> below)
> 
>      Installed 32-bit JVM, downloaded apache-tomcat-6.0.26-windows-x86.zip
> and extracted to "c:\apache\".
> 
>      I tried running the $CATALINA_HOME\bin\startup.bat. It started the
> console and i was able to access the index page on my localhost
> 
>      But when i tried to register Tomcat as Service by running
"service.bat" it
> failed.
> Copying "msvcr71.dll" from $JRE_HOME\jre6\bin into
> $CATALINA_HOME\bin\ solved my problem. Now i can register Tomcat as a
> Service by clicking on "service.bat".
> 
>      Any idea on why i am in need of this dll here..
> 
> warm regards
> karthick
> 
> __________________________________________________________
> _______
> The amazing world in sharp snaps
> http://news.in.msn.com/gallery/archive.aspx

I just install all the current VS (2005 sp1 to 2010) redistributables (both
x86 and x64) to solve any missing DLLs problems in Windows.  As for need for
DLL by Tomcat, I think it's the way the EXE was compiled (dynamically
linked).

Regards,
Tommy


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to