[OT] deploying a war Problem on weblogic 6,1

2003-10-07 Thread tarun.matai
Hi All, While deploying a war file on weblogic 6.1, I am getting java.lang.reflect.UndeclaredThrowableException error can any one help me solving this problem. Regards Tarun DISCLAIMER: This message contains privileged and confidential information and is intended only for the

RE: [OT] deploying a war Problem on weblogic 6,1

2003-10-07 Thread Butt, Dudley
you need to set the permissions in the config.xml or weblogic.xml to enable the use of reflection... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 07, 2003 10:24 AM Subject: [OT] deploying a war Problem on weblogic 6,1 Importance: High

RE: [OT] deploying a war Problem on weblogic 6,1

2003-10-07 Thread tarun.matai
' Subject: RE: [OT] deploying a war Problem on weblogic 6,1 Sensitivity: Confidential you need to set the permissions in the config.xml or weblogic.xml to enable the use of reflection... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 07, 2003 10:24

nested tag problem in weblogic

2003-09-17 Thread Coolyogs
Hi All, I have used nested tags in my jsp pages (nested nest) It is working fine in JRun4 but it is giving problem in weblogic7. Its giving servlet exception in that page. Actually I am nesting a bean that contains a vector that again contains beans. but it is giving null in weblogic7 pls

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

2003-01-08 Thread Arnaud HERITIER
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 11:57:20 +0530 From: Amit Keshav Kulkarni

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

2003-01-08 Thread V. Cekvenich
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 11:57:20 +0530 From: Amit Keshav Kulkarni [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List

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

2003-01-08 Thread Michael Lee
We had em running under WLS 6.1 sp3. We just recently installed sp4 (just because sp4 recently came out :)). Mike From: Craig R. McClanahan [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Subject: Re: Problem with Weblogic

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.. Error Management IOException opening application mydomain:Name=struts-documentation,Ty

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

nested Tag library problem IN WebLogic

2002-08-28 Thread Kwang-Shi Shu
When I included the %@ taglib uri=/WEB-INF/struts-nested.tld prefix=nested % in my JSP file and run it under the Weblogic 6.1 sp 2, I got the following exception: /wizard2.jsp(5): Error in using tag library uri='/WEB-INF/struts-nested.tld' prefix='nested': The Tag class

Help needed: nested Tag library problem IN WebLogic

2002-08-28 Thread Kwang-Shi Shu
Could somebody show me how to run the nested tag library in WebLogic environment? Thanks. Kwang-Shi -Original Message- From: Kwang-Shi Shu Sent: Wednesday, August 28, 2002 5:19 PM To: Struts Users Mailing List Subject: nested Tag library problem IN WebLogic When I included

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.xml

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 the steps

Re: Problem with weblogic

2001-10-04 Thread chiji nwankwo
[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 -0700 Received: (qmail 13106 i

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

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

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 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 must use

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

problem using weblogic 6 and struts 1.0

2001-03-28 Thread Nanduri, Amarnath
Running this example on weblogic 6 gives the following error. Can somebody point out the mistake i am making...Below is the action mapping where i am getting the error. The error is got at the /action tag. !-- Search Results View Reservation Info_14 Action -- action

RE: problem using weblogic 6 and struts 1.0

2001-03-28 Thread Laine Donlan
It looks like you are ending you action tag in the first tag (i.e action ../) . Try removing that and it should be fine. Laine -Original Message- From: Nanduri, Amarnath [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 28, 2001 12:09 PM To: '[EMAIL PROTECTED]' Subject: problem

RE: problem using weblogic 6 and struts 1.0

2001-03-28 Thread Nanduri, Amarnath
Thanks a lot Laine. It works now. cheers, Amar.. -Original Message- From: Laine Donlan [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 28, 2001 12:10 PM To: [EMAIL PROTECTED] Subject: RE: problem using weblogic 6 and struts 1.0 It looks like you are ending you action tag

PropertyRessource problem on WebLogic 6.0

2001-01-12 Thread Thierry Cools
Hi, As I already told in other messages, I try to move my application from a Tomcat server to Weblogic 6.0. I know already about all serialization problems in Weblogic and made the modications in the Message Ressources classes to make it work and it was working. Yesterday, Iread the mail

Re: Strange problem using Weblogic 6.0

2001-01-11 Thread Craig R. McClanahan
Thierry Cools wrote: Hi Craig, Thanks for your explanations, but the problem is different, maybe I was not very clear in my first mail. The problem is that, as you can see in the adress link, Weblogic add '/' characters in the jsessionid and the servlet engine doesn't seems to be able to

RE: Strange problem using Weblogic 6.0

2001-01-11 Thread Zhiyong Li
problem using Weblogic 6.0 Thierry Cools wrote: Hi Craig, Thanks for your explanations, but the problem is different, maybe I was not very clear in my first mail. The problem is that, as you can see in the adress link, Weblogic add '/' characters in the jsessionid and the servlet engine doesn't

Strange problem using Weblogic 6.0

2001-01-10 Thread Thierry Cools
Hi, I've a strange problem using weblogic 6.0, when I start for the first time my browser (IE or Netscape), and after that start my application, weblogic add the session id information in the adress bar, after that all my links are false. (Images links to other pages) e.g. http://127.0.0.1