Guest User

Untitled

a guest
Aug 17th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. # Classpath Friendly Webapp Format
  2.  
  3. - WEB-INF/content/<stuff-from-the-root-of-a-normal-war>
  4. - <classes>
  5.  
  6. ## example
  7.  
  8. foo.jar:
  9. WEB-INF/
  10. WEB-INF/content/
  11. WEB-INF/content/index.html
  12. WEB-INF/content/foo.html
  13. org/superbiz/MyServlet.class
  14. org/superbiz/SomeListener.class
Add Comment
Please, Sign In to add comment