You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by Puneet Agarwal <pu...@delhi.tcs.co.in> on 2003/11/18 06:00:13 UTC

Struts - 24 x 7 Compatible

Hi all,
Would it be possible and desired to make struts based applications be
available on 24x 7 basis.
What I mean is for a struts based application deployed in production
environment, the possible downtimes are two
1.   Dependency down - like Database backup.
2.   Next Release of the application to fix the bugs, or an upgradation.

I target the second point. Now as regards to feasibility, I don't think
that is a problem, we can easily start a thread to address the best
possible design.

all I am trying right now is only the acceptability, do other people also
require this, and how does it fit with the struts future plans.

Regards,
Puneet Agarwal

Tata Consultancy Services,
C-56, Phase - II, NOIDA 201305 (India)
Phone: +91-120-2461001, 2, 7, 8, 9, 12, 13 (Ext. 1044)
FAX              : +91-120-246 1521

Struts ... Action ... Struts in Action ... Action in Struts ...
DISCLAIMER: The information contained in this message is intended only and
solely for the addressed individual or entity indicated in this message and
for the exclusive use of the said addressed individual or entity indicated
in this message (or responsible for delivery of the message to such person)
and may contain legally privileged and confidential information belonging
to Tata Consultancy Services. It must not be printed, read, copied,
disclosed, forwarded, distributed or used (in whatsoever manner) by any
person other than the addressee. Unauthorized use, disclosure or copying is
strictly prohibited and may constitute unlawful act and can possibly
attract legal action, civil and/or criminal. The contents of this message
need not necessarily reflect or endorse the views of Tata Consultancy
Services on any subject matter. Any action taken or omitted to be taken
based on this message is entirely at your risk and neither the originator
of this message nor Tata Consultancy Services takes any responsibility or
liability towards the same. Opinions, conclusions and any other information
contained in this message that do not relate to the official business of
Tata Consultancy Services shall be understood as neither given nor endorsed
by Tata Consultancy Services or any affiliate of Tata Consultancy Services.
If you have received this message in error, you should destroy this message
and may please notify the sender by e-mail. Thank you.


---------------------------------------------------------------------
To unsubscribe, e-mail: struts-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-dev-help@jakarta.apache.org


Re: Struts - 24 x 7 Compatible

Posted by Will Jaynes <ja...@umich.edu>.

Puneet Agarwal wrote:
> Hi all,
> Would it be possible and desired to make struts based applications be
> available on 24x 7 basis.
> What I mean is for a struts based application deployed in production
> environment, the possible downtimes are two
> 1.   Dependency down - like Database backup.
> 2.   Next Release of the application to fix the bugs, or an upgradation.
> 
> I target the second point. Now as regards to feasibility, I don't think
> that is a problem, we can easily start a thread to address the best
> possible design.
> 
> all I am trying right now is only the acceptability, do other people also
> require this, and how does it fit with the struts future plans.

I've been hot-releasing new versions of Struts apps for years (on Resin) 
so I don't see that this issue has anything to do with Struts. It has to 
do with making all session objects serializable, and proper 
configuration of the app server to preserve sessions over a restart.

Is there more you have in mind?

Will


---------------------------------------------------------------------
To unsubscribe, e-mail: struts-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-dev-help@jakarta.apache.org