java - How to create war file in eclipse with all the necessary dependencies without maven or ant -
i saw lots of questions including 1 : how create war file in eclipse without ant or maven?
i have standard web project created eclipse. in web project many others there isn't jsp , web files, java files also. using eclipse luna , trying export project war when use export option , package war packages web content. after deploy tomcat fails on login in site because there no java files on war. new web projects , not want use maven or ant. want make working war eclipse , not find normal way that.
right click on web project --> export --> war file --> choose destination path , select on export source files.
see below screen shot:
after creating excel2db22.war. have imported again ide. can see files including java in project. see below ss:
i hope you.
Comments
Post a Comment