<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Need to help on SPRING + hhtp session Clustering "]]></title>
		<link>http://forums.terracotta.org/forums/posts/list/7.page</link>
		<description><![CDATA[Latest messages posted in the topic "Need to help on SPRING + hhtp session Clustering "]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Need to help on SPRING + hhtp session Clustering </title>
				<description><![CDATA[ Hi 

 I using struts in presentation layer,and spring in data layers . I can cluster the application with out HTTp session with following tc-config.xml belongs with 

 <spring>
      <!-- Tell DSO about the webapp we're sharing -->
      <jee-application name="*ClusterWeb1*">
        <!-- Enable sessions -->
        <session-support>false</session-support>

It works and I can cluster in remote servers too.

But i should use Http session also. There is some objects to store the Http session also. If I use session configurator to deploy my application,it works

But I just want to use both the http session and spring cluster. Then I have to specify the tc-config.xml ?

If i use the http session in cluster configuration means where the session objects and corresponding IDS going to store ? 

I need expalnation atleast the first one ? Please help me....
 :( kumar]]></description>
				<guid isPermaLink="true">http://forums.terracotta.org/forums/posts/list/347.page#1738</guid>
				<link>http://forums.terracotta.org/forums/posts/list/347.page#1738</link>
				<pubDate><![CDATA[Wed, 25 Jul 2007 05:28:11]]> GMT</pubDate>
				<author><![CDATA[ kumars81]]></author>
			</item>
			<item>
				<title>Re:Need to help on SPRING + hhtp session Clustering </title>
				<description><![CDATA[ I am not sure I understand the intent of your question entirely. 
But if your question is how you could use the same config to cluster Spring and Sessions, all you need to add in your config is :
<span class="genmed"><b>Code:</b></span><br>
		<div>
		<pre bbCodeId="pre-code" style="overflow: auto; width: 95%; max-height: 350px; height:expression(this.scrollHeight > 350 ? '350px' : 'auto');">
 &lt;session-support&gt;true&lt;/session-support&gt; 
</pre>
		</div>

(instead of leaving it as false). Clustered data is stored on the Terracotta server and accessed by your client JVMs which may therefore have local references to the clustered-data.

Hope that helps
Iyer.]]></description>
				<guid isPermaLink="true">http://forums.terracotta.org/forums/posts/list/347.page#1753</guid>
				<link>http://forums.terracotta.org/forums/posts/list/347.page#1753</link>
				<pubDate><![CDATA[Wed, 25 Jul 2007 14:49:16]]> GMT</pubDate>
				<author><![CDATA[ zeeiyer]]></author>
			</item>
			<item>
				<title>Re:Need to help on SPRING + hhtp session Clustering </title>
				<description><![CDATA[ Thanks for Your reply.  Instead of <spring> configuration I used <dso> configuration file. It works fine for me. 

 Can terracotta supports apache's Java Caching system for cache ? 

 

]]></description>
				<guid isPermaLink="true">http://forums.terracotta.org/forums/posts/list/347.page#1762</guid>
				<link>http://forums.terracotta.org/forums/posts/list/347.page#1762</link>
				<pubDate><![CDATA[Thu, 26 Jul 2007 01:50:54]]> GMT</pubDate>
				<author><![CDATA[ kumars81]]></author>
			</item>
			<item>
				<title>Re:Need to help on SPRING + hhtp session Clustering </title>
				<description><![CDATA[ Over the next few weeks we are focused on Getting EhCache fast but the work we are doing is pretty generic to jcache style caches. Shouldn't be to hard for us to apply it to Apache's cache.]]></description>
				<guid isPermaLink="true">http://forums.terracotta.org/forums/posts/list/347.page#1763</guid>
				<link>http://forums.terracotta.org/forums/posts/list/347.page#1763</link>
				<pubDate><![CDATA[Thu, 26 Jul 2007 07:19:48]]> GMT</pubDate>
				<author><![CDATA[ steve]]></author>
			</item>
	</channel>
</rss>