We've expanded our news coverage and improved our search! Visit
oreilly.com for the latest or search for all things across O'Reilly!
Article:
 |
|
Java Web Applications
|
| Subject: |
|
I, for one, appreciate the hand holding |
| Date: |
|
2002-01-16 11:02:13 |
| From: |
|
daveferre
|
|
|
|
I know, you experts find this to be too much hand holding, but it's just what I needed as being someone totally new to the subject. Just a couple of comments, to get the onjava.war file created, I had to modify the article example:
from: jar cvf onjava.war
to: jar cvf onjava.war onjava
... and then modify the Win PATH command so jar.exe would be found in d:\jdk1.3\bin, since I'm running it from:
d:\jakarta-tomcat-4.0\webapps.
Once the above was done, I got the onjava.war file.
|