Yes, I'm using Tiles.  I've just got the Auto Update Interval set for
3000 milliseconds ("Configuration | Applications" on the WL console) and
I drop the war file into the incoming directory.  The appserver explodes
them and restarts the application.  Over time, it loses memory and I
have to restart the server.

>From your error message, it looks like Weblogic is replacing the
TilesRequestProcessor class but not initializing it.  I've had trouble
with WL deserializing classes that shouldn't be serialized as a shortcut
to reloading them.

 - George

> -----Original Message-----
> From: Harish Kumar [mailto:[EMAIL PROTECTED] 
> Sent: Wednesday, December 13, 2006 11:58 PM
> To: Struts Users Mailing List
> Subject: Re: Hot deploying struts application
> 
> 
> hi,
> Can you tell me whts the procedure for doing it, am doing 
> deployement using exploded archieve. Am using Tiles in my 
> application. Do you also use it? Dont you do restarting  of 
> server at all ?
> 
> thanks,
> Harish
> 
> 
> On 12/13/06, [EMAIL PROTECTED] < 
> [EMAIL PROTECTED]> wrote:
> >
> > I'm successfully hot-deploying war files to WebLogic 8.1
> >
> > > -----Original Message-----
> > > From: Harish Kumar [mailto:[EMAIL PROTECTED]
> > > Sent: Wednesday, December 13, 2006 1:54 AM
> > > To: Struts Users Mailing List
> > > Subject: Re: Hot deploying struts application
> > >
> > >
> > > hi,
> > > Thanks for the reply.But sorry to say my question is still not 
> > > answered. Am working with weblogic and am getting NullPointer 
> > > exception in TilesRequestProcessor.Is there anyway to 
> overcome this. 
> > > The classes are getting deployed and its carried on well 
> i have no 
> > > issues on that, but when the action compiles and comes to 
> the JSP, 
> > > its searching for Tiles or something and throwing the 
> exception, i 
> > > have also include the reload/view functionality of Tiles advanced 
> > > features.But am still facing the problem.
> > >
> > > thanks,
> > > Harish
> > >
> > >
> > > On 12/13/06, nagesh.kumar 
> <[EMAIL PROTECTED]> 
> > > wrote:
> > > >
> > > > Set the tomcat home flder in the system environment variables
> > > >
> > > > Then  tomcat  starts working fine from out side
> > > >
> > > > U can try this
> > > >
> > > > Thanks
> > > > Nagesh
> > > >
> > > > -----Original Message-----
> > > > From: [EMAIL PROTECTED] 
> > > > [mailto:[EMAIL PROTECTED]
> > > > Sent: Wednesday, December 13, 2006 11:43 AM
> > > > To: user@struts.apache.org
> > > > Subject: RE: Hot deploying struts application
> > > >
> > > >
> > > > Hi
> > > >
> > > > I just strugled with this problem with MyEclipse, Tomcat 5.5
> > > > environment:
> > > >
> > > > 1. Install Tomcat as desired.
> > > >
> > > > 2. Configure your project to MyEclipse as "Exploded" project.
> > > >
> > > > 3. Start tomcat inside MyEclipse.  (Started outside don't work)
> > > >
> > > > 4. Changes to implementation should reflect immedeatly 
> to running 
> > > > tomcat-app. Tomcat log doesn't show this hot deployment but
> > > it seems
> > > > to work when you test.
> > > >
> > > > /S
> > > >
> > > > -----Original Message-----
> > > > From: Harish Kumar [mailto:[EMAIL PROTECTED]
> > > > Sent: 13. joulukuuta 2006 8:07
> > > > To: Struts Users Mailing List
> > > > Subject: Hot deploying struts application
> > > >
> > > > hi,
> > > >
> > > > I have a struts project, i want to know whether hot
> > > deployment of the
> > > > application is possible? I tried doing it but without 
> much luck, i 
> > > > need to restart my server everytime i do make changes 
> in the class 
> > > > files. My working environment is MyEclipse, weblogic 
> 8.1, in the 
> > > > application am using Tiles. Iam facing the exception 
> mainly from 
> > > > TilesRequestProcessor. Can anyone help me solving this issue.
> > > >
> > > >
> > > > thanks in advance,
> > > > Harish
> > > >
> > > > --
> > > > The grain of rice on your table does not tell the grim 
> tale of the 
> > > > toil that grew it.
> > > >
> > > >
> > > 
> --------------------------------------------------------------------
> > > -
> > > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > > For additional commands, e-mail: [EMAIL PROTECTED]
> > > >
> > > >
> > > >
> > > >
> > > >
> > > 
> --------------------------------------------------------------------
> > > -
> > > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > > For additional commands, e-mail: [EMAIL PROTECTED]
> > > >
> > > >
> > >
> > >
> > > --
> > > The grain of rice on your table does not tell the grim 
> tale of the 
> > > toil that grew it.
> > >
> >
> > 
> ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> 
> 
> -- 
> The grain of rice on your table does not tell the grim tale 
> of the toil that grew it.
> 

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

Reply via email to