• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Installing Tomcat 6 (64 bit) on Windows Server 2008 R2.

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
First, let me say this is my first time using Code Ranch and it's forum. I'm new to the 64 bit world and not great at Tomcat, so please bear with me.

I'm trying to get Tomcat 6 running in 64 bit mode on a Windows server 2008 R2 64 bit machine. When I install it, it seems to install in 32 bit mode.

I tried using google to get help and I got it working but not in 64 bit mode. Basically, I copied the tomcat6.exe (64 bit executable) and tomcat6w.exe into the directory where it was installed. The problem is that Tomcat installed in the 32 bit directory. I couldn't get Tomcat 6 to start until I copied "msvcr71.dll" from the System32 directory into the SysWOW64 directory. It then finally started the service.

Is there anyone out there that can give me advice?

Mikey
 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Try to do this !
 
Val Man
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Sorry , my previous link doesn't work !

try this link
 
reply
    Bookmark Topic Watch Topic
  • New Topic