Re: 1.1 Deployment Bug?- Iplanet Web Server

2002-06-11 Thread Roy Truelove

Hi Raj,

I don't use IPlanet.. but given the stackTrace that you posted earlier, the
error is occuring at _menu_jsp.java:102.  I asking what's happening at that
line; it might give you more insight as to what is causing the error.

-Roy

- Original Message -
From: "Rajesh Kalluri" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Sent: Tuesday, June 11, 2002 11:14 AM
Subject: RE: 1.1 Deployment Bug?- Iplanet Web Server


> Roy,
>
> When you say "does IPlanet give you access to the generated JSP source?".
Do
> you mean where to find the .java and .class file s generated by a
container
> for a given jsp.
>
> if so you can find them in
> ..$IWS_HOME\https-web.manduca\ClassCache\tiles\_jsps\_layouts for iplanet
> substituing your setup parameters.
>
> Regards
> Raj
>
> -Original Message-
> From: Roy Truelove [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, June 11, 2002 10:27 AM
> To: Struts Users Mailing List
> Subject: Re: 1.1 Deployment Bug?- Iplanet Web Server
>
>
> what's happening here : _menu_jsp.java:102 ? does IPlanet give you access
to
> the generated JSP source?
>
> -Roy
>
> - Original Message -
> From: "Rajesh Kalluri" <[EMAIL PROTECTED]>
> To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
> Sent: Tuesday, June 11, 2002 9:12 AM
> Subject: RE: 1.1 Deployment Bug?- Iplanet Web Server
>
>
> > Struts 1.0.x works fine on my Iplanet Web server (Which is more like
> tomcat
> > 3.2+). But i cannot get the example from Struts 1.1 to work on Iplanet
> (IWS
> > 6.0 SP2 ). Here is the stack trace.
> >
> >  Internal error: Unexpected error condition thrown (unknown exception,no
> > description), stack: java.lang.ExceptionInInitializerError   at
> > _jsps._layouts._menu_jsp._jspService(_menu_jsp.java:102)   at
> > org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:119)   at
> > javax.servlet.http.HttpServlet.service(HttpServlet.java:853)   at
> >
>
org.apache.jasper.servlet.JspServlet$JspServletWrapper.service(JspServlet.ja
> > va:247)   at
> >
>
org.apache.jasper.servlet.JspServlet$JspServletWrapper.access$6(JspServlet.j
> > ava:237)   at
> > org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:520)
> > at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:589)
at
> > javax.servlet.http.HttpServlet.service(HttpServlet.java:853)   at
> >
>
com.iplanet.server.http.servlet.NSServletRunner.invokeServletService(NSServl
> > etRunner.java:897)   at
> >
>
com.iplanet.server.http.servlet.WebApplication.service(WebApplication.java:1
> > 065)   at
> >
>
com.iplanet.server.http.servlet.NSServletRunner.ServiceWebApp(NSServletRunne
> > r.java:959)   at
> > com.iplanet.server.http.servlet.NSServletSession.internalRedirect(Native
> > Method)   at
> >
>
com.iplanet.server.http.servlet.NSRequestDispatcher.include(NSRequestDispatc
> > her.java:93)   at
> >
>
org.apache.jasper.runtime.PageContextImpl.include(PageContextImpl.java:408)
> > at
> >
>
org.apache.struts.taglib.tiles.InsertTag$InsertHandler.doEndTag(InsertTag.ja
> > va:757)   at
> > org.apache.struts.taglib.tiles.InsertTag.doEndTag(InsertTag.java:369).
> >
> > The people at iplanet support would not care as they claim its not their
> > problem (to support external frameworks).
> >
> > Of course they need to wake up.
> >
> > Any one seen this issue?
> >
> >
> > Regards
> > Raj.
> >
> > -Original Message-
> > From: Galbreath, Mark [mailto:[EMAIL PROTECTED]]
> > Sent: Monday, June 10, 2002 7:28 PM
> > To: Struts (E-mail)
> > Subject: 1.1 Deployment Bug?
> >
> >
> > Is there a known issue with deploying 1.1 apps in any servlet/Web
> container?
> > 1.02 deploys just find in the WEB-INF/lib directory, but 1.1 is causing
> the
> > class loader to throw ClassNotFoundException.  We have found this to be
> true
> > in Tomcat 4.01, JRun 3.1 and WebLogic 6.1SP2.  If a work-around exists,
> > where is the documentation?
> >
> > Mark
> >
> >
> > --
> > To unsubscribe, e-mail:
> <mailto:[EMAIL PROTECTED]>
> > For additional commands, e-mail:
> <mailto:[EMAIL PROTECTED]>
>
>
> --
> To unsubscribe, e-mail:
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
> <mailto:[EMAIL PROTECTED]>
>
>
> --
> To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




