How to Configure Tomcat for JSP Environment, How to configure Tomcat Web Server to work with JSP
For running JSP you need to configure the Java SDK and you need a web server for running the JSP pages.
This tutorial is giving the idea about how to setup the all required softwares for your JSP environment.
Note:-this installation for windows environment only.
The very first thing is to need the SDK for the Java Development Environment.
Download the SDK from Oracle Java's Website and install it.
Now you need to configure a web server for your JSP environment, I am using the apache tomcat web server, so, download it from www.tomcat.apache.org
Simply install it and the default por number is 8080 change it according to your need and finish.
type the http://localhost:portnumber press enter
Now your screen look like this
Now you are ready to develop the JSP pages.
Create a JSP page and save it with .jsp extension into the webapps directory under the tomcat installation directory.
Thanks for visitingFor running JSP you need to configure the Java SDK and you need a web server for running the JSP pages.
This tutorial is giving the idea about how to setup the all required softwares for your JSP environment.
Note:-this installation for windows environment only.
The very first thing is to need the SDK for the Java Development Environment.
Download the SDK from Oracle Java's Website and install it.
Now you need to configure a web server for your JSP environment, I am using the apache tomcat web server, so, download it from www.tomcat.apache.org
Simply install it and the default por number is 8080 change it according to your need and finish.
type the http://localhost:portnumber press enter
Now your screen look like this
Now you are ready to develop the JSP pages.
Create a JSP page and save it with .jsp extension into the webapps directory under the tomcat installation directory.
{ 0 comments... read them below or add one }
Post a Comment