I have a web application running in Windows XP Professional SP2. I am trying to port the application to Windows 7 64-Bit. I was using Apache Tomcat 5.5. Can the same be used for Windows 7 64-Bit or is there a different version for 64-bit architecture? I could not find any such downloads in the site.

link|improve this question

33% accept rate
feedback

1 Answer

Tomcat is written in Java. Java is (at least in theory) platform independent. Just install a 64-bit JVM on your system and run Tomcat on it.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.