Web Hosting Talk







View Full Version : Tomcat


Lirath
11-20-2002, 06:13 AM
What exactly is tomcat?

i am a
11-20-2002, 07:07 AM
http://jakarta.apache.org/tomcat/

the tomcat server allows you to run Java / JSP

Lirath
11-20-2002, 07:11 AM
so if you don't have tomcat, you can't have javascripts on your site?

akashik
11-20-2002, 07:36 AM
javascript is all client side (ie, in the browser) so yes, you can have javascript on your site without TomCat. You can also use java applets on your site too. Java servlets on the other hand are a different kettle of fish, and require server side software such as TomCat.

Greg Moore