Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

anyone know how to add a jar file to a war WEB-INF/lib for weblogic8.1

Status
Not open for further replies.

AnthonyGeorge

Technical User
Jun 3, 2004
46
0
0
GB
I am building a War file using the Weblogic 8.1 servicegen task, but either it wont allow you or there are no good examples on how to add a jar file to a war file WEB-INF/lib

Thanks for any help

Tony
 
<target name="utiljar">
<wspackage output="${build}/${ear_file}" warName="${war_file}" overwrite="False" utilJars="${lib}/${middleware_jar_file}"/>
</target>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top