Does anyone know if I can run Tomcat under Win 3003 server x64 (i.e. 64 bit
server) running IIS ? Has anyone gotten such a configuration to run.
My experience with IIS under x64 is that all applications running within it
must be 64 bit -- not sure if that then means I cannot run Tomcat under
it. -Ike p.s. I know with php under this configuration I had to run a 64 bit
compilation of it -- I dont think a Win 64 bit compilation of Tomcat even
exists?
Arne Vajhøj - 22 Sep 2006 03:13 GMT
> Does anyone know if I can run Tomcat under Win 3003 server x64 (i.e. 64 bit
> server) running IIS ? Has anyone gotten such a configuration to run.
[quoted text clipped - 4 lines]
> compilation of it -- I dont think a Win 64 bit compilation of Tomcat even
> exists?
Tomcat itself is Java and not 32/64 bit specific.
If you use a 64 bit JVM it runs 64 bit.
A 64 bit JVM do exist for Win64.
A 64 bit version of isapi_redirect exist as well.
I have not tried but, but it should work.
Arne