Click to See Complete Forum and Search --> : How to run jsp in tomcat ???


May 11th, 2000, 11:43 PM
I've just installed tomcat in NT, and I have some examples jsp and beab,
but I don't know how to run them in tomcat, do I have to put them in a special directory in tomcat directory, and what should I type in the browser.
Thanks in advance.

udiw
May 12th, 2000, 06:45 AM
Running Tomcat is quite easy. Once you have intalled it you should run it, by writing:
tomcat start

Once this is started (which should go smooth in latest version), you can go to the Tomcat webserver by writing in your browser:
http://127.0.0.1:8080/
which actually refers to your computer (loopback) on port 8080, which is the default port for tomcat.
There, you will see all the examples.

You should read the Jakarta-Tomcat manuals, btw. They say it all.

Udi.