Hello,
Just write a file,save it as .jsp and run the jsp file.
<html><body>Hello from <%= "JSP" %></body></html>
Save above file content as hello.jsp at webapps(tomcat/examples folder for
tomcat) folder in your server.
then run the jsp file.
http://localhost:8080/examples/hello.jsp Please post queries
which you can not get by searching in google/a9
which takes much time to search
which requires some experience work or
which needs some suggestions
Happy Coding and Running.
[ August 10, 2004: Message edited by: Mohd Afroz Ahmed ]