Re: Struts In A Distributed\Clustered Environment.

2003-05-29 Thread Arron Bates
Struts is the least of your teams performance concerns. It would do you good
service to simply take Struts as heling you organise servlets  jsp's and go
chasing bigger problems like persistence and selection of architecture  app
server. Struts doesn't change the Servlet model. It doesn't change the
approach to servlet threading. Servlets are singletons, so are Actions, for
all the same good reasons. Struts just helps you keep a tidy house on the
interface tier. Trust us when we say that all the stuff to worry about happens
out the back.

These bigger picture things are better asked to forums like...

http://www.theserverside.com

...you'll even get opinions of those using Struts to front large applications.
You can even get opinions down to the design pattern level. TheServerSide.com
itself runs on a cluster of app servers from four different vendors. I'm
pretty sure TheServerSide is exactly what you're looking for.


Arron.


 Hi,
 
 Has anybody successfully managed to use Struts in a distributed\clustered
 environment? If so with what setup? And did you have any Struts related
 difficulties?
 
 Thanks,
 
 Tin
 
 -
 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]



RE: Struts In A Distributed\Clustered Environment.

2003-05-29 Thread Paananen, Tero
 Has anybody successfully managed to use Struts in a 
 distributed\clustered environment? If so with what
 setup? And did you have any Struts related difficulties?

I've worked on applications using Struts that get
deployed in clustered environment.

You don't need to do anything special for Struts
itself. The servers you're using for persistance are
another matter.

-TPP

-
This email may contain confidential and privileged material for the sole use of the 
intended recipient(s). Any review, use, retention, distribution or disclosure by 
others is strictly prohibited. If you are not the intended recipient (or authorized to 
receive for the recipient), please contact the sender by reply email and delete all 
copies of this message.  Also, email is susceptible to data corruption, interception, 
tampering, unauthorized amendment and viruses. We only send and receive emails on the 
basis that we are not liable for any such corruption, interception, tampering, 
amendment or viruses or any consequence thereof.


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



Re: Struts In A Distributed\Clustered Environment.

2003-05-29 Thread Tin Pham
Thanks Tero,

Basically that's what I needed. Proof somebody has done it for other members
of my group.

I just got verification from another group in my organization that they
successfully got load balancing working with Struts.

Actually Struts was never a factor in getting it up. It just worked. The
persistance stuff as you noted is what they had problems with.

Thanks!

Paananen, Tero [EMAIL PROTECTED] wrote in message
news:[EMAIL PROTECTED]
  Has anybody successfully managed to use Struts in a
  distributed\clustered environment? If so with what
  setup? And did you have any Struts related difficulties?

 I've worked on applications using Struts that get
 deployed in clustered environment.

 You don't need to do anything special for Struts
 itself. The servers you're using for persistance are
 another matter.

 -TPP

 -
 This email may contain confidential and privileged material for the sole
use of the intended recipient(s). Any review, use, retention, distribution
or disclosure by others is strictly prohibited. If you are not the intended
recipient (or authorized to receive for the recipient), please contact the
sender by reply email and delete all copies of this message.  Also, email is
susceptible to data corruption, interception, tampering, unauthorized
amendment and viruses. We only send and receive emails on the basis that we
are not liable for any such corruption, interception, tampering, amendment
or viruses or any consequence thereof.




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



Struts In A Distributed\Clustered Environment.

2003-05-27 Thread Tin Pham
Hi,

Has anybody successfully managed to use Struts in a distributed\clustered
environment? If so with what setup? And did you have any Struts related
difficulties?

Thanks,

Tin





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