tags:

views:

66

answers:

1

Hi:)

i need to deploy at Tomcat many web applications with a lot of common jars (Jersey jars). I've created WAR file without JARS and added to MANIFEST.MF eg: "Class_Path: .jar .jar". But WebApplications does not work. What I am doing wrong?

+1  A: 

Place the JARs in the WEB-INF/lib folder. Then create the WAR. Dont worry about MANIFEST file.

Paul