Showing posts with label J2EE. Show all posts
Showing posts with label J2EE. Show all posts

Sunday, 22 August 2010

Tomcat on 64bit Windows vista

I was not able to run tomcat on my windows vista, I thought the reason was vista. But no; the issue was 64 bit system. Apcahe has provided different tomcat.exe files for 64 bit system.

We can get them from http://svn.apache.org/repos/asf/tomcat/tc6.0.x/tags/TOMCAT_6_0_20/res/procrun/

To get tomcat running on 64 bit system, We can follow the steps as given here http://stackoverflow.com/questions/211446/how-to-run-tomcat-6-on-winxp-64-bit

I didn't need to create/edit key in registry. It worked only by replacing exe files with those for 64 bit.

Now I can work on tomcat even on my laptop. :)

Sunday, 14 February 2010

tomcat installation

After several attempts of installing tomcat, i tried editing my temp variables to C:/temp as given in this link. And it worked for XP. But not working for Vista. Still trying. :(