• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Eclipse to deploy to IIS web server

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,

I totally understand that this forum is for more experienced users but if some one can sort of help me understand the basics of how this works, it would be very helpful, or please point me to some link where this is explained in detail. Please...

I am new to Java and I am trying to create a new servlet (in an attempt to learn).
I installed Eclipse in my PC. The web server that we have in my work is IIS.
I created a simple servlet code that does not do too much using Eclipse.
I have instructions in my book about how to deploy the servlet and which directory it should be copied to and also adding to the web.xml file.

While I understand this process, I am not sure how to use Eclispse and deploy to the IIS web server?

How do I make eclipse deploy the servlet which is currently in my PC to the NT server (which is where the admin said I should deploy to)?

Many Thanks
Anu Ramesh
 
Ranch Hand
Posts: 183
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I don't think IIS is directly capable of serving Java servlets. Have a look at this article - http://support.microsoft.com/kb/q240842/
 
Ranch Hand
Posts: 1585
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Deploying a Servlet in an IIS ?!

What are you talking about man ?!

 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Vassili, there are perfectly valid reasons for wanting to do this. Please BeNice.

As Rohan mentioned, IIS does not support servlets/JSP. But there are various ways to deploy Java web apps alongside ASP apps on the same server. A free option would be to use Tomcat, a commercial option would be NewAtlanta ServletExec.
[ April 26, 2008: Message edited by: Ulf Dittmer ]
 
Vassili Vladimir
Ranch Hand
Posts: 1585
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Ok Sorry
reply
    Bookmark Topic Watch Topic
  • New Topic