• 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
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

IIS and J2EE

 
Greenhorn
Posts: 25
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm planning on using J2EE to write new web applications, but my company is currently using a Windows IIS server with WebObjects applications. Can J2EE be run on this IIS server?
 
blacksmith
Posts: 1332
2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Unless I am missing something, you should be able to. You might need to install Java first, if it isn't already installed on the machine.
 
Ranch Hand
Posts: 2713
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
IIS cannot directly run J2EE Applications, however it can support it through a plugin or proxy. I have previously used IIS (against my will ) to delegate to Resin, Tomcat, and WebLogic without problems.
 
Patrick Muls
Greenhorn
Posts: 25
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Java is already installed as I'm writing most of my new stuff in Java. And WebObject also generates Java. And even our old Cobol apps have been rendered to java using PerCobol. But to have J2EE I understand I have to run a seperate J2EE server software (Apache, JBoss, WebLogic, ...) next to IIS and link to it from the latter.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic