RE: Tapestry-developer digest, Vol 1 #576 - 1 msg

Joel Trunick <[email protected]> Mon, 24 Mar 2003 09:41:43 -0600
Newsgroups gmane.comp.java.tapestry.devel
Message-ID <[email protected]>
This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

------_=_NextPart_001_01C2F21B.DE77FF00
Content-Type: text/plain;
	charset="iso-8859-1"


You certainly have to set up the visit data to be java.io.Serializable as
your first step.

Joel



-----Original Message-----
From: [email protected]
[mailto:[email protected]]
Sent: Saturday, March 22, 2003 2:20 PM
To: [email protected]
Subject: Tapestry-developer digest, Vol 1 #576 - 1 msg


Send Tapestry-developer mailing list submissions to
	[email protected]

To subscribe or unsubscribe via the World Wide Web, visit
	https://lists.sourceforge.net/lists/listinfo/tapestry-developer
or, via email, send a message with subject or body 'help' to
	[email protected]

You can reach the person managing the list at
	[email protected]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Tapestry-developer digest..."


Today's Topics:

   1. distributed environment (Eric Schneider)

--__--__--

Message: 1
From: "Eric Schneider" <[email protected]>
To: <[email protected]>
Date: Fri, 21 Mar 2003 16:51:09 -0500
Subject: [Tapestry-developer] distributed environment

Hi all,

So, we're getting ready to deploy one of our applications in production.
This happens to be the first tapestry application that is stateful.  Our
client is planning to run the application on three separate app servers, all
running sun's sunone server.

The application is currently running on all of the machines.  The web server
is setup to round robin requests to the 3 app servers.  If a requests are
routed to alternate app servers other than the server their visit was
created on, we get the session timeout page.  We can set up the web server
to use a sticky approach, but we'd like to avoid that if we can.

Can someone point me to some documentation on setting up tapestry apps in a
distributed environment?

Thanks in advance.
eric.





--__--__--

_______________________________________________
Tapestry-developer mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tapestry-developer


End of Tapestry-developer Digest

------_=_NextPart_001_01C2F21B.DE77FF00
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3Diso-8859-1">
<META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version =
5.5.2653.12">
<TITLE>RE: Tapestry-developer digest, Vol 1 #576 - 1 msg</TITLE>
</HEAD>
<BODY>
<BR>

<P><FONT SIZE=3D2>You certainly have to set up the visit data to be =
java.io.Serializable as your first step.</FONT>
</P>

<P><FONT SIZE=3D2>Joel</FONT>
</P>
<BR>
<BR>

<P><FONT SIZE=3D2>-----Original Message-----</FONT>
<BR><FONT SIZE=3D2>From: =
[email protected]</FONT>
<BR><FONT SIZE=3D2>[<A =
HREF=3D"mailto:[email protected]">mailto:=
[email protected]</A>]</FONT>
<BR><FONT SIZE=3D2>Sent: Saturday, March 22, 2003 2:20 PM</FONT>
<BR><FONT SIZE=3D2>To: [email protected]</FONT>
<BR><FONT SIZE=3D2>Subject: Tapestry-developer digest, Vol 1 #576 - 1 =
msg</FONT>
</P>
<BR>

<P><FONT SIZE=3D2>Send Tapestry-developer mailing list submissions =
to</FONT>
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT =
SIZE=3D2>[email protected]</FONT>
</P>

<P><FONT SIZE=3D2>To subscribe or unsubscribe via the World Wide Web, =
visit</FONT>
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=3D2><A =
HREF=3D"https://lists.sourceforge.net/lists/listinfo/tapestry-developer"=
 =
TARGET=3D"_blank">https://lists.sourceforge.net/lists/listinfo/tapestry-=
developer</A></FONT>
<BR><FONT SIZE=3D2>or, via email, send a message with subject or body =
'help' to</FONT>
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT =
SIZE=3D2>[email protected]</FONT>
</P>

<P><FONT SIZE=3D2>You can reach the person managing the list at</FONT>
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT =
SIZE=3D2>[email protected]</FONT>
</P>

<P><FONT SIZE=3D2>When replying, please edit your Subject line so it is =
more specific</FONT>
<BR><FONT SIZE=3D2>than &quot;Re: Contents of Tapestry-developer =
digest...&quot;</FONT>
</P>
<BR>

<P><FONT SIZE=3D2>Today's Topics:</FONT>
</P>

<P><FONT SIZE=3D2>&nbsp;&nbsp; 1. distributed environment (Eric =
Schneider)</FONT>
</P>

<P><FONT SIZE=3D2>--__--__--</FONT>
</P>

<P><FONT SIZE=3D2>Message: 1</FONT>
<BR><FONT SIZE=3D2>From: &quot;Eric Schneider&quot; =
&lt;[email protected]&gt;</FONT>
<BR><FONT SIZE=3D2>To: =
&lt;[email protected]&gt;</FONT>
<BR><FONT SIZE=3D2>Date: Fri, 21 Mar 2003 16:51:09 -0500</FONT>
<BR><FONT SIZE=3D2>Subject: [Tapestry-developer] distributed =
environment</FONT>
</P>

<P><FONT SIZE=3D2>Hi all,</FONT>
</P>

<P><FONT SIZE=3D2>So, we're getting ready to deploy one of our =
applications in production.</FONT>
<BR><FONT SIZE=3D2>This happens to be the first tapestry application =
that is stateful.&nbsp; Our</FONT>
<BR><FONT SIZE=3D2>client is planning to run the application on three =
separate app servers, all</FONT>
<BR><FONT SIZE=3D2>running sun's sunone server.</FONT>
</P>

<P><FONT SIZE=3D2>The application is currently running on all of the =
machines.&nbsp; The web server</FONT>
<BR><FONT SIZE=3D2>is setup to round robin requests to the 3 app =
servers.&nbsp; If a requests are</FONT>
<BR><FONT SIZE=3D2>routed to alternate app servers other than the =
server their visit was</FONT>
<BR><FONT SIZE=3D2>created on, we get the session timeout page.&nbsp; =
We can set up the web server</FONT>
<BR><FONT SIZE=3D2>to use a sticky approach, but we'd like to avoid =
that if we can.</FONT>
</P>

<P><FONT SIZE=3D2>Can someone point me to some documentation on setting =
up tapestry apps in a</FONT>
<BR><FONT SIZE=3D2>distributed environment?</FONT>
</P>

<P><FONT SIZE=3D2>Thanks in advance.</FONT>
<BR><FONT SIZE=3D2>eric.</FONT>
</P>
<BR>
<BR>
<BR>
<BR>

<P><FONT SIZE=3D2>--__--__--</FONT>
</P>

<P><FONT =
SIZE=3D2>_______________________________________________</FONT>
<BR><FONT SIZE=3D2>Tapestry-developer mailing list</FONT>
<BR><FONT SIZE=3D2>[email protected]</FONT>
<BR><FONT SIZE=3D2><A =
HREF=3D"https://lists.sourceforge.net/lists/listinfo/tapestry-developer"=
 =
TARGET=3D"_blank">https://lists.sourceforge.net/lists/listinfo/tapestry-=
developer</A></FONT>
</P>
<BR>

<P><FONT SIZE=3D2>End of Tapestry-developer Digest</FONT>
</P>

</BODY>
</HTML>
------_=_NextPart_001_01C2F21B.DE77FF00--


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf