aspose file tools
The moose likes Web Services and the fly likes How do I add a jar file to a War file WEB-INF/lib directory Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "How do I add a jar file to a War file WEB-INF/lib directory" Watch "How do I add a jar file to a War file WEB-INF/lib directory" New topic
Author

How do I add a jar file to a War file WEB-INF/lib directory

Tony Evans
Ranch Hand

Joined: Jun 29, 2002
Posts: 521
I have created a simple webservice but now I need to add a Jar file to the WEB-INF/lib directory in my WAR file, has anyone got a good example of how to do this. Thanks

Tony
Tony Evans
Ranch Hand

Joined: Jun 29, 2002
Posts: 521
<target name="utiljar">
<wspackage output="${build}/${ear_file}" warName="${war_file}" overwrite="False" utilJars="${lib}/${middleware_jar_file}"/>
</target>
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: How do I add a jar file to a War file WEB-INF/lib directory
 
Similar Threads
WAR file search order: classes, lib, root?
ClassNotFoundException while trying to connect to Oracle
Spring Tomcat Application - Startup Problems
JavaServer Faces 1.2 and Tomcat 5.5
WAR file and its inside classes