• 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

Tomcat and IIS

 
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,
I have applet as frond end. Applet will communicate with servlet which will do work that applet cannot do. APplet and servlet are on the same PC. I use Windows 2000 server IIS 5.0 as web server.
Am I right that:
Install Tomcat and configure it with IIS, so I can run both servlet and applet successfuly? In which folder should I put my servlet class?
 
author
Posts: 11962
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Install Tomcat and configure it with IIS, so I can run both servlet and applet successfuly?

You can just as well forget about IIS and serve everything from Tomcat.

In which folder should I put my servlet class?

May I suggest reading the "Web Technology" section of the Sun J2EE Tutorial.
 
mister krabs
Posts: 13974
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Moving to Tomcat forum.
 
reply
    Bookmark Topic Watch Topic
  • New Topic