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
Dinesh says
I installed the Apache Tomcat server from your website..I installed successfully..but the service is not starting…It is always indicating the service is stopped..please reply me as soon as possible….Thank you
ProjectsGeek says
Please check the port and error logs to identify issue.
Aman says
jvm is not found
ProjectsGeek says
Please install JRE on your system.
Aman says
Dear Sir Please help me the eror message is comming when i install java virtual meching is not found in flders where u installing
ProjectsGeek says
Please try to install JDK and JRE java on your system.
Tousif Akram says
Want a mini project on onlinr air tiket of java nrtbeans +2 level project with mtsql database.
ProjectsGeek says
You can download online air ticket project from below link:
https://projectsgeek.com/2013/07/airline-ticket-reservation-system.html
Sandeep says
I am not able to run on browser,error….Web page not available
ProjectsGeek says
Thats means either URL is not correct or you project is not deployed properly.