I have one java web project folder and it contains folders like /conf
, /css
, /html
, /js
, /jsp
and /WEB-INF
.
/conf
folder contains vestweb.cfg
, *.css
, *.html
, *.js
, *.jsp
files.
/WEB-INF
has /src
folder and contains java source files(not able to find project to import.).
I could not find any root files(.war) in those folders.
How can I configure this folders to run the application?