posted 18 years ago
Thanks for the reply!
The jar file is located in WEB-INF/lib. It is named the same name as the webapp, i. e., infoisland.jar, where infoisland is the name of the webapp. There are three packages: infoisland, utils, and dbUtils. So, in my development dirs the classes are infoisland/user, infoisland/request, utils/login, dbUtils/dbaccess, etc. Then, what I did, was just to jar them up from the next highest directory using a relative directory: "jar -cvf infoisland.jar .", so the classes are saved like infoisland/user.class, etc. I was wondering if this is right, or if I need a META-INF of some sort. If I just copy the structure under WEB-INF/classes, it works find.
Thanks.
-------<br />Thanks & regards,<br />anw