Re: Problem with Weblogic 6.1 sp2 and Struts 1.1 Beta 3

2003-01-08 Thread Michael Lee
s Mailing List <[EMAIL PROTECTED]> > To: Struts Users Mailing List <[EMAIL PROTECTED]> > Subject: Problem with Weblogic 6.1 sp2 and Struts 1.1 Beta 3 > > Hi All, > > I tried to install struts-example.war and struts-documentation for > Struts 1.1 Beta 3 on Weblogic 6

Re: Problem with Weblogic 6.1 sp2 and Struts 1.1 Beta 3

2003-01-08 Thread V. Cekvenich
List Objet : Re: Problem with Weblogic 6.1 sp2 and Struts 1.1 Beta 3 On Wed, 8 Jan 2003, Amit Keshav Kulkarni wrote: Date: Wed, 8 Jan 2003 11:57:20 +0530 From: Amit Keshav Kulkarni <[EMAIL PROTECTED]> Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> To: Struts Users Mai

RE: Problem with Weblogic 6.1 sp2 and Struts 1.1 Beta 3

2003-01-08 Thread Arnaud HERITIER
e : Craig R. McClanahan [mailto:[EMAIL PROTECTED]] > Envoye : mercredi 8 janvier 2003 07:33 > A : Struts Users Mailing List > Objet : Re: Problem with Weblogic 6.1 sp2 and Struts 1.1 Beta 3 > > > > > On Wed, 8 Jan 2003, Amit Keshav Kulkarni wrote: > > > Date: Wed, 8 Jan 2003 1

Re: Problem with Weblogic 6.1 sp2 and Struts 1.1 Beta 3

2003-01-07 Thread Craig R. McClanahan
On Wed, 8 Jan 2003, Amit Keshav Kulkarni wrote: > Date: Wed, 8 Jan 2003 11:57:20 +0530 > From: Amit Keshav Kulkarni <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> > To: Struts Users Mailing List <[EMAIL PROTECTED]> > Subject:

Problem with Weblogic 6.1 sp2 and Struts 1.1 Beta 3

2003-01-07 Thread Amit Keshav Kulkarni
Hi All, I tried to install struts-example.war and struts-documentation for Struts 1.1 Beta 3 on Weblogic 6.1 sp2 on WinNT When I tried to install the war files on Weblogic, it gave following error.. "(WebAppServletContext.j ava:815) at weblogic.servlet.internal.HttpServer.loadWebApp(

RE: URGENT: Struts problem with WebLogic. help please..

2002-01-18 Thread Collard, John
: Struts problem with WebLogic. help please.. All, We are having a problem deploying a struts application developed on iPlanet to weblogic. The specific problem occurs when we use a stuts html:form tag like this: which produces the following HTML: On weblogic, however, the HTML produced is

URGENT: Struts problem with WebLogic. help please..

2002-01-17 Thread Mohan . Ruthirakotti
All, We are having a problem deploying a struts application developed on iPlanet to weblogic. The specific problem occurs when we use a stuts html:form tag like this: which produces the following HTML: On weblogic, however, the HTML produced is this. The /weblogic portion of the URL is

Re: Problem with weblogic

2001-10-04 Thread chiji nwankwo
y-To: [EMAIL PROTECTED] >To: [EMAIL PROTECTED] >Subject: Re: Problem with weblogic >Date: Thu, 04 Oct 2001 07:30:00 -0400 >MIME-Version: 1.0 >Received: from [64.125.133.20] by hotmail.com (3.2) with ESMTP id MHotMailBD85930A003E4136E825407D85140BF70; Thu, 04 Oct 2001 04:29:14 -07

Re: Problem with weblogic

2001-10-04 Thread Steven Valin
Or put the struts.jar in the WEB-INF/lib directory of your war file. Jonathan M Crater wrote: > sounds like a classpath issue to me. make sure your struts.jar is in your > weblogic classpath when the server is started. > > ALAMI Ahmed - BOR wrote: > > > Hello everyone > > > > Does anyone knows

Re: Problem with weblogic

2001-10-04 Thread Jonathan M Crater
sounds like a classpath issue to me. make sure your struts.jar is in your weblogic classpath when the server is started. ALAMI Ahmed - BOR wrote: > Hello everyone > > Does anyone knows the steps to deploy a WAR application using struts under > Weblogic please > When compiling to create the web.

Problem with weblogic

2001-10-04 Thread ALAMI Ahmed - BOR
Hello everyone Does anyone knows the steps to deploy a WAR application using struts under Weblogic please When compiling to create the web.xml and weblogic.xml, it returns an error Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/struts/action/Act ion Help me please Ahme

RE: problem with weblogic 5.1sp9 and example webapp

2001-05-07 Thread John . D . Casey
I'll have to check into that...thanks for the heads-up.   John -Original Message- From: JasonChaffee [mailto:[EMAIL PROTECTED]] Sent: Monday, May 07, 2001 3:08 PM To: struts-user Cc: JasonChaffee Subject: RE: problem with weblogic 5.1sp9 and example webapp I hope you are aware

RE: problem with weblogic 5.1sp9 and example webapp

2001-05-07 Thread Jason Chaffee
Title: RE: problem with weblogic 5.1sp9 and example webapp I hope you are aware that sp9 has some serious bugs and if you are counting on it following the servlet specification, well, your Web apps won't work correctly.  In fact we found that sp9 loses session scope objects.  If you mus

RE: problem with weblogic 5.1sp9 and example webapp

2001-05-07 Thread John . D . Casey
: JasonChaffee Subject: RE: problem with weblogic 5.1sp9 and example webapp Use sp8, sp9 is really, really bad.  -Original Message- From: [EMAIL PROTECTED] [ mailto:[EMAIL PROTECTED]] Sent: Monday, May 07, 2001 8:58 AM To: [EMAIL PROTECTED] Subject: problem with weblogic 5.1sp9 and example

RE: problem with weblogic 5.1sp9 and example webapp

2001-05-07 Thread Jason Chaffee
Title: RE: problem with weblogic 5.1sp9 and example webapp Use sp8, sp9 is really, really bad.  -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, May 07, 2001 8:58 AM To: [EMAIL PROTECTED] Subject: problem with weblogic 5.1sp9 and example webapp

problem with weblogic 5.1sp9 and example webapp

2001-05-07 Thread John . D . Casey
I am new to struts, and am trying to access the example webapp. I am using Weblogic 5.1 with service pack 9 installed, and have added xerces.jar to the JAVA_CLASSPATH, and the examples/WEB-INF/classes, examples/WEB-INF/lib/struts.jar listings to the WEBLOGIC_CLASSPATH (I expanded the sample f