- For that create a hello folder in D:\ drive.
- In hello folder create WEB-INF folder and create either index.html file or index.jsp file beside WEB-INF folder.
- Inside WEB-INF folder create classes folder, lib folder and create web.xml file also.
In next step for create war file in command line type D:\hello>jar -cvf hello.war *
now you can check structure of hello application in hello folder hello.war file is created.
No comments:
Post a Comment