Results 1 to 1 of 1
Not sure if this is the right forum but its JAVA related so I'm posting it here
I'm having some trouble creating war files
I used this:
Code:
jar cvf ...
- 09-21-2007 #1Just Joined!
- Join Date
- Aug 2007
- Location
- Norway
- Posts
- 25
Create war file (solved)
Not sure if this is the right forum but its JAVA related so I'm posting it here

I'm having some trouble creating war files
I used this:
And that worked fine until I tried to deploy it on the server. Somehow the WEB-INF directory name got changed to lowercase (web-inf instead of WEB-INF) and because of that the app wont work. However the generated META-INF dir is uppercase.Code:jar cvf app.war *
EDIT: NVM wasn't a problem with JAVA or Linux it was Windows


Reply With Quote