can we host a java web application on IIS server
A:
You can install your Application Server into the same machine as the IIS server. Then use AJP to connect IIS to your Java APPServer.
But I don't think you will be able to run Java Applications directly from IIS only.
Pablo Santa Cruz
2010-07-01 12:30:30
A:
Absolutely you can. If you need further info you'll have to provide more info about the type of Java application you wish to use, and the version of IIS.
Ciaran Archer
2010-07-01 12:31:06
its a j2ee project , and iis version is 5.1 on windows xp
2010-07-01 12:39:44
+1
A:
You can forward your requests from IIS to another local tomcat or other java application server.
BrennaSoft
2010-07-01 12:31:29
So its not possible to host in iis??when and why we forward the request as we have the server running why cant we directly call it???
2010-07-01 12:37:50
IIS is a web server. To run a java application you need a java application server like Tomcat. You can forward your requests from IIS to the Tomcat server but you might just want to dump IIS and use Tomcat.
BrennaSoft
2010-07-01 13:01:21
A:
IIS can never Java web-applications directly. But with a plugin we can do it..
You can refer this page.
venJava
2010-07-01 12:33:16