Discussions
Web tier: servlets, JSP, Web frameworks: Weblogic-8.1: how to read WEB-INF/lib/struts.jar
-
Weblogic-8.1: how to read WEB-INF/lib/struts.jar (2 messages)
- Posted by: Edson Alves Pereira
- Posted on: January 15 2007 08:22 EST
Hello dudes, i´m using weblogic8.1 and i believe its with a older version of struts, without org.apache.struts.forms.DynaActionForm. My problem is, how to make weblogic use the struts.jar inside my WEB-INF/lib instead of the struts.jar delivered with weblogic? Regards, lottalavaThreaded Messages (2)
- Re: Weblogic-8.1: how to read WEB-INF/lib/struts.jar by Srinivas Reddy Bijjam on January 16 2007 05:43 EST
- Re: Weblogic-8.1: how to read WEB-INF/lib/struts.jar by Biswa Das on January 19 2007 05:02 EST
-
Re: Weblogic-8.1: how to read WEB-INF/lib/struts.jar[ Go to top ]
- Posted by: Srinivas Reddy Bijjam
- Posted on: January 16 2007 05:43 EST
- in response to Edson Alves Pereira
Either you can replace the Weblogic Specified struts.jar with your jar or set the classpath such that only your struts.jar available at WEB-INF/lib is invoked rather than the one available in Weblogic Lib. -
Re: Weblogic-8.1: how to read WEB-INF/lib/struts.jar[ Go to top ]
- Posted by: Biswa Das
- Posted on: January 19 2007 05:02 EST
- in response to Srinivas Reddy Bijjam
Make use of manifest.mf inside *.war:/META-INF. Otherwise open Weblogic console set the preference of classloading.