| Create a JSP program in a notepad
Save the file as
C:\Program files\Apache group\Tomcat 4.1\webapps\root\filename.jsp
Start the Tomcat server
Open Internet Explorer and type this in the address bar
http://localhost:8080/ ==> to find the server.
If the server is not running the page displayed as "cannot find" else the index page will display
http://localhost:8080/filename.jsp
ur program will run |