How to Run Java Projects 2017
How to Run Java Projects
Here is the detailed Process for Running Java and HTML Projects which includes JSP Pages . As normal Java programs can run directly through command line , But JSP pages need Server to execute those requests .
So , the process is very Simple if you follow these simple steps . First of all you have to Download Apache Tomcat for their Website . You can Download it from here …..
Now you have exe file to install here is the steps for installing Apache Tomcat …
| Step:1 | 
| Step:2 | 
| Step:3 | 
| Step:4 | 
| Step:5 | 
| Step:6 | 
| Step:7 | 
| Step:8 | 
Now your Apache Tomcat is installed on the machine you can start Server by just clicking on Start button in step:8  . You next step would be to run your project through this Server …
Here is the steps for putting files on server to run them …
- Go to Program files–>Apache Software Foundation–>Apache–>root or www .
 
- Put all files in this folder of you website or project .
 
- Now you can directly run all these files through browser .
 
- Just go to your browser and Type : Localhost:8080/Home.html
 
- And thats it your page will be Loaded instantly .
 
Follow these steps for running any JSP and HTML projects .