About JSP |
||||||||||||||
JSP (JavaServer Pages)When you type a jsp page (the file with extension: .jsp) in a web browser of client machine computer (e.g. Firefox, IE, or Google Chrome), the web browser will send a request to the web server (e.g. Apache Tomcat, or JRUN) and the web server will use servlet engine to generate a html file and send the html file output to the browser.
What will you need?
Before you can run your Jsp web pages, you need to install Java Development
Toolkit (jdk1.6.0_25) and Tomcat 6.0 or newer. You may use search engines to
get these packages and instructions to install them.
|
||||||||||||||
|
||||||||||||||