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.
The moose likes Web Services and the fly likes Deploying Java web service on IIS Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "Deploying Java web service on IIS" Watch "Deploying Java web service on IIS" New topic
Author

Deploying Java web service on IIS

Dave Ehrlich
Greenhorn

Joined: Nov 12, 2002
Posts: 20
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
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


Spritle Software Blogs
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Deploying Java web service on IIS
 
Similar Threads
websphere questions
Calling java from ASP
Passing Windows Authentication information
web service client needs to pass a Windows security token for authentication
sun certified java web service developer