RE: Problem with Struts and Weblogic 6.1 SP1

2001-11-01 Thread Brett Ramdeen
If you have struts.jar in your WEB-INF/lib dir you should be ok. It should definitely not be in your system classpath. It sounds like you have it set up ok. Can you send me your startWeblogic.cmd and the war file you are testing? Brett >>-Original Message- >>From: Jeff Mikres [mailto:

RE: Problem with Struts and Weblogic 6.1 SP1

2001-11-01 Thread Brett Ramdeen
truts Users Mailing List >>Subject: RE: Problem with Struts and Weblogic 6.1 SP1 >> >> >>I last worked with Weblogic at v5.2 so bear that in mind with >>my comments. >> >>WL has 2 classpaths... one for itself, the application >>server, and one fo

RE: Problem with Struts and Weblogic 6.1 SP1

2001-11-01 Thread Darryl Pentz
I last worked with Weblogic at v5.2 so bear that in mind with my comments. WL has 2 classpaths... one for itself, the application server, and one for the applications it runs. My guess is that you DO need to include struts.jar in the classpath for WL since the servlet is installed before WL looks