I have a java Servlet, which originally ran under Tomcat, that I am trying to run under JRun which is installed along with ColdFusion MX7. This is all on a Windows 2000 server.
The problem is that i've never working with these servlets before, and the only instruction i've been given is that it "Should work under JRun".
I'm looking for basic information on how i'd setup a servlet under the above setup. Or if it's even possible.
I'd rather not add Tomcat into the mix if it can be avoided.