creating and deploying WAR file
Hello,
I have problem with deploying WAR file.
My dir structure:
C:\apache-tomcat-5.5.17\webapps\working
WEB-INF/ (web.xml)
classes/ (prj.class, prj.java, oracle/)
lib/
If I deploying prj servlet: http://localhost:8088/working/servlet/prj
It works OK, but if I trying to create WAR file it does not work.
in cmd (C:\Program Files\Java\jdk1.5.0_06\bin>) I run a comand "jar cvf working.war ."
When the WAR file is created it is in (C:\Program Files\Java\jdk1.5.0_06\bin\) directory, I copied it into my (C:\apache-tomcat-5.5.17\webapps\), restarted tomcat but it didn't work.
Can anybody help me with this problem? How corectly to create and deploy WAR file.
Thanks in advance.
Andrew