RE: 1.1 Deployment Bug?- Iplanet Web Server

2002-06-11 Thread Rajesh Kalluri

Roy,

When you say "does IPlanet give you access to the generated JSP source?". Do
you mean where to find the .java and .class file s generated by a container
for a given jsp.

if so you can find them in
..$IWS_HOME\https-web.manduca\ClassCache\tiles\_jsps\_layouts for iplanet
substituing your setup parameters.

Regards
Raj

-Original Message-
From: Roy Truelove [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, June 11, 2002 10:27 AM
To: Struts Users Mailing List
Subject: Re: 1.1 Deployment Bug?- Iplanet Web Server


what's happening here : _menu_jsp.java:102 ? does IPlanet give you access to
the generated JSP source?

-Roy

- Original Message -
From: "Rajesh Kalluri" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Sent: Tuesday, June 11, 2002 9:12 AM
Subject: RE: 1.1 Deployment Bug?- Iplanet Web Server


> Struts 1.0.x works fine on my Iplanet Web server (Which is more like
tomcat
> 3.2+). But i cannot get the example from Struts 1.1 to work on Iplanet
(IWS
> 6.0 SP2 ). Here is the stack trace.
>
>  Internal error: Unexpected error condition thrown (unknown exception,no
> description), stack: java.lang.ExceptionInInitializerError   at
> _jsps._layouts._menu_jsp._jspService(_menu_jsp.java:102)   at
> org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:119)   at
> javax.servlet.http.HttpServlet.service(HttpServlet.java:853)   at
>
org.apache.jasper.servlet.JspServlet$JspServletWrapper.service(JspServlet.ja
> va:247)   at
>
org.apache.jasper.servlet.JspServlet$JspServletWrapper.access$6(JspServlet.j
> ava:237)   at
> org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:520)
> at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:589)   at
> javax.servlet.http.HttpServlet.service(HttpServlet.java:853)   at
>
com.iplanet.server.http.servlet.NSServletRunner.invokeServletService(NSServl
> etRunner.java:897)   at
>
com.iplanet.server.http.servlet.WebApplication.service(WebApplication.java:1
> 065)   at
>
com.iplanet.server.http.servlet.NSServletRunner.ServiceWebApp(NSServletRunne
> r.java:959)   at
> com.iplanet.server.http.servlet.NSServletSession.internalRedirect(Native
> Method)   at
>
com.iplanet.server.http.servlet.NSRequestDispatcher.include(NSRequestDispatc
> her.java:93)   at
>
org.apache.jasper.runtime.PageContextImpl.include(PageContextImpl.java:408)
> at
>
org.apache.struts.taglib.tiles.InsertTag$InsertHandler.doEndTag(InsertTag.ja
> va:757)   at
> org.apache.struts.taglib.tiles.InsertTag.doEndTag(InsertTag.java:369).
>
> The people at iplanet support would not care as they claim its not their
> problem (to support external frameworks).
>
> Of course they need to wake up.
>
> Any one seen this issue?
>
>
> Regards
> Raj.
>
> -Original Message-
> From: Galbreath, Mark [mailto:[EMAIL PROTECTED]]
> Sent: Monday, June 10, 2002 7:28 PM
> To: Struts (E-mail)
> Subject: 1.1 Deployment Bug?
>
>
> Is there a known issue with deploying 1.1 apps in any servlet/Web
container?
> 1.02 deploys just find in the WEB-INF/lib directory, but 1.1 is causing
the
> class loader to throw ClassNotFoundException.  We have found this to be
true
> in Tomcat 4.01, JRun 3.1 and WebLogic 6.1SP2.  If a work-around exists,
> where is the documentation?
>
> Mark
>
>
> --
> To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>


--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




RE: 1.1 Deployment Bug?- Iplanet Web Server

2002-06-11 Thread Kevin . Bedell


Couple clues from reading your stack trace:

The issue is in the file/line number:

 org.apache.struts.taglib.tiles.InsertTag.doEndTag(InsertTag.java:369).

This line is at the bottom of the stack trace.

The way to resolve issues like this in general is to:

 1. Make sure you have the source code installed for the particular build
you are using.
 2. Go the the file/line indicated and see what's there.

In this case, go to the line 369 of InsertTag.java in the
org.apache.struts.taglib.tiles package. I don't have this particular
version of the Tiles source code handy otherwise I'd look it up for you.
Maybe someone else can look for it.

