This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
I want to run a java web service under IIS. This information on the web that I've been able to find discuss running java web services under Tomcat or an app server such as Websphere. Can any point me to information showing how to set up and run a java web service under IIS. Thanks, Dave
Balaji Loganathan
author and deputy
Bartender
Joined: Jul 13, 2001
Posts: 3150
posted
0
Originally posted by Dave Ehrlich: I want to run a java web service under IIS. This information on the web that I've been able to find discuss running java web services under Tomcat or an app server such as Websphere. Can any point me to information showing how to set up and run a java web service under IIS. Thanks, Dave
Most of the servlet container's can be integrated with IIS, example Tomcat-IIS, ServletExec - IIS the best way could be to configure your java web service with tomcat or serlvetexec and then with IIS. Regards Balaji