Link to home
Start Free TrialLog in
Avatar of MrNed
MrNedFlag for Australia

asked on

Using Java Servlets on IIS 5

I have a bunch of .class files which im told I need to run with Apache Tomcat as a Java Servlet Container (I have no idea what that means). I have IIS 5 on the server (required for other stuff) and there is an installation of Tomcat 4.0 but im not sure if its being used correctly. Can anyone tell me:
1. Can IIS and Tomcat reside together and function cooperatively
2. Can IIS 5 handle the java servlet container stuff by itself?
3. How can I configure IIS/Tomcat to run these servlets?
ASKER CERTIFIED SOLUTION
Avatar of heskyttberg
heskyttberg

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of MrNed

ASKER

Thanks. We went with something completely different so its not an issue anymore.