I have created one web service in java using eclipse.Can any one tell me how to run that web service through IIS.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can’t. MS IIS can only host web applications developed in Microsoft technologies, like ASP, .NET and also in PHP. Can’t host Java applications.
In order to host Web Services developed in Java (I suppose you used Apache Axis), you need at least a servlet container (aka Java web server) or a full Java EE container: Free and Open Source like Apache Tomcat, Red Hat JBoss, Apache Jeronimo, Oracle Glassfish; commercial like Oracle WebLogic, IBM WebSphere…
You could need also additional libraries used like Apache Axis.
Depending on your Eclipse configuration, you can deploy it in an embedded Tomcat server within Eclipse in order to test it.