how to execute a jsp file?

in what path i should include jsp file i am using j2ee1.4 sdk
[68 byte] By [a_b_c_d_e_fa] at [2007-10-3 10:30:39]
# 1
you need a servlet container, such as tomcat. do you have one?
georgemca at 2007-7-15 5:53:22 > top of Java-index,Java Essentials,Java Programming...
# 2
i have tomcat server 4.1
a_b_c_d_e_fa at 2007-7-15 5:53:22 > top of Java-index,Java Essentials,Java Programming...
# 3
then make a folder under the "webapps" dir and put your jsp there...start ur tomcat then thats it!!!!open your browser and you can now check your jsp there..e.g. http://localhost:8080/MyFolder/sample.jsp
angeles1016a at 2007-7-15 5:53:22 > top of Java-index,Java Essentials,Java Programming...
# 4
put the jsp file in the root directory of tomcat and run iteg. http://localhost:8080/yourfile.jsp
daveknirava at 2007-7-15 5:53:22 > top of Java-index,Java Essentials,Java Programming...
# 5
thank you
a_b_c_d_e_fa at 2007-7-15 5:53:22 > top of Java-index,Java Essentials,Java Programming...
# 6
its ok
daveknirava at 2007-7-15 5:53:22 > top of Java-index,Java Essentials,Java Programming...