| Author |
How to run a JSP Page
|
Vishal Hegde
Ranch Hand
Joined: Aug 01, 2009
Posts: 969
|
|
|
How to run a JSP Page
|
http://www.lifesbizzare.blogspot.com || OCJP:81%
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56150
|
|
|
Create a web application (details in the Servlet Specification), add the JSP to it. and host the web app in a Servlet container such as Tomcat.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
Sanjeev P Kulkarni
Greenhorn
Joined: Nov 08, 2009
Posts: 20
|
|
|
Try to use any IDE's like eclipse or Netbeans so that it will be very easy to get started. Just select New-Project-Web Application Project and you are done.
|
Sanjeev
|
 |
Soumyajit Hazra
Ranch Hand
Joined: Jun 26, 2007
Posts: 136
|
|
|
If you are doing it for the first time then better not to use any IDE for a while. Take a look at "Head First Servlet JSP" and then try it out.
|
Java Programmer | SCJP 1.5 | SCWCD 1.4
|
 |
 |
|
|
subject: How to run a JSP Page
|
|
|