Forum Moderators: phranque
Ive installed jsdk 1.4 but Im having trouble getting the servelts to work. I really dont know much about jsp or java servlets. My developer says he needs it on my server in order to run his scripts.
Please help.
Unless somebody here tells differently, my experience with Tomcat is that it will only run on Apache (Tomcat was made by the same people at Apache).
Now I don't know if there is a way to make it work on Windows, but I don't think so.
We came into a lot of problems with Tomcat too, but once it's running, its usually ok.
Your developer is right. JSP's and servlets witll only run on Tomcat. Tomcat is NOT a web server, Tomcat is an application server, wich makes a big difference.
:-) Hope that helps
Just follow all the directions carefully and it should work. I installed Tomcat on my W2k server without a problem.
HOWEVER, you might want to look into JRun from Macromedia, which is much easier to understand and very easy to integrate into IIS so that you don't have to use port 8080 for your JSP.
AM I missing something else. I know im close but i must be missing something.