Re: With Tomcat 4.03, how can you access servlets on a application server????
Posted By:
Anonymous
Posted On:
Friday, June 21, 2002 07:54 AM
First of all, I think you need to use the correct terms. A web server does not serve JSP pages, this is done by the application server. JSPs are compilled into servlets, so they are basicaly the same thing. Second, I recommand taht you put your application server inside the firewall, the 80 port is typically not blocked...