I have added timesheet.war file in Java application .Now how can I use it's support.jsp class
Asked
Active
Viewed 40 times
1 Answers
0
war file is nothing but just a .jar with some extra matadata.You can import the war as a jar file and put it in web app lib.you will see project-classes.jar which contains all the compiled classes in a jar.
Or you can visit this link for further help [https://blogs.oracle.com/chengfang/entry/how_to_run_a_war][1]

Vikram Saini
- 2,713
- 1
- 16
- 33