But looking at the particular exception thrown, it looks like (again, from
the stack trace) a:

 java.lang.ExceptionInInitializerError


 This is a runtime error, not a checked Exception. From reviewing the
javadoc for the J2se v1.3.1, the javadoc for this error indicates that it:


"Signals that an unexpected exception has occurred in a static initializer. An 
ExceptionInInitializerError is thrown to indicate
that an exception occurred during evaluation of a static initializer or the 
initializer for a static variable. "

So it looks as if there is an exception thrown during the initialization of
a static variable, or in a static initializer (aka, anonymous blcok) at
line 369 of the InsertTag.java file  in Tiles.


Should be straightforward to track down given the source code.

The ideal thing from here, would be for someone to figure out what's wrong
and post a suggested fix in Bugzilla - I don't have this source or the time
for the fix - but I did help narrow down the issue. Now the next person can
pick up the ball.









"Rajesh Kalluri" <[EMAIL PROTECTED]> on 06/11/2002 09:12:12 AM

Please respond to "Struts Users Mailing List"
  <[EMAIL PROTECTED]>

To:   "Struts Users Mailing List" <[EMAIL PROTECTED]>
cc:(bcc: Kevin Bedell/Systems/USHO/SunLife)
Subject:  RE: 1.1 Deployment Bug?- Iplanet  Web Server


Struts 1.0.x works fine on my Iplanet Web server (Which is more like tomcat
3.2+). But i cannot get the example from Struts 1.1 to work on Iplanet (IWS
6.0 SP2 ). Here is the stack trace.

 Internal error: Unexpected error condition thrown (unknown exception,no
description), stack: java.lang.ExceptionInInitializerError   at
_jsps._layouts._menu_jsp._jspService(_menu_jsp.java:102)   at
org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:119)   at
javax.servlet.http.HttpServlet.service(HttpServlet.java:853)   at
org.apache.jasper.servlet.JspServlet$JspServletWrapper.service(JspServlet.ja

va:247)   at
org.apache.jasper.servlet.JspServlet$JspServletWrapper.access$6(JspServlet.j

ava:237)   at
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:520)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:589)   at
javax.servlet.http.HttpServlet.service(HttpServlet.java:853)   at
com.iplanet.server.http.servlet.NSServletRunner.invokeServletService(NSServl

etRunner.java:897)   at
com.iplanet.server.http.servlet.WebApplication.service(WebApplication.java:1

065)   at
com.iplanet.server.http.servlet.NSServletRunner.ServiceWebApp(NSServletRunne

r.java:959)   at
com.iplanet.server.http.servlet.NSServletSession.internalRedirect(Native
Method)   at
com.iplanet.server.http.servlet.NSRequestDispatcher.include(NSRequestDispatc

her.java:93)   at
org.apache.jasper.runtime.PageContextImpl.include(PageContextImpl.java:408)
at
org.apache.struts.taglib.tiles.InsertTag$InsertHandler.doEndTag(InsertTag.ja

va:757)   at
org.apache.struts.taglib.tiles.InsertTag.doEndTag(InsertTag.java:369).

The people at iplanet support would not care as they claim its not their
problem (to support external frameworks).

Of course they need to wake up.

Any one seen this issue?


Regards
Raj.

-Original Message-
From: Galbreath, Mark [mailto:[EMAIL PROTECTED]]
Sent: Monday, June 10, 2002 7:28 PM
To: Struts (E-mail)
Subject: 1.1 Deployment Bug?


Is there a known issue with deploying 1.1 apps in any servlet/Web
container?
1.02 deploys just find in the WEB-INF/lib directory, but 1.1 is causing the
class loader to throw ClassNotFoundException.  We have found this to be
true
in Tomcat 4.01, JRun 3.1 and WebLogic 6.1SP2.  If a work-around exists,
where is the documentation?

Mark


--
To unsubscribe, e-mail:   <
mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <
mailto:[EMAIL PROTECTED]>








--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




RE: 1.1 Deployment Bug?- Iplanet Web Server

2002-06-11 Thread Juan Alvarado \(Struts List\)

Roy:

Try the struts-example with the version of iPlanet you are using. I have
been unable to run the Struts 1.1 example in iPlanet 6 SP 2. If you search
this list you will see some of the postings I submitted in regard to this
problem. Unfortunately, no one had a solution for the problems.

Please let me know if you are able to get it to work.

Good luck

**
Juan Alvarado
Internet Developer -- Manduca Management
(786)552-0504
[EMAIL PROTECTED]
AOL Instant Messenger: [EMAIL PROTECTED]

