Does this mean directly under WEB-INF I will have all jsp FilesThe static HTML files and JSPs are stored in the top level directory.
What are the related top-level files or directories. And does this example assumes that there is a folder WEB-INF/classes/mywar and when I typt this I am standing at the parent of WEB_INF ?jar cvf mywar.war WEB-INF {related top-level files or directories}
java -cp ".;..;%CLASSPATH%" Package.fileName