I have a JSP project.It was created using Eclipse.
Is it possible to run a Eclipse project(without Eclipse). If yes, then how can I convert its folder structure. So I could run it on my Apache Tomcat Webserver(without IDE).
I downloaded this project from internet. It was created using Eclipse. My system specification is
- J.D.K. 8
- Apache Tomcat 8.5
You can reproduce this problem by using
This J.S.P. project which I have dowloaded.
https://drive.google.com/file/d/1uZT2D0CljfnWWaC_fchFbgQcjCcKiUZI/view?usp=sharing
I have read following post: How to run a J.S.P. program
This post suggest that I should create a war file. But I could not find any tutorial to do it without eclipse.