create and deploy jsp file during runtime

Hi,I want to create and deploy jsp file during runtime. Can you please provide some guide lines?Thanks in advance.
[142 byte] By [SunRRa] at [2007-11-27 7:34:29]
# 1

Take a look at a JSP tutorial.

You will need to install JDK , a web container/server such as Tomcat or any other , then add the JSP to the webapps folder of the web container.

Look up the JSP at a URL like http://localhost:8080/yourfile.jsp

The JSP tutorial will explain everything in detail.

appy77a at 2007-7-12 19:14:58 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...