-Original Message-
From: Roy Truelove [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, June 11, 2002 10:27 AM
To: Struts Users Mailing List
Subject: Re: 1.1 Deployment Bug?- Iplanet Web Server


what's happening here : _menu_jsp.java:102 ? does IPlanet give you access to
the generated JSP source?

-Roy

- Original Message -
From: "Rajesh Kalluri" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Sent: Tuesday, June 11, 2002 9:12 AM
Subject: RE: 1.1 Deployment Bug?- Iplanet Web Server


> Struts 1.0.x works fine on my Iplanet Web server (Which is more like
tomcat
> 3.2+). But i cannot get the example from Struts 1.1 to work on Iplanet
(IWS
> 6.0 SP2 ). Here is the stack trace.
>
>  Internal error: Unexpected error condition thrown (unknown exception,no
> description), stack: java.lang.ExceptionInInitializerError   at
> _jsps._layouts._menu_jsp._jspService(_menu_jsp.java:102)   at
> org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:119)   at
> javax.servlet.http.HttpServlet.service(HttpServlet.java:853)   at
>
org.apache.jasper.servlet.JspServlet$JspServletWrapper.service(JspServlet.ja
> va:247)   at
>
org.apache.jasper.servlet.JspServlet$JspServletWrapper.access$6(JspServlet.j
> ava:237)   at
> org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:520)
> at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:589)   at
> javax.servlet.http.HttpServlet.service(HttpServlet.java:853)   at
>
com.iplanet.server.http.servlet.NSServletRunner.invokeServletService(NSServl
> etRunner.java:897)   at
>
com.iplanet.server.http.servlet.WebApplication.service(WebApplication.java:1
> 065)   at
>
com.iplanet.server.http.servlet.NSServletRunner.ServiceWebApp(NSServletRunne
> r.java:959)   at
> com.iplanet.server.http.servlet.NSServletSession.internalRedirect(Native
> Method)   at
>
com.iplanet.server.http.servlet.NSRequestDispatcher.include(NSRequestDispatc
> her.java:93)   at
>
org.apache.jasper.runtime.PageContextImpl.include(PageContextImpl.java:408)
> at
>
org.apache.struts.taglib.tiles.InsertTag$InsertHandler.doEndTag(InsertTag.ja
> va:757)   at
> org.apache.struts.taglib.tiles.InsertTag.doEndTag(InsertTag.java:369).
>
> The people at iplanet support would not care as they claim its not their
> problem (to support external frameworks).
>
> Of course they need to wake up.
>
> Any one seen this issue?
>
>
> Regards
> Raj.
>
> -Original Message-
> From: Galbreath, Mark [mailto:[EMAIL PROTECTED]]
> Sent: Monday, June 10, 2002 7:28 PM
> To: Struts (E-mail)
> Subject: 1.1 Deployment Bug?
>
>
> Is there a known issue with deploying 1.1 apps in any servlet/Web
container?
> 1.02 deploys just find in the WEB-INF/lib directory, but 1.1 is causing
the
> class loader to throw ClassNotFoundException.  We have found this to be
true
> in Tomcat 4.01, JRun 3.1 and WebLogic 6.1SP2.  If a work-around exists,
> where is the documentation?
>
> Mark
>
>
> --
> To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>


--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




Re: 1.1 Deployment Bug?- Iplanet Web Server

2002-06-11 Thread Roy Truelove

what's happening here : _menu_jsp.java:102 ? does IPlanet give you access to
the generated JSP source?

-Roy

- Original Message -
From: "Rajesh Kalluri" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Sent: Tuesday, June 11, 2002 9:12 AM
Subject: RE: 1.1 Deployment Bug?- Iplanet Web Server


> Struts 1.0.x works fine on my Iplanet Web server (Which is more like
tomcat
> 3.2+). But i cannot get the example from Struts 1.1 to work on Iplanet
(IWS
> 6.0 SP2 ). Here is the stack trace.
>
>  Internal error: Unexpected error condition thrown (unknown exception,no
> description), stack: java.lang.ExceptionInInitializerError   at
> _jsps._layouts._menu_jsp._jspService(_menu_jsp.java:102)   at
> org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:119)   at
> javax.servlet.http.HttpServlet.service(HttpServlet.java:853)   at
>
org.apache.jasper.servlet.JspServlet$JspServletWrapper.service(JspServlet.ja
> va:247)   at
>
org.apache.jasper.servlet.JspServlet$JspServletWrapper.access$6(JspServlet.j
> ava:237)   at
> org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:520)
> at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:589)   at
> javax.servlet.http.HttpServlet.service(HttpServlet.java:853)   at
>
com.iplanet.server.http.servlet.NSServletRunner.invokeServletService(NSServl
> etRunner.java:897)   at
>
com.iplanet.server.http.servlet.WebApplication.service(WebApplication.java:1
> 065)   at
>
com.iplanet.server.http.servlet.NSServletRunner.ServiceWebApp(NSServletRunne
> r.java:959)   at
> com.iplanet.server.http.servlet.NSServletSession.internalRedirect(Native
> Method)   at
>
com.iplanet.server.http.servlet.NSRequestDispatcher.include(NSRequestDispatc
> her.java:93)   at
>
org.apache.jasper.runtime.PageContextImpl.include(PageContextImpl.java:408)
> at
>
org.apache.struts.taglib.tiles.InsertTag$InsertHandler.doEndTag(InsertTag.ja
> va:757)   at
> org.apache.struts.taglib.tiles.InsertTag.doEndTag(InsertTag.java:369).
>
> The people at iplanet support would not care as they claim its not their
> problem (to support external frameworks).
>
> Of course they need to wake up.
>
> Any one seen this issue?
>
>
> Regards
> Raj.
>
> -Original Message-
> From: Galbreath, Mark [mailto:[EMAIL PROTECTED]]
> Sent: Monday, June 10, 2002 7:28 PM
> To: Struts (E-mail)
> Subject: 1.1 Deployment Bug?
>
>
> Is there a known issue with deploying 1.1 apps in any servlet/Web
container?
> 1.02 deploys just find in the WEB-INF/lib directory, but 1.1 is causing
the
> class loader to throw ClassNotFoundException.  We have found this to be
true
> in Tomcat 4.01, JRun 3.1 and WebLogic 6.1SP2.  If a work-around exists,
> where is the documentation?
>
> Mark
>
>
> --
> To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




RE: 1.1 Deployment Bug?- Iplanet Web Server

2002-06-11 Thread Rajesh Kalluri

Struts 1.0.x works fine on my Iplanet Web server (Which is more like tomcat
3.2+). But i cannot get the example from Struts 1.1 to work on Iplanet (IWS
6.0 SP2 ). Here is the stack trace.

 Internal error: Unexpected error condition thrown (unknown exception,no
description), stack: java.lang.ExceptionInInitializerError   at
_jsps._layouts._menu_jsp._jspService(_menu_jsp.java:102)   at
org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:119)   at
javax.servlet.http.HttpServlet.service(HttpServlet.java:853)   at
org.apache.jasper.servlet.JspServlet$JspServletWrapper.service(JspServlet.ja
va:247)   at
org.apache.jasper.servlet.JspServlet$JspServletWrapper.access$6(JspServlet.j
ava:237)   at
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:520)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:589)   at
javax.servlet.http.HttpServlet.service(HttpServlet.java:853)   at
com.iplanet.server.http.servlet.NSServletRunner.invokeServletService(NSServl
etRunner.java:897)   at
com.iplanet.server.http.servlet.WebApplication.service(WebApplication.java:1
065)   at
com.iplanet.server.http.servlet.NSServletRunner.ServiceWebApp(NSServletRunne
r.java:959)   at
com.iplanet.server.http.servlet.NSServletSession.internalRedirect(Native
Method)   at
com.iplanet.server.http.servlet.NSRequestDispatcher.include(NSRequestDispatc
her.java:93)   at
org.apache.jasper.runtime.PageContextImpl.include(PageContextImpl.java:408)
at
org.apache.struts.taglib.tiles.InsertTag$InsertHandler.doEndTag(InsertTag.ja
va:757)   at
org.apache.struts.taglib.tiles.InsertTag.doEndTag(InsertTag.java:369).

The people at iplanet support would not care as they claim its not their
problem (to support external frameworks).

Of course they need to wake up.

Any one seen this issue?


Regards
Raj.

-Original Message-
From: Galbreath, Mark [mailto:[EMAIL PROTECTED]]
Sent: Monday, June 10, 2002 7:28 PM
To: Struts (E-mail)
Subject: 1.1 Deployment Bug?


Is there a known issue with deploying 1.1 apps in any servlet/Web container?
1.02 deploys just find in the WEB-INF/lib directory, but 1.1 is causing the
class loader to throw ClassNotFoundException.  We have found this to be true
in Tomcat 4.01, JRun 3.1 and WebLogic 6.1SP2.  If a work-around exists,
where is the documentation?

Mark


--
To unsubscribe, e-mail:   
For additional commands, e-mail: