<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:www.nabble.com,2006:forum-17464</id>
	<title>Nabble - tc-users</title>
	<updated>2008-10-03T23:58:15Z</updated>
	<link rel="self" type="application/atom+xml" href="http://www.nabble.com/tc-users-f17464.xml" />
	<link rel="alternate" type="text/html" href="http://www.nabble.com/tc-users-f17464.html" />
	<subtitle type="html"></subtitle>
	
<entry>
	<id>tag:www.nabble.com,2006:post-19809605</id>
	<title>Re: tc-users Digest, Vol 23, Issue 1</title>
	<published>2008-10-03T23:58:15Z</published>
	<updated>2008-10-03T23:58:15Z</updated>
	<author>
		<name>Ramin Farhanian-2</name>
	</author>
	<content type="html">Thank you very much indeed,
&lt;br&gt;&amp;nbsp;This was a great help and that led me to use session Configurator to
&lt;br&gt;cluster the http session. It took sometimes to detect the essential classes
&lt;br&gt;for instrumentation and the classes that need to be declared in the
&lt;br&gt;additional boot jar. I finally did it and Here is what I faced in the end.
&lt;br&gt;&amp;nbsp;I could see the session object in the monitor section of Session
&lt;br&gt;Configurator. And I could see that whenever I was logging in, acegi was
&lt;br&gt;putting the user object in the session. I was watching that through the
&lt;br&gt;session Configurator Monitor (Thanks to you guys). 
&lt;br&gt;&amp;nbsp;Afterwards I tried to deploy both applications on two different machines. I
&lt;br&gt;saw that admin console understands that I have one server and two clients
&lt;br&gt;(which was quite correct), but the session object was not shared the way
&lt;br&gt;that It was when I was using the Terracotta Session Configurator.
&lt;br&gt;How can I solve this?
&lt;br&gt;Another question : I am using Terracotta 2.6.4 on development. Where can I
&lt;br&gt;find the Linux version to download?
&lt;br&gt;&amp;nbsp;
&lt;br&gt;I am using Terracotta 2.6.4, Spring 2.0.1, Hibernate 3.2.5, Acegi Security
&lt;br&gt;1.0.3.
&lt;br&gt;And here is my tc-config.xml :
&lt;br&gt;&lt;br&gt;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;
&lt;br&gt;&amp;lt;tc:tc-config xmlns:tc=&amp;quot;&lt;a href=&quot;http://www.terracotta.org/config&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.terracotta.org/config&lt;/a&gt;&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; xmlns:xsi=&amp;quot;&lt;a href=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2001/XMLSchema-instance&lt;/a&gt;&amp;quot;
&lt;br&gt;&amp;nbsp;
&lt;br&gt;xsi:schemaLocation=&amp;quot;&lt;a href=&quot;http://www.terracotta.org/schema/terracotta-4.xsd&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.terracotta.org/schema/terracotta-4.xsd&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;servers&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;server host=&amp;quot;192.168.1.4&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;data&amp;gt;%(user.home)/terracotta/server-data&amp;lt;/data&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;logs&amp;gt;%(user.home)/terracotta/server-logs&amp;lt;/logs&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/server&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/servers&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;clients&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;modules&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;module name=&amp;quot;tim-cglib-2.1.3&amp;quot; version=&amp;quot;1.1.3&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/modules&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;logs&amp;gt;%(user.home)/terracotta/client-logs&amp;lt;/logs&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/clients&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;application&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;dso&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;instrumented-classes&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;include&amp;gt;
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;lt;class-expression&amp;gt;com.mypackage.core.ac.model..*&amp;lt;/class-expression&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/include&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;include&amp;gt;
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;lt;class-expression&amp;gt;com.mypackage.core.model..*&amp;lt;/class-expression&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/include&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;include&amp;gt;
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;lt;class-expression&amp;gt;org.acegisecurity.ui.savedrequest.SavedRequest&amp;lt;/class-expr
&lt;br&gt;ession&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;honor-transient&amp;gt;true&amp;lt;/honor-transient&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/include&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;include&amp;gt;
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;lt;class-expression&amp;gt;org.acegisecurity.ui.savedrequest.SavedCookie&amp;lt;/class-expre
&lt;br&gt;ssion&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;honor-transient&amp;gt;true&amp;lt;/honor-transient&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/include&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;include&amp;gt;
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;lt;class-expression&amp;gt;org.acegisecurity.context.SecurityContextImpl&amp;lt;/class-expre
&lt;br&gt;ssion&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;honor-transient&amp;gt;true&amp;lt;/honor-transient&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/include&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;include&amp;gt;
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;lt;class-expression&amp;gt;org.acegisecurity.providers.UsernamePasswordAuthentication
&lt;br&gt;Token&amp;lt;/class-expression&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;honor-transient&amp;gt;true&amp;lt;/honor-transient&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/include&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;include&amp;gt;
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;lt;class-expression&amp;gt;org.acegisecurity.providers.AbstractAuthenticationToken&amp;lt;/c
&lt;br&gt;lass-expression&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;honor-transient&amp;gt;true&amp;lt;/honor-transient&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/include&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;include&amp;gt;
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;lt;class-expression&amp;gt;org.acegisecurity.ui.WebAuthenticationDetails&amp;lt;/class-expre
&lt;br&gt;ssion&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;honor-transient&amp;gt;true&amp;lt;/honor-transient&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/include&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;include&amp;gt;
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;lt;class-expression&amp;gt;org.acegisecurity.GrantedAuthorityImpl&amp;lt;/class-expression&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;honor-transient&amp;gt;true&amp;lt;/honor-transient&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/include&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;include&amp;gt;
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;lt;class-expression&amp;gt;org.hibernate.collection.AbstractPersistentCollection&amp;lt;/cla
&lt;br&gt;ss-expression&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;honor-transient&amp;gt;true&amp;lt;/honor-transient&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/include&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;include&amp;gt;
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;lt;class-expression&amp;gt;org.hibernate.collection.PersistentSet&amp;lt;/class-expression&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;honor-transient&amp;gt;true&amp;lt;/honor-transient&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/include&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;include&amp;gt;
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;lt;class-expression&amp;gt;org.hibernate.collection.PersistentBag&amp;lt;/class-expression&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;honor-transient&amp;gt;true&amp;lt;/honor-transient&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/include&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;include&amp;gt;
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;lt;class-expression&amp;gt;org.apache.commons.logging.impl.Log4JLogger&amp;lt;/class-express
&lt;br&gt;ion&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;honor-transient&amp;gt;true&amp;lt;/honor-transient&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/include&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;include&amp;gt;
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;lt;class-expression&amp;gt;org.hibernate.proxy.pojo.cglib.CGLIBLazyInitializer&amp;lt;/class
&lt;br&gt;-expression&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;honor-transient&amp;gt;true&amp;lt;/honor-transient&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/include&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;include&amp;gt;
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;lt;class-expression&amp;gt;org.hibernate.proxy.pojo.BasicLazyInitializer&amp;lt;/class-expre
&lt;br&gt;ssion&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;honor-transient&amp;gt;true&amp;lt;/honor-transient&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/include&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;include&amp;gt;
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;lt;class-expression&amp;gt;org.hibernate.proxy.AbstractLazyInitializer&amp;lt;/class-express
&lt;br&gt;ion&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;honor-transient&amp;gt;true&amp;lt;/honor-transient&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/include&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;include&amp;gt;
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;lt;class-expression&amp;gt;org.apache.log4j.Logger&amp;lt;/class-expression&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;honor-transient&amp;gt;true&amp;lt;/honor-transient&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/include&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;include&amp;gt;
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;lt;class-expression&amp;gt;org.apache.log4j.Category&amp;lt;/class-expression&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;honor-transient&amp;gt;true&amp;lt;/honor-transient&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/include&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;include&amp;gt;
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;lt;class-expression&amp;gt;org.apache.log4j.Hierarchy&amp;lt;/class-expression&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;honor-transient&amp;gt;true&amp;lt;/honor-transient&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/include&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;include&amp;gt;
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;lt;class-expression&amp;gt;org.apache.log4j.Level&amp;lt;/class-expression&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;honor-transient&amp;gt;true&amp;lt;/honor-transient&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/include&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;include&amp;gt;
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;lt;class-expression&amp;gt;org.apache.log4j.Priority&amp;lt;/class-expression&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;honor-transient&amp;gt;true&amp;lt;/honor-transient&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/include&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;include&amp;gt;
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;lt;class-expression&amp;gt;org.apache.log4j.spi.RootLogger&amp;lt;/class-expression&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;honor-transient&amp;gt;true&amp;lt;/honor-transient&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/include&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;include&amp;gt;
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;lt;class-expression&amp;gt;org.apache.log4j.or.RendererMap&amp;lt;/class-expression&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;honor-transient&amp;gt;true&amp;lt;/honor-transient&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/include&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;include&amp;gt;
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;lt;class-expression&amp;gt;org.apache.log4j.DefaultCategoryFactory&amp;lt;/class-expression&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;honor-transient&amp;gt;true&amp;lt;/honor-transient&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/include&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;include&amp;gt;
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;lt;class-expression&amp;gt;org.apache.log4j.CategoryKey&amp;lt;/class-expression&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;honor-transient&amp;gt;true&amp;lt;/honor-transient&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/include&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;include&amp;gt;
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;lt;class-expression&amp;gt;org.apache.log4j.helpers.AppenderAttachableImpl&amp;lt;/class-exp
&lt;br&gt;ression&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;honor-transient&amp;gt;true&amp;lt;/honor-transient&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/include&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;include&amp;gt;
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;lt;class-expression&amp;gt;org.apache.log4j.ProvisionNode&amp;lt;/class-expression&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;honor-transient&amp;gt;true&amp;lt;/honor-transient&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/include&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;include&amp;gt;
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;lt;class-expression&amp;gt;org.apache.log4j.RollingFileAppender&amp;lt;/class-expression&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;honor-transient&amp;gt;true&amp;lt;/honor-transient&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/include&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;include&amp;gt;
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;lt;class-expression&amp;gt;org.apache.log4j.FileAppender&amp;lt;/class-expression&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;honor-transient&amp;gt;true&amp;lt;/honor-transient&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/include&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;include&amp;gt;
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;lt;class-expression&amp;gt;org.apache.log4j.WriterAppender&amp;lt;/class-expression&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;honor-transient&amp;gt;true&amp;lt;/honor-transient&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/include&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;include&amp;gt;
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;lt;class-expression&amp;gt;org.apache.log4j.AppenderSkeleton&amp;lt;/class-expression&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;honor-transient&amp;gt;true&amp;lt;/honor-transient&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/include&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;include&amp;gt;
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;lt;class-expression&amp;gt;org.apache.log4j.helpers.CountingQuietWriter&amp;lt;/class-expres
&lt;br&gt;sion&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;honor-transient&amp;gt;true&amp;lt;/honor-transient&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/include&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;include&amp;gt;
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;lt;class-expression&amp;gt;org.apache.log4j.PatternLayout&amp;lt;/class-expression&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;honor-transient&amp;gt;true&amp;lt;/honor-transient&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/include&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;include&amp;gt;
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;lt;class-expression&amp;gt;org.apache.log4j.Layout&amp;lt;/class-expression&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;honor-transient&amp;gt;true&amp;lt;/honor-transient&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/include&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;include&amp;gt;
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;lt;class-expression&amp;gt;org.apache.log4j.helpers.OnlyOnceErrorHandler&amp;lt;/class-expre
&lt;br&gt;ssion&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;honor-transient&amp;gt;true&amp;lt;/honor-transient&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/include&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;include&amp;gt;
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;lt;class-expression&amp;gt;org.apache.log4j.helpers.PatternParser$DatePatternConverte
&lt;br&gt;r&amp;lt;/class-expression&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;honor-transient&amp;gt;true&amp;lt;/honor-transient&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/include&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;include&amp;gt;
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;lt;class-expression&amp;gt;org.apache.log4j.helpers.PatternConverter&amp;lt;/class-expressio
&lt;br&gt;n&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;honor-transient&amp;gt;true&amp;lt;/honor-transient&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/include&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;include&amp;gt;
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;lt;class-expression&amp;gt;org.apache.log4j.helpers.ISO8601DateFormat&amp;lt;/class-expressi
&lt;br&gt;on&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;honor-transient&amp;gt;true&amp;lt;/honor-transient&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/include&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;include&amp;gt;
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;lt;class-expression&amp;gt;org.apache.log4j.helpers.AbsoluteTimeDateFormat&amp;lt;/class-exp
&lt;br&gt;ression&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;honor-transient&amp;gt;true&amp;lt;/honor-transient&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/include&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;include&amp;gt;
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;lt;class-expression&amp;gt;org.apache.log4j.helpers.PatternParser$LiteralPatternConve
&lt;br&gt;rter&amp;lt;/class-expression&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;honor-transient&amp;gt;true&amp;lt;/honor-transient&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/include&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;!-- Exclude tomcat internals to improve performance of
&lt;br&gt;webapp loading --&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;exclude&amp;gt;org.apache.coyote..*&amp;lt;/exclude&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;exclude&amp;gt;org.apache.catalina..*&amp;lt;/exclude&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;exclude&amp;gt;org.apache.jasper..*&amp;lt;/exclude&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;exclude&amp;gt;org.apache.tomcat..*&amp;lt;/exclude&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/instrumented-classes&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;additional-boot-jar-classes&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;include&amp;gt;java.util.Locale&amp;lt;/include&amp;gt;
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;lt;include&amp;gt;java.lang.String$CaseInsensitiveComparator&amp;lt;/include&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;include&amp;gt;java.io.FilterWriter&amp;lt;/include&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;include&amp;gt;java.io.Writer&amp;lt;/include&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;include&amp;gt;java.io.OutputStreamWriter&amp;lt;/include&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;include&amp;gt;java.lang.AbstractStringBuilder&amp;lt;/include&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;include&amp;gt;sun.nio.cs.StreamEncoder&amp;lt;/include&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;include&amp;gt;sun.nio.cs.StreamEncoder$CharsetSE&amp;lt;/include&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;include&amp;gt;java.text.DateFormat&amp;lt;/include&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;include&amp;gt;java.text.Format&amp;lt;/include&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/additional-boot-jar-classes&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;web-applications&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;web-application&amp;gt;myapp&amp;lt;/web-application&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/web-applications&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/dso&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/application&amp;gt;
&lt;br&gt;&amp;lt;/tc:tc-config&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;All The Best,
&lt;br&gt;Ramin Farhanian
&lt;br&gt;&lt;br&gt;-----Original Message-----
&lt;br&gt;From: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19809605&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tc-users-bounces@...&lt;/a&gt;
&lt;br&gt;[mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19809605&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tc-users-bounces@...&lt;/a&gt;] On Behalf Of
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19809605&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tc-users-request@...&lt;/a&gt;
&lt;br&gt;Sent: Wednesday, October 01, 2008 9:00 PM
&lt;br&gt;To: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19809605&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tc-users@...&lt;/a&gt;
&lt;br&gt;Subject: tc-users Digest, Vol 23, Issue 1
&lt;br&gt;&lt;br&gt;Send tc-users mailing list submissions to
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19809605&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tc-users@...&lt;/a&gt;
&lt;br&gt;nd
&lt;br&gt;To subscribe or unsubscribe via the World Wide Web, visit
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://lists.terracotta.org/mailman/listinfo/tc-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.terracotta.org/mailman/listinfo/tc-users&lt;/a&gt;&lt;br&gt;or, via email, send a message with subject or body 'help' to
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19809605&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tc-users-request@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;You can reach the person managing the list at
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19809605&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tc-users-owner@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;When replying, please edit your Subject line so it is more specific
&lt;br&gt;than &amp;quot;Re: Contents of tc-users digest...&amp;quot;
&lt;br&gt;&lt;br&gt;&lt;br&gt;Today's Topics:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;1. Re: Session configurator doesn't even launch my	application
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; (Gary Keim)
&lt;br&gt;&amp;nbsp; &amp;nbsp;2. Re: tc-users Digest, Vol 22, Issue 9 (Ramin Farhanian)
&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;Message: 1
&lt;br&gt;Date: Tue, 30 Sep 2008 14:05:14 -0700 (PDT)
&lt;br&gt;From: &amp;quot;Gary Keim&amp;quot; &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19809605&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gkeim@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Subject: Re: [tc-users] Session configurator doesn't even launch my
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; application
&lt;br&gt;To: &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19809605&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tc-users@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Message-ID: &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19809605&amp;i=9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;FEFD2F8B69D240BDAB1F53F27492A06A@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Content-Type: text/plain; charset=&amp;quot;us-ascii&amp;quot;
&lt;br&gt;&lt;br&gt;The problem is that you're combining using the Session Configurator with
&lt;br&gt;the instructions for running a stand-alone Terracotta-enabled Tomcat. &amp;nbsp;The
&lt;br&gt;Session Configurator is meant to run against a standard, stock Tomcat
&lt;br&gt;installation, but you've modified Catalina.bat to activate Terracotta
&lt;br&gt;which is already done by the Session Configurator. &amp;nbsp;So, revert your
&lt;br&gt;Catalina.bat back to its default content and the Configurator should work.
&lt;br&gt;After you've had success with TC-enabling your webapp and are ready to
&lt;br&gt;setup your testing/integration/production environment, then follow the
&lt;br&gt;instructions in the Tomcat+Integration guide.
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;&amp;nbsp; _____ &amp;nbsp;
&lt;br&gt;&lt;br&gt;From: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19809605&amp;i=10&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tc-users-bounces@...&lt;/a&gt;
&lt;br&gt;[mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19809605&amp;i=11&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tc-users-bounces@...&lt;/a&gt;] On Behalf Of Ramin
&lt;br&gt;Farhanian
&lt;br&gt;Sent: Tuesday, September 30, 2008 5:08 AM
&lt;br&gt;To: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19809605&amp;i=12&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tc-users@...&lt;/a&gt;
&lt;br&gt;Subject: [tc-users] Session configurator doesn't even launch my
&lt;br&gt;application
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;Dear experts,
&lt;br&gt;&lt;br&gt;&amp;nbsp;I need to cluster the http session on terracotta. I have done everything
&lt;br&gt;I could but It seems like the session Configurator doesn't run my
&lt;br&gt;application for some reason but I don't understand the log.
&lt;br&gt;&lt;br&gt;&amp;nbsp;I am using Terracotta 2.7, Tomcat 5.5, Spring 2.0, Hibernate 3.2.5,
&lt;br&gt;Acegi, Sitemesh and etc. I read the
&lt;br&gt;&lt;a href=&quot;http://terracotta.org/web/display/orgsite/Tomcat+Integration&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://terracotta.org/web/display/orgsite/Tomcat+Integration&lt;/a&gt;&amp;nbsp;and tried to
&lt;br&gt;go through the instruction. I am using windows XP and I have added the
&lt;br&gt;&amp;quot;terracotta installation folder/bin&amp;quot; and also JAVA_HOME to the global
&lt;br&gt;variables.
&lt;br&gt;&lt;br&gt;&amp;nbsp;I have attached snapshots of session Configurator, logs of session
&lt;br&gt;Configurator, tc-config.xml , catalina.bat that I use.
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;One of your colleagues suggested me to use the hibernate module in my
&lt;br&gt;tc-config &amp;nbsp;(while he wasn't sure about it but he said it because may be
&lt;br&gt;acegi is putting My user objects which are at first hibernate managed in
&lt;br&gt;http session). Hibernate module is dependant to ehcache, cglib and ehcache
&lt;br&gt;common which is quite unavailable. Another terracotta guy suggested me to
&lt;br&gt;use tim-update feature but it is developed in terracotta 2.7.
&lt;br&gt;&lt;br&gt;If there is anything more you need to know to help me, please feel free to
&lt;br&gt;ask.
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;What I need to do is to see the session Configurator load my web
&lt;br&gt;application on two different ports 9081 and 9082 successfully. Please help
&lt;br&gt;me.
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;All The Best,
&lt;br&gt;&lt;br&gt;Ramin Farhanian
&lt;br&gt;&lt;br&gt;-------------- next part --------------
&lt;br&gt;An HTML attachment was scrubbed...
&lt;br&gt;URL:
&lt;br&gt;&lt;a href=&quot;http://lists.terracotta.org/pipermail/tc-users/attachments/20080930/c696e083&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.terracotta.org/pipermail/tc-users/attachments/20080930/c696e083&lt;/a&gt;&lt;br&gt;/attachment-0001.html 
&lt;br&gt;&lt;br&gt;------------------------------
&lt;br&gt;&lt;br&gt;Message: 2
&lt;br&gt;Date: Wed, 1 Oct 2008 09:06:46 +0200
&lt;br&gt;From: &amp;quot;Ramin Farhanian&amp;quot; &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19809605&amp;i=13&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ramin@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Subject: Re: [tc-users] tc-users Digest, Vol 22, Issue 9
&lt;br&gt;To: &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19809605&amp;i=14&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tc-users@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Message-ID: &amp;lt;003601c92394$46d3afe0$d47b0fa0$@com&amp;gt;
&lt;br&gt;Content-Type: text/plain;	charset=&amp;quot;us-ascii&amp;quot;
&lt;br&gt;&lt;br&gt;Dear Mr. Gautier,
&lt;br&gt;&amp;nbsp;I am sorry for the inconvenience. I am using Terracotta 2.6.4.
&lt;br&gt;&lt;br&gt;&lt;br&gt;All The Best,
&lt;br&gt;Ramin Farhanian
&lt;br&gt;&lt;br&gt;-----Original Message-----
&lt;br&gt;From: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19809605&amp;i=15&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tc-users-bounces@...&lt;/a&gt;
&lt;br&gt;[mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19809605&amp;i=16&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tc-users-bounces@...&lt;/a&gt;] On Behalf Of
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19809605&amp;i=17&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tc-users-request@...&lt;/a&gt;
&lt;br&gt;Sent: Tuesday, September 30, 2008 9:00 PM
&lt;br&gt;To: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19809605&amp;i=18&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tc-users@...&lt;/a&gt;
&lt;br&gt;Subject: tc-users Digest, Vol 22, Issue 9
&lt;br&gt;&lt;br&gt;Send tc-users mailing list submissions to
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19809605&amp;i=19&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tc-users@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;To subscribe or unsubscribe via the World Wide Web, visit
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://lists.terracotta.org/mailman/listinfo/tc-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.terracotta.org/mailman/listinfo/tc-users&lt;/a&gt;&lt;br&gt;or, via email, send a message with subject or body 'help' to
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19809605&amp;i=20&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tc-users-request@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;You can reach the person managing the list at
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19809605&amp;i=21&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tc-users-owner@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;When replying, please edit your Subject line so it is more specific
&lt;br&gt;than &amp;quot;Re: Contents of tc-users digest...&amp;quot;
&lt;br&gt;&lt;br&gt;&lt;br&gt;Today's Topics:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;1. Re: tc-users Digest, Vol 22, Issue 7 (Taylor Gautier)
&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;Message: 1
&lt;br&gt;Date: Tue, 30 Sep 2008 08:09:33 -0700 (PDT)
&lt;br&gt;From: Taylor Gautier &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19809605&amp;i=22&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tgautier@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Subject: Re: [tc-users] tc-users Digest, Vol 22, Issue 7
&lt;br&gt;To: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19809605&amp;i=23&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tc-users@...&lt;/a&gt;
&lt;br&gt;Message-ID:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19809605&amp;i=24&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;15834247.710241222787373315.JavaMail.root@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Content-Type: text/plain; charset=&amp;quot;utf-8&amp;quot;
&lt;br&gt;&lt;br&gt;In a previous email you stated that you were using Terracotta 2.7, but the
&lt;br&gt;startup indicates 2.6.4 - just want to confirm you are using the right
&lt;br&gt;versions that you expect and which one we should look into before going too
&lt;br&gt;far. 
&lt;br&gt;&lt;br&gt;----- Original Message ----- 
&lt;br&gt;From: &amp;quot;Ramin Farhanian&amp;quot; &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19809605&amp;i=25&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ramin@...&lt;/a&gt;&amp;gt; 
&lt;br&gt;To: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19809605&amp;i=26&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tc-users@...&lt;/a&gt; 
&lt;br&gt;Sent: Tuesday, September 30, 2008 7:25:06 AM GMT -08:00 US/Canada Pacific 
&lt;br&gt;Subject: Re: [tc-users] tc-users Digest, Vol 22, Issue 7 
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Dear experts, 
&lt;br&gt;&lt;br&gt;?I fixed an error but the problem still is there. On my machine, Session
&lt;br&gt;Configurator was using JRE as JAVA_HOME by default. I fixed it to use my
&lt;br&gt;default JAVA_HOME. Now the terracotta server in session Configurator console
&lt;br&gt;works healthy but the tomcat:9081 and tomcat:9082 still throw exceptions in
&lt;br&gt;the console (I have attached the exceptions). 
&lt;br&gt;&lt;br&gt;?Please help me to launch my application properly. 
&lt;br&gt;&lt;br&gt;? 
&lt;br&gt;&lt;br&gt;All The Best, 
&lt;br&gt;&lt;br&gt;Ramin Farhanian 
&lt;br&gt;&lt;br&gt;? 
&lt;br&gt;&lt;br&gt;? 
&lt;br&gt;&lt;br&gt;-----Original Message----- 
&lt;br&gt;From: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19809605&amp;i=27&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tc-users-bounces@...&lt;/a&gt;
&lt;br&gt;[mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19809605&amp;i=28&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tc-users-bounces@...&lt;/a&gt;] On Behalf Of
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19809605&amp;i=29&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tc-users-request@...&lt;/a&gt; 
&lt;br&gt;Sent: Tuesday, September 30, 2008 12:43 PM 
&lt;br&gt;To: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19809605&amp;i=30&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tc-users@...&lt;/a&gt; 
&lt;br&gt;Subject: tc-users Digest, Vol 22, Issue 7 
&lt;br&gt;&lt;br&gt;? 
&lt;br&gt;&lt;br&gt;Send tc-users mailing list submissions to 
&lt;br&gt;&lt;br&gt;????? &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19809605&amp;i=31&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tc-users@...&lt;/a&gt; 
&lt;br&gt;&lt;br&gt;? 
&lt;br&gt;&lt;br&gt;To subscribe or unsubscribe via the World Wide Web, visit 
&lt;br&gt;&lt;br&gt;????? &lt;a href=&quot;http://lists.terracotta.org/mailman/listinfo/tc-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.terracotta.org/mailman/listinfo/tc-users&lt;/a&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;or, via email, send a message with subject or body 'help' to 
&lt;br&gt;&lt;br&gt;????? &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19809605&amp;i=32&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tc-users-request@...&lt;/a&gt; 
&lt;br&gt;&lt;br&gt;? 
&lt;br&gt;&lt;br&gt;You can reach the person managing the list
&lt;br&gt;at??????????????????????????????????????????????? 
&lt;br&gt;&lt;br&gt;????? &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19809605&amp;i=33&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tc-users-owner@...&lt;/a&gt; 
&lt;br&gt;&lt;br&gt;? 
&lt;br&gt;&lt;br&gt;When replying, please edit your Subject line so it is more specific 
&lt;br&gt;&lt;br&gt;than &amp;quot;Re: Contents of tc-users digest...&amp;quot; 
&lt;br&gt;&lt;br&gt;? 
&lt;br&gt;&lt;br&gt;? 
&lt;br&gt;&lt;br&gt;Today's Topics: 
&lt;br&gt;&lt;br&gt;? 
&lt;br&gt;&lt;br&gt;?? 1. Session configurator doesn't even launch my application 
&lt;br&gt;&lt;br&gt;????? (Ramin Farhanian) 
&lt;br&gt;&lt;br&gt;? 
&lt;br&gt;&lt;br&gt;? 
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------- 
&lt;br&gt;&lt;br&gt;? 
&lt;br&gt;&lt;br&gt;Message: 1 
&lt;br&gt;&lt;br&gt;Date: Tue, 30 Sep 2008 14:07:48 +0200 
&lt;br&gt;&lt;br&gt;From: &amp;quot;Ramin Farhanian&amp;quot; &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19809605&amp;i=34&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ramin@...&lt;/a&gt;&amp;gt; 
&lt;br&gt;&lt;br&gt;Subject: [tc-users] Session configurator doesn't even launch my 
&lt;br&gt;&lt;br&gt;????? application 
&lt;br&gt;&lt;br&gt;To: &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19809605&amp;i=35&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tc-users@...&lt;/a&gt;&amp;gt; 
&lt;br&gt;&lt;br&gt;Message-ID: &amp;lt;000301c922f5$2994a870$7cbdf950$@com&amp;gt; 
&lt;br&gt;&lt;br&gt;Content-Type: text/plain; charset=&amp;quot;us-ascii&amp;quot; 
&lt;br&gt;&lt;br&gt;? 
&lt;br&gt;&lt;br&gt;Dear experts, 
&lt;br&gt;&lt;br&gt;? 
&lt;br&gt;&lt;br&gt;?I need to cluster the http session on terracotta. I have done everything I 
&lt;br&gt;&lt;br&gt;could but It seems like the session Configurator doesn't run my application 
&lt;br&gt;&lt;br&gt;for some reason but I don't understand the log. 
&lt;br&gt;&lt;br&gt;? 
&lt;br&gt;&lt;br&gt;?I am using Terracotta 2.7, Tomcat 5.5, Spring 2.0, Hibernate 3.2.5, Acegi, 
&lt;br&gt;&lt;br&gt;Sitemesh and etc. I read the 
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://terracotta.org/web/display/orgsite/Tomcat+Integration&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://terracotta.org/web/display/orgsite/Tomcat+Integration&lt;/a&gt;&amp;nbsp;and tried to go
&lt;br&gt;&lt;br&gt;&lt;br&gt;through the instruction. I am using windows XP and I have added the 
&lt;br&gt;&lt;br&gt;&amp;quot;terracotta installation folder/bin&amp;quot; and also JAVA_HOME to the global 
&lt;br&gt;&lt;br&gt;variables. 
&lt;br&gt;&lt;br&gt;? 
&lt;br&gt;&lt;br&gt;?I have attached snapshots of session Configurator, logs of session 
&lt;br&gt;&lt;br&gt;Configurator, tc-config.xml , catalina.bat that I use. 
&lt;br&gt;&lt;br&gt;? 
&lt;br&gt;&lt;br&gt;? 
&lt;br&gt;&lt;br&gt;? 
&lt;br&gt;&lt;br&gt;One of your colleagues suggested me to use the hibernate module in my 
&lt;br&gt;&lt;br&gt;tc-config? (while he wasn't sure about it but he said it because may be 
&lt;br&gt;&lt;br&gt;acegi is putting My user objects which are at first hibernate managed in 
&lt;br&gt;&lt;br&gt;http session). Hibernate module is dependant to ehcache, cglib and ehcache 
&lt;br&gt;&lt;br&gt;common which is quite unavailable. Another terracotta guy suggested me to 
&lt;br&gt;&lt;br&gt;use tim-update feature but it is developed in terracotta 2.7. 
&lt;br&gt;&lt;br&gt;? 
&lt;br&gt;&lt;br&gt;If there is anything more you need to know to help me, please feel free to 
&lt;br&gt;&lt;br&gt;ask. 
&lt;br&gt;&lt;br&gt;? 
&lt;br&gt;&lt;br&gt;? 
&lt;br&gt;&lt;br&gt;? 
&lt;br&gt;&lt;br&gt;What I need to do is to see the session Configurator load my web application
&lt;br&gt;&lt;br&gt;&lt;br&gt;on two different ports 9081 and 9082 successfully. Please help me. 
&lt;br&gt;&lt;br&gt;? 
&lt;br&gt;&lt;br&gt;? 
&lt;br&gt;&lt;br&gt;? 
&lt;br&gt;&lt;br&gt;All The Best, 
&lt;br&gt;&lt;br&gt;? 
&lt;br&gt;&lt;br&gt;Ramin Farhanian 
&lt;br&gt;&lt;br&gt;? 
&lt;br&gt;&lt;br&gt;-------------- next part -------------- 
&lt;br&gt;&lt;br&gt;An HTML attachment was scrubbed... 
&lt;br&gt;&lt;br&gt;URL:
&lt;br&gt;&lt;a href=&quot;http://lists.terracotta.org/pipermail/tc-users/attachments/20080930/857812a6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.terracotta.org/pipermail/tc-users/attachments/20080930/857812a6&lt;/a&gt;&lt;br&gt;/attachment.html 
&lt;br&gt;&lt;br&gt;-------------- next part -------------- 
&lt;br&gt;&lt;br&gt;A non-text attachment was scrubbed... 
&lt;br&gt;&lt;br&gt;Name: sessionConfigurator-server console.log 
&lt;br&gt;&lt;br&gt;Type: application/octet-stream 
&lt;br&gt;&lt;br&gt;Size: 6140 bytes 
&lt;br&gt;&lt;br&gt;Desc: not available 
&lt;br&gt;&lt;br&gt;Url :
&lt;br&gt;&lt;a href=&quot;http://lists.terracotta.org/pipermail/tc-users/attachments/20080930/857812a6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.terracotta.org/pipermail/tc-users/attachments/20080930/857812a6&lt;/a&gt;&lt;br&gt;/attachment.obj 
&lt;br&gt;&lt;br&gt;-------------- next part -------------- 
&lt;br&gt;&lt;br&gt;A non-text attachment was scrubbed... 
&lt;br&gt;&lt;br&gt;Name: sessionConfiguratorSnapShot.JPG 
&lt;br&gt;&lt;br&gt;Type: image/jpeg 
&lt;br&gt;&lt;br&gt;Size: 205210 bytes 
&lt;br&gt;&lt;br&gt;Desc: not available 
&lt;br&gt;&lt;br&gt;Url :
&lt;br&gt;&lt;a href=&quot;http://lists.terracotta.org/pipermail/tc-users/attachments/20080930/857812a6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.terracotta.org/pipermail/tc-users/attachments/20080930/857812a6&lt;/a&gt;&lt;br&gt;/attachment.jpe 
&lt;br&gt;&lt;br&gt;-------------- next part -------------- 
&lt;br&gt;&lt;br&gt;A non-text attachment was scrubbed... 
&lt;br&gt;&lt;br&gt;Name: sessionConfigurator-Tomcat9082.log 
&lt;br&gt;&lt;br&gt;Type: application/octet-stream 
&lt;br&gt;&lt;br&gt;Size: 2325 bytes 
&lt;br&gt;&lt;br&gt;Desc: not available 
&lt;br&gt;&lt;br&gt;Url :
&lt;br&gt;&lt;a href=&quot;http://lists.terracotta.org/pipermail/tc-users/attachments/20080930/857812a6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.terracotta.org/pipermail/tc-users/attachments/20080930/857812a6&lt;/a&gt;&lt;br&gt;/attachment-0001.obj 
&lt;br&gt;&lt;br&gt;-------------- next part -------------- 
&lt;br&gt;&lt;br&gt;A non-text attachment was scrubbed... 
&lt;br&gt;&lt;br&gt;Name: tc-config.xml 
&lt;br&gt;&lt;br&gt;Type: text/xml 
&lt;br&gt;&lt;br&gt;Size: 1635 bytes 
&lt;br&gt;&lt;br&gt;Desc: not available 
&lt;br&gt;&lt;br&gt;Url :
&lt;br&gt;&lt;a href=&quot;http://lists.terracotta.org/pipermail/tc-users/attachments/20080930/857812a6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.terracotta.org/pipermail/tc-users/attachments/20080930/857812a6&lt;/a&gt;&lt;br&gt;/attachment.xml 
&lt;br&gt;&lt;br&gt;-------------- next part -------------- 
&lt;br&gt;&lt;br&gt;A non-text attachment was scrubbed... 
&lt;br&gt;&lt;br&gt;Name: sessionConfigurator-Tomcat9081.log 
&lt;br&gt;&lt;br&gt;Type: application/octet-stream 
&lt;br&gt;&lt;br&gt;Size: 2325 bytes 
&lt;br&gt;&lt;br&gt;Desc: not available 
&lt;br&gt;&lt;br&gt;Url :
&lt;br&gt;&lt;a href=&quot;http://lists.terracotta.org/pipermail/tc-users/attachments/20080930/857812a6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.terracotta.org/pipermail/tc-users/attachments/20080930/857812a6&lt;/a&gt;&lt;br&gt;/attachment-0002.obj 
&lt;br&gt;&lt;br&gt;-------------- next part -------------- 
&lt;br&gt;&lt;br&gt;An embedded and charset-unspecified text was scrubbed... 
&lt;br&gt;&lt;br&gt;Name: catalina-bat.txt 
&lt;br&gt;&lt;br&gt;Url:
&lt;br&gt;&lt;a href=&quot;http://lists.terracotta.org/pipermail/tc-users/attachments/20080930/857812a6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.terracotta.org/pipermail/tc-users/attachments/20080930/857812a6&lt;/a&gt;&lt;br&gt;/attachment.txt 
&lt;br&gt;&lt;br&gt;? 
&lt;br&gt;&lt;br&gt;------------------------------ 
&lt;br&gt;&lt;br&gt;? 
&lt;br&gt;&lt;br&gt;_______________________________________________ 
&lt;br&gt;&lt;br&gt;tc-users mailing list 
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19809605&amp;i=36&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tc-users@...&lt;/a&gt; 
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://lists.terracotta.org/mailman/listinfo/tc-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.terracotta.org/mailman/listinfo/tc-users&lt;/a&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;? 
&lt;br&gt;&lt;br&gt;? 
&lt;br&gt;&lt;br&gt;End of tc-users Digest, Vol 22, Issue 7 
&lt;br&gt;&lt;br&gt;*************************************** 
&lt;br&gt;_______________________________________________ tc-users mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19809605&amp;i=37&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tc-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.terracotta.org/mailman/listinfo/tc-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.terracotta.org/mailman/listinfo/tc-users&lt;/a&gt;&lt;br&gt;-------------- next part --------------
&lt;br&gt;An HTML attachment was scrubbed...
&lt;br&gt;URL:
&lt;br&gt;&lt;a href=&quot;http://lists.terracotta.org/pipermail/tc-users/attachments/20080930/3ac2bc7a&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.terracotta.org/pipermail/tc-users/attachments/20080930/3ac2bc7a&lt;/a&gt;&lt;br&gt;/attachment-0001.html 
&lt;br&gt;&lt;br&gt;------------------------------
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;tc-users mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19809605&amp;i=38&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tc-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.terracotta.org/mailman/listinfo/tc-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.terracotta.org/mailman/listinfo/tc-users&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;End of tc-users Digest, Vol 22, Issue 9
&lt;br&gt;***************************************
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;tc-users mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19809605&amp;i=39&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tc-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.terracotta.org/mailman/listinfo/tc-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.terracotta.org/mailman/listinfo/tc-users&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;End of tc-users Digest, Vol 23, Issue 1
&lt;br&gt;***************************************
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;tc-users mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19809605&amp;i=40&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tc-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.terracotta.org/mailman/listinfo/tc-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.terracotta.org/mailman/listinfo/tc-users&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Re%3A-tc-users-Digest%2C-Vol-23%2C-Issue-1-tp19809605p19809605.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19754779</id>
	<title>Re: tc-users Digest, Vol 22, Issue 9</title>
	<published>2008-09-30T22:41:23Z</published>
	<updated>2008-09-30T22:41:23Z</updated>
	<author>
		<name>Ramin Farhanian-2</name>
	</author>
	<content type="html">Dear Mr. Gautier,
&lt;br&gt;&amp;nbsp;I am sorry for the inconvenience. I am using Terracotta 2.6.4.
&lt;br&gt;&lt;br&gt;&lt;br&gt;All The Best,
&lt;br&gt;Ramin Farhanian
&lt;br&gt;&lt;br&gt;-----Original Message-----
&lt;br&gt;From: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19754779&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tc-users-bounces@...&lt;/a&gt;
&lt;br&gt;[mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19754779&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tc-users-bounces@...&lt;/a&gt;] On Behalf Of
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19754779&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tc-users-request@...&lt;/a&gt;
&lt;br&gt;Sent: Tuesday, September 30, 2008 9:00 PM
&lt;br&gt;To: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19754779&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tc-users@...&lt;/a&gt;
&lt;br&gt;Subject: tc-users Digest, Vol 22, Issue 9
&lt;br&gt;&lt;br&gt;Send tc-users mailing list submissions to
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19754779&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tc-users@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;To subscribe or unsubscribe via the World Wide Web, visit
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://lists.terracotta.org/mailman/listinfo/tc-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.terracotta.org/mailman/listinfo/tc-users&lt;/a&gt;&lt;br&gt;or, via email, send a message with subject or body 'help' to
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19754779&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tc-users-request@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;You can reach the person managing the list at
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19754779&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tc-users-owner@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;When replying, please edit your Subject line so it is more specific
&lt;br&gt;than &amp;quot;Re: Contents of tc-users digest...&amp;quot;
&lt;br&gt;&lt;br&gt;&lt;br&gt;Today's Topics:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;1. Re: tc-users Digest, Vol 22, Issue 7 (Taylor Gautier)
&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;Message: 1
&lt;br&gt;Date: Tue, 30 Sep 2008 08:09:33 -0700 (PDT)
&lt;br&gt;From: Taylor Gautier &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19754779&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tgautier@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Subject: Re: [tc-users] tc-users Digest, Vol 22, Issue 7
&lt;br&gt;To: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19754779&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tc-users@...&lt;/a&gt;
&lt;br&gt;Message-ID:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19754779&amp;i=9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;15834247.710241222787373315.JavaMail.root@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Content-Type: text/plain; charset=&amp;quot;utf-8&amp;quot;
&lt;br&gt;&lt;br&gt;In a previous email you stated that you were using Terracotta 2.7, but the
&lt;br&gt;startup indicates 2.6.4 - just want to confirm you are using the right
&lt;br&gt;versions that you expect and which one we should look into before going too
&lt;br&gt;far. 
&lt;br&gt;&lt;br&gt;----- Original Message ----- 
&lt;br&gt;From: &amp;quot;Ramin Farhanian&amp;quot; &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19754779&amp;i=10&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ramin@...&lt;/a&gt;&amp;gt; 
&lt;br&gt;To: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19754779&amp;i=11&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tc-users@...&lt;/a&gt; 
&lt;br&gt;Sent: Tuesday, September 30, 2008 7:25:06 AM GMT -08:00 US/Canada Pacific 
&lt;br&gt;Subject: Re: [tc-users] tc-users Digest, Vol 22, Issue 7 
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Dear experts, 
&lt;br&gt;&lt;br&gt;?I fixed an error but the problem still is there. On my machine, Session
&lt;br&gt;Configurator was using JRE as JAVA_HOME by default. I fixed it to use my
&lt;br&gt;default JAVA_HOME. Now the terracotta server in session Configurator console
&lt;br&gt;works healthy but the tomcat:9081 and tomcat:9082 still throw exceptions in
&lt;br&gt;the console (I have attached the exceptions). 
&lt;br&gt;&lt;br&gt;?Please help me to launch my application properly. 
&lt;br&gt;&lt;br&gt;? 
&lt;br&gt;&lt;br&gt;All The Best, 
&lt;br&gt;&lt;br&gt;Ramin Farhanian 
&lt;br&gt;&lt;br&gt;? 
&lt;br&gt;&lt;br&gt;? 
&lt;br&gt;&lt;br&gt;-----Original Message----- 
&lt;br&gt;From: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19754779&amp;i=12&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tc-users-bounces@...&lt;/a&gt;
&lt;br&gt;[mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19754779&amp;i=13&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tc-users-bounces@...&lt;/a&gt;] On Behalf Of
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19754779&amp;i=14&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tc-users-request@...&lt;/a&gt; 
&lt;br&gt;Sent: Tuesday, September 30, 2008 12:43 PM 
&lt;br&gt;To: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19754779&amp;i=15&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tc-users@...&lt;/a&gt; 
&lt;br&gt;Subject: tc-users Digest, Vol 22, Issue 7 
&lt;br&gt;&lt;br&gt;? 
&lt;br&gt;&lt;br&gt;Send tc-users mailing list submissions to 
&lt;br&gt;&lt;br&gt;????? &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19754779&amp;i=16&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tc-users@...&lt;/a&gt; 
&lt;br&gt;&lt;br&gt;? 
&lt;br&gt;&lt;br&gt;To subscribe or unsubscribe via the World Wide Web, visit 
&lt;br&gt;&lt;br&gt;????? &lt;a href=&quot;http://lists.terracotta.org/mailman/listinfo/tc-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.terracotta.org/mailman/listinfo/tc-users&lt;/a&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;or, via email, send a message with subject or body 'help' to 
&lt;br&gt;&lt;br&gt;????? &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19754779&amp;i=17&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tc-users-request@...&lt;/a&gt; 
&lt;br&gt;&lt;br&gt;? 
&lt;br&gt;&lt;br&gt;You can reach the person managing the list
&lt;br&gt;at??????????????????????????????????????????????? 
&lt;br&gt;&lt;br&gt;????? &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19754779&amp;i=18&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tc-users-owner@...&lt;/a&gt; 
&lt;br&gt;&lt;br&gt;? 
&lt;br&gt;&lt;br&gt;When replying, please edit your Subject line so it is more specific 
&lt;br&gt;&lt;br&gt;than &amp;quot;Re: Contents of tc-users digest...&amp;quot; 
&lt;br&gt;&lt;br&gt;? 
&lt;br&gt;&lt;br&gt;? 
&lt;br&gt;&lt;br&gt;Today's Topics: 
&lt;br&gt;&lt;br&gt;? 
&lt;br&gt;&lt;br&gt;?? 1. Session configurator doesn't even launch my application 
&lt;br&gt;&lt;br&gt;????? (Ramin Farhanian) 
&lt;br&gt;&lt;br&gt;? 
&lt;br&gt;&lt;br&gt;? 
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------- 
&lt;br&gt;&lt;br&gt;? 
&lt;br&gt;&lt;br&gt;Message: 1 
&lt;br&gt;&lt;br&gt;Date: Tue, 30 Sep 2008 14:07:48 +0200 
&lt;br&gt;&lt;br&gt;From: &amp;quot;Ramin Farhanian&amp;quot; &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19754779&amp;i=19&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ramin@...&lt;/a&gt;&amp;gt; 
&lt;br&gt;&lt;br&gt;Subject: [tc-users] Session configurator doesn't even launch my 
&lt;br&gt;&lt;br&gt;????? application 
&lt;br&gt;&lt;br&gt;To: &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19754779&amp;i=20&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tc-users@...&lt;/a&gt;&amp;gt; 
&lt;br&gt;&lt;br&gt;Message-ID: &amp;lt;000301c922f5$2994a870$7cbdf950$@com&amp;gt; 
&lt;br&gt;&lt;br&gt;Content-Type: text/plain; charset=&amp;quot;us-ascii&amp;quot; 
&lt;br&gt;&lt;br&gt;? 
&lt;br&gt;&lt;br&gt;Dear experts, 
&lt;br&gt;&lt;br&gt;? 
&lt;br&gt;&lt;br&gt;?I need to cluster the http session on terracotta. I have done everything I 
&lt;br&gt;&lt;br&gt;could but It seems like the session Configurator doesn't run my application 
&lt;br&gt;&lt;br&gt;for some reason but I don't understand the log. 
&lt;br&gt;&lt;br&gt;? 
&lt;br&gt;&lt;br&gt;?I am using Terracotta 2.7, Tomcat 5.5, Spring 2.0, Hibernate 3.2.5, Acegi, 
&lt;br&gt;&lt;br&gt;Sitemesh and etc. I read the 
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://terracotta.org/web/display/orgsite/Tomcat+Integration&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://terracotta.org/web/display/orgsite/Tomcat+Integration&lt;/a&gt;&amp;nbsp;and tried to go
&lt;br&gt;&lt;br&gt;&lt;br&gt;through the instruction. I am using windows XP and I have added the 
&lt;br&gt;&lt;br&gt;&amp;quot;terracotta installation folder/bin&amp;quot; and also JAVA_HOME to the global 
&lt;br&gt;&lt;br&gt;variables. 
&lt;br&gt;&lt;br&gt;? 
&lt;br&gt;&lt;br&gt;?I have attached snapshots of session Configurator, logs of session 
&lt;br&gt;&lt;br&gt;Configurator, tc-config.xml , catalina.bat that I use. 
&lt;br&gt;&lt;br&gt;? 
&lt;br&gt;&lt;br&gt;? 
&lt;br&gt;&lt;br&gt;? 
&lt;br&gt;&lt;br&gt;One of your colleagues suggested me to use the hibernate module in my 
&lt;br&gt;&lt;br&gt;tc-config? (while he wasn't sure about it but he said it because may be 
&lt;br&gt;&lt;br&gt;acegi is putting My user objects which are at first hibernate managed in 
&lt;br&gt;&lt;br&gt;http session). Hibernate module is dependant to ehcache, cglib and ehcache 
&lt;br&gt;&lt;br&gt;common which is quite unavailable. Another terracotta guy suggested me to 
&lt;br&gt;&lt;br&gt;use tim-update feature but it is developed in terracotta 2.7. 
&lt;br&gt;&lt;br&gt;? 
&lt;br&gt;&lt;br&gt;If there is anything more you need to know to help me, please feel free to 
&lt;br&gt;&lt;br&gt;ask. 
&lt;br&gt;&lt;br&gt;? 
&lt;br&gt;&lt;br&gt;? 
&lt;br&gt;&lt;br&gt;? 
&lt;br&gt;&lt;br&gt;What I need to do is to see the session Configurator load my web application
&lt;br&gt;&lt;br&gt;&lt;br&gt;on two different ports 9081 and 9082 successfully. Please help me. 
&lt;br&gt;&lt;br&gt;? 
&lt;br&gt;&lt;br&gt;? 
&lt;br&gt;&lt;br&gt;? 
&lt;br&gt;&lt;br&gt;All The Best, 
&lt;br&gt;&lt;br&gt;? 
&lt;br&gt;&lt;br&gt;Ramin Farhanian 
&lt;br&gt;&lt;br&gt;? 
&lt;br&gt;&lt;br&gt;-------------- next part -------------- 
&lt;br&gt;&lt;br&gt;An HTML attachment was scrubbed... 
&lt;br&gt;&lt;br&gt;URL:
&lt;br&gt;&lt;a href=&quot;http://lists.terracotta.org/pipermail/tc-users/attachments/20080930/857812a6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.terracotta.org/pipermail/tc-users/attachments/20080930/857812a6&lt;/a&gt;&lt;br&gt;/attachment.html 
&lt;br&gt;&lt;br&gt;-------------- next part -------------- 
&lt;br&gt;&lt;br&gt;A non-text attachment was scrubbed... 
&lt;br&gt;&lt;br&gt;Name: sessionConfigurator-server console.log 
&lt;br&gt;&lt;br&gt;Type: application/octet-stream 
&lt;br&gt;&lt;br&gt;Size: 6140 bytes 
&lt;br&gt;&lt;br&gt;Desc: not available 
&lt;br&gt;&lt;br&gt;Url :
&lt;br&gt;&lt;a href=&quot;http://lists.terracotta.org/pipermail/tc-users/attachments/20080930/857812a6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.terracotta.org/pipermail/tc-users/attachments/20080930/857812a6&lt;/a&gt;&lt;br&gt;/attachment.obj 
&lt;br&gt;&lt;br&gt;-------------- next part -------------- 
&lt;br&gt;&lt;br&gt;A non-text attachment was scrubbed... 
&lt;br&gt;&lt;br&gt;Name: sessionConfiguratorSnapShot.JPG 
&lt;br&gt;&lt;br&gt;Type: image/jpeg 
&lt;br&gt;&lt;br&gt;Size: 205210 bytes 
&lt;br&gt;&lt;br&gt;Desc: not available 
&lt;br&gt;&lt;br&gt;Url :
&lt;br&gt;&lt;a href=&quot;http://lists.terracotta.org/pipermail/tc-users/attachments/20080930/857812a6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.terracotta.org/pipermail/tc-users/attachments/20080930/857812a6&lt;/a&gt;&lt;br&gt;/attachment.jpe 
&lt;br&gt;&lt;br&gt;-------------- next part -------------- 
&lt;br&gt;&lt;br&gt;A non-text attachment was scrubbed... 
&lt;br&gt;&lt;br&gt;Name: sessionConfigurator-Tomcat9082.log 
&lt;br&gt;&lt;br&gt;Type: application/octet-stream 
&lt;br&gt;&lt;br&gt;Size: 2325 bytes 
&lt;br&gt;&lt;br&gt;Desc: not available 
&lt;br&gt;&lt;br&gt;Url :
&lt;br&gt;&lt;a href=&quot;http://lists.terracotta.org/pipermail/tc-users/attachments/20080930/857812a6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.terracotta.org/pipermail/tc-users/attachments/20080930/857812a6&lt;/a&gt;&lt;br&gt;/attachment-0001.obj 
&lt;br&gt;&lt;br&gt;-------------- next part -------------- 
&lt;br&gt;&lt;br&gt;A non-text attachment was scrubbed... 
&lt;br&gt;&lt;br&gt;Name: tc-config.xml 
&lt;br&gt;&lt;br&gt;Type: text/xml 
&lt;br&gt;&lt;br&gt;Size: 1635 bytes 
&lt;br&gt;&lt;br&gt;Desc: not available 
&lt;br&gt;&lt;br&gt;Url :
&lt;br&gt;&lt;a href=&quot;http://lists.terracotta.org/pipermail/tc-users/attachments/20080930/857812a6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.terracotta.org/pipermail/tc-users/attachments/20080930/857812a6&lt;/a&gt;&lt;br&gt;/attachment.xml 
&lt;br&gt;&lt;br&gt;-------------- next part -------------- 
&lt;br&gt;&lt;br&gt;A non-text attachment was scrubbed... 
&lt;br&gt;&lt;br&gt;Name: sessionConfigurator-Tomcat9081.log 
&lt;br&gt;&lt;br&gt;Type: application/octet-stream 
&lt;br&gt;&lt;br&gt;Size: 2325 bytes 
&lt;br&gt;&lt;br&gt;Desc: not available 
&lt;br&gt;&lt;br&gt;Url :
&lt;br&gt;&lt;a href=&quot;http://lists.terracotta.org/pipermail/tc-users/attachments/20080930/857812a6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.terracotta.org/pipermail/tc-users/attachments/20080930/857812a6&lt;/a&gt;&lt;br&gt;/attachment-0002.obj 
&lt;br&gt;&lt;br&gt;-------------- next part -------------- 
&lt;br&gt;&lt;br&gt;An embedded and charset-unspecified text was scrubbed... 
&lt;br&gt;&lt;br&gt;Name: catalina-bat.txt 
&lt;br&gt;&lt;br&gt;Url:
&lt;br&gt;&lt;a href=&quot;http://lists.terracotta.org/pipermail/tc-users/attachments/20080930/857812a6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.terracotta.org/pipermail/tc-users/attachments/20080930/857812a6&lt;/a&gt;&lt;br&gt;/attachment.txt 
&lt;br&gt;&lt;br&gt;? 
&lt;br&gt;&lt;br&gt;------------------------------ 
&lt;br&gt;&lt;br&gt;? 
&lt;br&gt;&lt;br&gt;_______________________________________________ 
&lt;br&gt;&lt;br&gt;tc-users mailing list 
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19754779&amp;i=21&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tc-users@...&lt;/a&gt; 
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://lists.terracotta.org/mailman/listinfo/tc-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.terracotta.org/mailman/listinfo/tc-users&lt;/a&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;? 
&lt;br&gt;&lt;br&gt;? 
&lt;br&gt;&lt;br&gt;End of tc-users Digest, Vol 22, Issue 7 
&lt;br&gt;&lt;br&gt;*************************************** 
&lt;br&gt;_______________________________________________ tc-users mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19754779&amp;i=22&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tc-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.terracotta.org/mailman/listinfo/tc-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.terracotta.org/mailman/listinfo/tc-users&lt;/a&gt;&lt;br&gt;-------------- next part --------------
&lt;br&gt;An HTML attachment was scrubbed...
&lt;br&gt;URL:
&lt;br&gt;&lt;a href=&quot;http://lists.terracotta.org/pipermail/tc-users/attachments/20080930/3ac2bc7a&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.terracotta.org/pipermail/tc-users/attachments/20080930/3ac2bc7a&lt;/a&gt;&lt;br&gt;/attachment-0001.html 
&lt;br&gt;&lt;br&gt;------------------------------
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;tc-users mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19754779&amp;i=23&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tc-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.terracotta.org/mailman/listinfo/tc-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.terracotta.org/mailman/listinfo/tc-users&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;End of tc-users Digest, Vol 22, Issue 9
&lt;br&gt;***************************************
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;tc-users mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19754779&amp;i=24&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tc-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.terracotta.org/mailman/listinfo/tc-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.terracotta.org/mailman/listinfo/tc-users&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Re%3A-tc-users-Digest%2C-Vol-22%2C-Issue-9-tp19754779p19754779.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19750385</id>
	<title>Re: Session configurator doesn't even launch my application</title>
	<published>2008-09-30T14:05:14Z</published>
	<updated>2008-09-30T14:05:14Z</updated>
	<author>
		<name>Gary Keim</name>
	</author>
	<content type="html">&lt;html xmlns:v=&quot;urn:schemas-microsoft-com:vml&quot; xmlns:o=&quot;urn:schemas-microsoft-com:office:office&quot; xmlns:w=&quot;urn:schemas-microsoft-com:office:word&quot; xmlns=&quot;http://www.w3.org/TR/REC-html40&quot; xmlns:ns0=&quot;http://schemas.microsoft.com/office/2004/12/omml&quot;&gt;

&lt;head&gt;
&lt;meta http-equiv=Content-Type content=&quot;text/html; charset=us-ascii&quot;&gt;
&lt;meta name=Generator content=&quot;Microsoft Word 11 (filtered medium)&quot;&gt;
&lt;!--[if !mso]&gt;
&lt;style&gt;
v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
&lt;/style&gt;
&lt;![endif]--&gt;

&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;o:shapedefaults v:ext=&quot;edit&quot; spidmax=&quot;1026&quot; /&gt;
&lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;o:shapelayout v:ext=&quot;edit&quot;&gt;
  &lt;o:idmap v:ext=&quot;edit&quot; data=&quot;1&quot; /&gt;
 &lt;/o:shapelayout&gt;&lt;/xml&gt;&lt;![endif]--&gt;
&lt;/head&gt;

&lt;body lang=EN-US link=blue vlink=purple&gt;

&lt;div class=Section1&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;The problem is that you&amp;#8217;re combining
using the Session Configurator with the instructions for running a stand-alone Terracotta-enabled
Tomcat.&amp;nbsp; The Session Configurator is meant to run against a standard,
stock Tomcat installation, but you&amp;#8217;ve modified Catalina.bat to activate
Terracotta which is already done by the Session Configurator.&amp;nbsp; So, revert
your Catalina.bat back to its default content and the Configurator should
work.&amp;nbsp; After you&amp;#8217;ve had success with TC-enabling your webapp and are
ready to setup your testing/integration/production environment, then follow the
instructions in the Tomcat+Integration guide.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;div&gt;

&lt;div class=MsoNormal align=center style='text-align:center'&gt;&lt;font size=3 face=&quot;Times New Roman&quot;&gt;&lt;span style='font-size:12.0pt;font-family:&quot;Times New Roman&quot;'&gt;

&lt;hr size=2 width=&quot;100%&quot; align=center tabindex=-1&gt;

&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;

&lt;p class=MsoNormal&gt;&lt;b&gt;&lt;font size=2 face=Tahoma&gt;&lt;span style='font-size:10.0pt;
font-family:Tahoma;font-weight:bold'&gt;From:&lt;/span&gt;&lt;/font&gt;&lt;/b&gt;&lt;font size=2 face=Tahoma&gt;&lt;span style='font-size:10.0pt;font-family:Tahoma'&gt;
&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19750385&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tc-users-bounces@...&lt;/a&gt;
[mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19750385&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tc-users-bounces@...&lt;/a&gt;] &lt;b&gt;&lt;span style='font-weight:
bold'&gt;On Behalf Of &lt;/span&gt;&lt;/b&gt;Ramin Farhanian&lt;br&gt;
&lt;b&gt;&lt;span style='font-weight:bold'&gt;Sent:&lt;/span&gt;&lt;/b&gt; Tuesday, September 30, 2008
5:08 AM&lt;br&gt;
&lt;b&gt;&lt;span style='font-weight:bold'&gt;To:&lt;/span&gt;&lt;/b&gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19750385&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tc-users@...&lt;/a&gt;&lt;br&gt;
&lt;b&gt;&lt;span style='font-weight:bold'&gt;Subject:&lt;/span&gt;&lt;/b&gt; [tc-users] Session
configurator doesn't even launch my application&lt;/span&gt;&lt;/font&gt;&lt;font size=3 face=&quot;Times New Roman&quot;&gt;&lt;span style='font-size:12.0pt;font-family:&quot;Times New Roman&quot;'&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Calibri&gt;&lt;span style='font-size:11.0pt'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Calibri&gt;&lt;span style='font-size:11.0pt'&gt;Dear
experts,&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Calibri&gt;&lt;span style='font-size:11.0pt'&gt;&amp;nbsp;I
need to cluster the http session on terracotta. I have done everything I could
but It seems like the session Configurator doesn&amp;#8217;t run my application for
some reason but I don&amp;#8217;t understand the log.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Calibri&gt;&lt;span style='font-size:11.0pt'&gt;&amp;nbsp;I
am using Terracotta 2.7, Tomcat 5.5, Spring 2.0, Hibernate 3.2.5, Acegi,
Sitemesh and etc. I read the&amp;nbsp; &lt;a href=&quot;http://terracotta.org/web/display/orgsite/Tomcat+Integration&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://terracotta.org/web/display/orgsite/Tomcat+Integration&lt;/a&gt;
and tried to go through the instruction. I am using windows XP and I have added
the &amp;#8220;terracotta installation folder/bin&amp;#8221; and also JAVA_HOME to the
global variables.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Calibri&gt;&lt;span style='font-size:11.0pt'&gt;&amp;nbsp;I
have attached snapshots of session Configurator, logs of session Configurator,
tc-config.xml , catalina.bat that I use.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Calibri&gt;&lt;span style='font-size:11.0pt'&gt;&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Calibri&gt;&lt;span style='font-size:11.0pt'&gt;One
of your colleagues suggested me to use the hibernate module in my tc-config &amp;nbsp;(while
he wasn&amp;#8217;t sure about it but he said it because may be acegi is putting My
user objects which are at first hibernate managed in http session). Hibernate
module is dependant to ehcache, cglib and ehcache common which is quite
unavailable. Another terracotta guy suggested me to use tim-update feature but
it is developed in terracotta 2.7.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Calibri&gt;&lt;span style='font-size:11.0pt'&gt;If
there is anything more you need to know to help me, please feel free to ask&amp;#8230;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Calibri&gt;&lt;span style='font-size:11.0pt'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Calibri&gt;&lt;span style='font-size:11.0pt'&gt;What
I need to do is to see the session Configurator load my web application on two
different ports 9081 and 9082 successfully. Please help me&amp;#8230;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Calibri&gt;&lt;span style='font-size:11.0pt'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Calibri&gt;&lt;span style='font-size:11.0pt'&gt;All
The Best,&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Calibri&gt;&lt;span style='font-size:11.0pt'&gt;Ramin
Farhanian&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;/body&gt;

&lt;/html&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;tc-users mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19750385&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tc-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.terracotta.org/mailman/listinfo/tc-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.terracotta.org/mailman/listinfo/tc-users&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Session-configurator-doesn%27t-even-launch-my-application-tp19739713p19750385.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19744058</id>
	<title>Re: tc-users Digest, Vol 22, Issue 7</title>
	<published>2008-09-30T08:09:33Z</published>
	<updated>2008-09-30T08:09:33Z</updated>
	<author>
		<name>Taylor Gautier</name>
	</author>
	<content type="html">&lt;html&gt;&lt;head&gt;&lt;/head&gt;&lt;body&gt;&lt;div style='font-family: Times New Roman; font-size: 12pt; color: #000000'&gt;In a previous email you stated that you were using Terracotta 2.7, but the startup indicates 2.6.4 - just want to confirm you are using the right versions that you expect and which one we should look into before going too far.&lt;div&gt;&lt;br&gt;----- Original Message -----&lt;br&gt;From: &quot;Ramin Farhanian&quot; &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19744058&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ramin@...&lt;/a&gt;&gt;&lt;br&gt;To: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19744058&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tc-users@...&lt;/a&gt;&lt;br&gt;Sent: Tuesday, September 30, 2008 7:25:06 AM GMT -08:00 US/Canada Pacific&lt;br&gt;Subject: Re: [tc-users] tc-users Digest, Vol 22, Issue 7&lt;br&gt;&lt;br&gt;

&lt;div class=&quot;Section1&quot;&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;Dear experts,&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt; I fixed an error but the problem still is there. On
my machine, Session Configurator was using JRE as JAVA_HOME by default. I fixed
it to use my default JAVA_HOME. Now the terracotta server in session Configurator
console works healthy but the tomcat:9081 and tomcat:9082 still throw
exceptions in the console (I have attached the exceptions).&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt; Please help me to launch my application properly.&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt; &lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;All The Best,&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;Ramin Farhanian&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt; &lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt; &lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;-----Original Message-----&lt;br&gt;
From: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19744058&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tc-users-bounces@...&lt;/a&gt; [mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19744058&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tc-users-bounces@...&lt;/a&gt;]
On Behalf Of &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19744058&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tc-users-request@...&lt;/a&gt;&lt;br&gt;
Sent: Tuesday, September 30, 2008 12:43 PM&lt;br&gt;
To: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19744058&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tc-users@...&lt;/a&gt;&lt;br&gt;
Subject: tc-users Digest, Vol 22, Issue 7&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt; &lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;Send tc-users mailing list submissions to&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;      &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19744058&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tc-users@...&lt;/a&gt;&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt; &lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;To subscribe or unsubscribe via the World Wide Web, visit&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;      http://lists.terracotta.org/mailman/listinfo/tc-users&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;or, via email, send a message with subject or body 'help'
to&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;      &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19744058&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tc-users-request@...&lt;/a&gt;&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt; &lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;You can reach the person managing the list at                                                &lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;      &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19744058&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tc-users-owner@...&lt;/a&gt;&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt; &lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;When replying, please edit your Subject line so it is
more specific&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;than &quot;Re: Contents of tc-users digest...&quot;&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt; &lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt; &lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;Today's Topics:&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt; &lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;   1. Session configurator doesn't even launch
my application&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;      (Ramin Farhanian)&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt; &lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt; &lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;----------------------------------------------------------------------&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt; &lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;Message: 1&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;Date: Tue, 30 Sep 2008 14:07:48 +0200&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;From: &quot;Ramin Farhanian&quot;
&amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19744058&amp;i=9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ramin@...&lt;/a&gt;&gt;&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;Subject: [tc-users] Session configurator doesn't even
launch my&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;      application&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;To: &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19744058&amp;i=10&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tc-users@...&lt;/a&gt;&gt;&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;Message-ID: &amp;lt;000301c922f5$2994a870$7cbdf950$@com&gt;&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;Content-Type: text/plain; charset=&quot;us-ascii&quot;&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt; &lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;Dear experts,&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt; &lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt; I need to cluster the http session on terracotta. I
have done everything I&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;could but It seems like the session Configurator doesn't
run my application&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;for some reason but I don't understand the log.&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt; &lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt; I am using Terracotta 2.7, Tomcat 5.5, Spring 2.0,
Hibernate 3.2.5, Acegi,&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;Sitemesh and etc. I read the&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;http://terracotta.org/web/display/orgsite/Tomcat+Integration
and tried to go&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;through the instruction. I am using windows XP and I have
added the&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;&quot;terracotta installation folder/bin&quot; and also
JAVA_HOME to the global&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;variables.&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt; &lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt; I have attached snapshots of session Configurator,
logs of session&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;Configurator, tc-config.xml , catalina.bat that I use.&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt; &lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt; &lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt; &lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;One of your colleagues suggested me to use the hibernate
module in my&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;tc-config  (while he wasn't sure about it but he
said it because may be&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;acegi is putting My user objects which are at first
hibernate managed in&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;http session). Hibernate module is dependant to ehcache,
cglib and ehcache&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;common which is quite unavailable. Another terracotta guy
suggested me to&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;use tim-update feature but it is developed in terracotta
2.7.&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt; &lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;If there is anything more you need to know to help me,
please feel free to&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;ask.&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt; &lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt; &lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt; &lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;What I need to do is to see the session Configurator load
my web application&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;on two different ports 9081 and 9082 successfully. Please
help me.&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt; &lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt; &lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt; &lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;All The Best,&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt; &lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;Ramin Farhanian&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt; &lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;-------------- next part --------------&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;An HTML attachment was scrubbed...&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;URL:
http://lists.terracotta.org/pipermail/tc-users/attachments/20080930/857812a6/attachment.html
&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;-------------- next part --------------&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;A non-text attachment was scrubbed...&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;Name: sessionConfigurator-server console.log&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;Type: application/octet-stream&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;Size: 6140 bytes&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;Desc: not available&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;Url :
http://lists.terracotta.org/pipermail/tc-users/attachments/20080930/857812a6/attachment.obj
&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;-------------- next part --------------&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;A non-text attachment was scrubbed...&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;Name: sessionConfiguratorSnapShot.JPG&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;Type: image/jpeg&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;Size: 205210 bytes&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;Desc: not available&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;Url :
http://lists.terracotta.org/pipermail/tc-users/attachments/20080930/857812a6/attachment.jpe
&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;-------------- next part --------------&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;A non-text attachment was scrubbed...&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;Name: sessionConfigurator-Tomcat9082.log&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;Type: application/octet-stream&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;Size: 2325 bytes&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;Desc: not available&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;Url :
http://lists.terracotta.org/pipermail/tc-users/attachments/20080930/857812a6/attachment-0001.obj
&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;-------------- next part --------------&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;A non-text attachment was scrubbed...&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;Name: tc-config.xml&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;Type: text/xml&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;Size: 1635 bytes&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;Desc: not available&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;Url :
http://lists.terracotta.org/pipermail/tc-users/attachments/20080930/857812a6/attachment.xml
&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;-------------- next part --------------&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;A non-text attachment was scrubbed...&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;Name: sessionConfigurator-Tomcat9081.log&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;Type: application/octet-stream&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;Size: 2325 bytes&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;Desc: not available&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;Url :
http://lists.terracotta.org/pipermail/tc-users/attachments/20080930/857812a6/attachment-0002.obj
&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;-------------- next part --------------&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;An embedded and charset-unspecified text was scrubbed...&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;Name: catalina-bat.txt&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;Url:
http://lists.terracotta.org/pipermail/tc-users/attachments/20080930/857812a6/attachment.txt
&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt; &lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;------------------------------&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt; &lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;_______________________________________________&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;tc-users mailing list&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19744058&amp;i=11&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tc-users@...&lt;/a&gt;&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;http://lists.terracotta.org/mailman/listinfo/tc-users&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt; &lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt; &lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;End of tc-users Digest, Vol 22, Issue 7&lt;/p&gt;

&lt;p class=&quot;MsoPlainText&quot;&gt;***************************************&lt;/p&gt;

&lt;/div&gt;




&lt;br&gt;_______________________________________________
tc-users mailing list
&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19744058&amp;i=12&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tc-users@...&lt;/a&gt;
http://lists.terracotta.org/mailman/listinfo/tc-users
&lt;/div&gt;&lt;/div&gt;&lt;/body&gt;&lt;/html&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;tc-users mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19744058&amp;i=13&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tc-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.terracotta.org/mailman/listinfo/tc-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.terracotta.org/mailman/listinfo/tc-users&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Re%3A-tc-users-Digest%2C-Vol-22%2C-Issue-7-tp19741591p19744058.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19741591</id>
	<title>Re: tc-users Digest, Vol 22, Issue 7</title>
	<published>2008-09-30T05:59:47Z</published>
	<updated>2008-09-30T05:59:47Z</updated>
	<author>
		<name>Ramin Farhanian-2</name>
	</author>
	<content type="html">&lt;html xmlns:v=&quot;urn:schemas-microsoft-com:vml&quot; xmlns:o=&quot;urn:schemas-microsoft-com:office:office&quot; xmlns:w=&quot;urn:schemas-microsoft-com:office:word&quot; xmlns:m=&quot;http://schemas.microsoft.com/office/2004/12/omml&quot; xmlns=&quot;http://www.w3.org/TR/REC-html40&quot;&gt;

&lt;head&gt;
&lt;meta http-equiv=Content-Type content=&quot;text/html; charset=us-ascii&quot;&gt;
&lt;meta name=Generator content=&quot;Microsoft Word 12 (filtered medium)&quot;&gt;

&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;o:shapedefaults v:ext=&quot;edit&quot; spidmax=&quot;1026&quot; /&gt;
&lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;o:shapelayout v:ext=&quot;edit&quot;&gt;
  &lt;o:idmap v:ext=&quot;edit&quot; data=&quot;1&quot; /&gt;
 &lt;/o:shapelayout&gt;&lt;/xml&gt;&lt;![endif]--&gt;
&lt;/head&gt;

&lt;body lang=EN-US link=blue vlink=purple&gt;

&lt;div class=Section1&gt;

&lt;p class=MsoPlainText&gt;Dear experts,&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoPlainText&gt;&amp;nbsp;I fixed an error but the problem still is there. On
my machine, Session Configurator was using JRE as JAVA_HOME by default. I fixed
it to use my default JAVA_HOME. Now the terracotta server in session Configurator
console works healthy but the tomcat:9081 and tomcat:9082 still throw
exceptions in the console (I have attached the exceptions).&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoPlainText&gt;&amp;nbsp;Please help me to launch my application properly.&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoPlainText&gt;&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoPlainText&gt;All The Best,&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoPlainText&gt;Ramin Farhanian&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoPlainText&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoPlainText&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoPlainText&gt;-----Original Message-----&lt;br&gt;
From: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19741591&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tc-users-bounces@...&lt;/a&gt; [mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19741591&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tc-users-bounces@...&lt;/a&gt;]
On Behalf Of &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19741591&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tc-users-request@...&lt;/a&gt;&lt;br&gt;
Sent: Tuesday, September 30, 2008 12:43 PM&lt;br&gt;
To: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19741591&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tc-users@...&lt;/a&gt;&lt;br&gt;
Subject: tc-users Digest, Vol 22, Issue 7&lt;/p&gt;

&lt;p class=MsoPlainText&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoPlainText&gt;Send tc-users mailing list submissions to&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoPlainText&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19741591&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tc-users@...&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoPlainText&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoPlainText&gt;To subscribe or unsubscribe via the World Wide Web, visit&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoPlainText&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; http://lists.terracotta.org/mailman/listinfo/tc-users&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoPlainText&gt;or, via email, send a message with subject or body 'help'
to&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoPlainText&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19741591&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tc-users-request@...&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoPlainText&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoPlainText&gt;You can reach the person managing the list at&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoPlainText&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19741591&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tc-users-owner@...&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoPlainText&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoPlainText&gt;When replying, please edit your Subject line so it is
more specific&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoPlainText&gt;than &amp;quot;Re: Contents of tc-users digest...&amp;quot;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoPlainText&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoPlainText&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoPlainText&gt;Today's Topics:&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoPlainText&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoPlainText&gt;&amp;nbsp;&amp;nbsp; 1. Session configurator doesn't even launch
my application&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoPlainText&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (Ramin Farhanian)&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoPlainText&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoPlainText&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoPlainText&gt;----------------------------------------------------------------------&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoPlainText&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoPlainText&gt;Message: 1&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoPlainText&gt;Date: Tue, 30 Sep 2008 14:07:48 +0200&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoPlainText&gt;From: &amp;quot;Ramin Farhanian&amp;quot;
&amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19741591&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ramin@...&lt;/a&gt;&amp;gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoPlainText&gt;Subject: [tc-users] Session configurator doesn't even
launch my&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoPlainText&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; application&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoPlainText&gt;To: &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19741591&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tc-users@...&lt;/a&gt;&amp;gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoPlainText&gt;Message-ID: &amp;lt;000301c922f5$2994a870$7cbdf950$@com&amp;gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoPlainText&gt;Content-Type: text/plain; charset=&amp;quot;us-ascii&amp;quot;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoPlainText&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoPlainText&gt;Dear experts,&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoPlainText&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoPlainText&gt;&amp;nbsp;I need to cluster the http session on terracotta. I
have done everything I&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoPlainText&gt;could but It seems like the session Configurator doesn't
run my application&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoPlainText&gt;for some reason but I don't understand the log.&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoPlainText&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoPlainText&gt;&amp;nbsp;I am using Terracotta 2.7, Tomcat 5.5, Spring 2.0,
Hibernate 3.2.5, Acegi,&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoPlainText&gt;Sitemesh and etc. I read the&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoPlainText&gt;http://terracotta.org/web/display/orgsite/Tomcat+Integration
and tried to go&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoPlainText&gt;through the instruction. I am using windows XP and I have
added the&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoPlainText&gt;&amp;quot;terracotta installation folder/bin&amp;quot; and also
JAVA_HOME to the global&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoPlainText&gt;variables.&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoPlainText&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoPlainText&gt;&amp;nbsp;I have attached snapshots of session Configurator,
logs of session&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoPlainText&gt;Configurator, tc-config.xml , catalina.bat that I use.&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoPlainText&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoPlainText&gt;&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoPlainText&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoPlainText&gt;One of your colleagues suggested me to use the hibernate
module in my&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoPlainText&gt;tc-config&amp;nbsp; (while he wasn't sure about it but he
said it because may be&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoPlainText&gt;acegi is putting My user objects which are at first
hibernate managed in&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoPlainText&gt;http session). Hibernate module is dependant to ehcache,
cglib and ehcache&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoPlainText&gt;common which is quite unavailable. Another terracotta guy
suggested me to&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoPlainText&gt;use tim-update feature but it is developed in terracotta
2.7.&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoPlainText&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoPlainText&gt;If there is anything more you need to know to help me,
please feel free to&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoPlainText&gt;ask.&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoPlainText&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoPlainText&gt;&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoPlainText&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoPlainText&gt;What I need to do is to see the session Configurator load
my web application&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoPlainText&gt;on two different ports 9081 and 9082 successfully. Please
help me.&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoPlainText&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoPlainText&gt;&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoPlainText&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoPlainText&gt;All The Best,&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoPlainText&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoPlainText&gt;Ramin Farhanian&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoPlainText&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoPlainText&gt;-------------- next part --------------&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoPlainText&gt;An HTML attachment was scrubbed...&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoPlainText&gt;URL:
http://lists.terracotta.org/pipermail/tc-users/attachments/20080930/857812a6/attachment.html
&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoPlainText&gt;-------------- next part --------------&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoPlainText&gt;A non-text attachment was scrubbed...&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoPlainText&gt;Name: sessionConfigurator-server console.log&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoPlainText&gt;Type: application/octet-stream&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoPlainText&gt;Size: 6140 bytes&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoPlainText&gt;Desc: not available&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoPlainText&gt;Url :
http://lists.terracotta.org/pipermail/tc-users/attachments/20080930/857812a6/attachment.obj
&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoPlainText&gt;-------------- next part --------------&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoPlainText&gt;A non-text attachment was scrubbed...&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoPlainText&gt;Name: sessionConfiguratorSnapShot.JPG&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoPlainText&gt;Type: image/jpeg&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoPlainText&gt;Size: 205210 bytes&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoPlainText&gt;Desc: not available&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoPlainText&gt;Url :
http://lists.terracotta.org/pipermail/tc-users/attachments/20080930/857812a6/attachment.jpe
&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoPlainText&gt;-------------- next part --------------&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoPlainText&gt;A non-text attachment was scrubbed...&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoPlainText&gt;Name: sessionConfigurator-Tomcat9082.log&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoPlainText&gt;Type: application/octet-stream&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoPlainText&gt;Size: 2325 bytes&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoPlainText&gt;Desc: not available&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoPlainText&gt;Url :
http://lists.terracotta.org/pipermail/tc-users/attachments/20080930/857812a6/attachment-0001.obj
&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoPlainText&gt;-------------- next part --------------&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoPlainText&gt;A non-text attachment was scrubbed...&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoPlainText&gt;Name: tc-config.xml&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoPlainText&gt;Type: text/xml&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoPlainText&gt;Size: 1635 bytes&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoPlainText&gt;Desc: not available&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoPlainText&gt;Url :
http://lists.terracotta.org/pipermail/tc-users/attachments/20080930/857812a6/attachment.xml
&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoPlainText&gt;-------------- next part --------------&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoPlainText&gt;A non-text attachment was scrubbed...&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoPlainText&gt;Name: sessionConfigurator-Tomcat9081.log&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoPlainText&gt;Type: application/octet-stream&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoPlainText&gt;Size: 2325 bytes&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoPlainText&gt;Desc: not available&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoPlainText&gt;Url :
http://lists.terracotta.org/pipermail/tc-users/attachments/20080930/857812a6/attachment-0002.obj
&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoPlainText&gt;-------------- next part --------------&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoPlainText&gt;An embedded and charset-unspecified text was scrubbed...&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoPlainText&gt;Name: catalina-bat.txt&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoPlainText&gt;Url:
http://lists.terracotta.org/pipermail/tc-users/attachments/20080930/857812a6/attachment.txt
&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoPlainText&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoPlainText&gt;------------------------------&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoPlainText&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoPlainText&gt;_______________________________________________&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoPlainText&gt;tc-users mailing list&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoPlainText&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19741591&amp;i=9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tc-users@...&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoPlainText&gt;http://lists.terracotta.org/mailman/listinfo/tc-users&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoPlainText&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoPlainText&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoPlainText&gt;End of tc-users Digest, Vol 22, Issue 7&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoPlainText&gt;***************************************&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;/body&gt;

&lt;/html&gt;
&lt;br /&gt;@echo off
&lt;br&gt;if &amp;quot;%OS%&amp;quot; == &amp;quot;Windows_NT&amp;quot; setlocal
&lt;br&gt;rem ---------------------------------------------------------------------------
&lt;br&gt;rem Start/Stop Script for the CATALINA Server
&lt;br&gt;rem
&lt;br&gt;rem Environment Variable Prequisites
&lt;br&gt;rem
&lt;br&gt;rem &amp;nbsp; CATALINA_HOME &amp;nbsp; May point at your Catalina &amp;quot;build&amp;quot; directory.
&lt;br&gt;rem
&lt;br&gt;rem &amp;nbsp; CATALINA_BASE &amp;nbsp; (Optional) Base directory for resolving dynamic portions
&lt;br&gt;rem &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; of a Catalina installation. &amp;nbsp;If not present, resolves to
&lt;br&gt;rem &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; the same directory that CATALINA_HOME points to.
&lt;br&gt;rem
&lt;br&gt;rem &amp;nbsp; CATALINA_OPTS &amp;nbsp; (Optional) Java runtime options used when the &amp;quot;start&amp;quot;,
&lt;br&gt;rem &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; or &amp;quot;run&amp;quot; command is executed.
&lt;br&gt;rem
&lt;br&gt;rem &amp;nbsp; CATALINA_TMPDIR (Optional) Directory path location of temporary directory
&lt;br&gt;rem &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; the JVM should use (java.io.tmpdir). &amp;nbsp;Defaults to
&lt;br&gt;rem &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; %CATALINA_BASE%\temp.
&lt;br&gt;rem
&lt;br&gt;rem &amp;nbsp; JAVA_HOME &amp;nbsp; &amp;nbsp; &amp;nbsp; Must point at your Java Development Kit installation.
&lt;br&gt;rem &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Required to run the with the &amp;quot;debug&amp;quot; argument.
&lt;br&gt;rem
&lt;br&gt;rem &amp;nbsp; JRE_HOME &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Must point at your Java Runtime installation.
&lt;br&gt;rem &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Defaults to JAVA_HOME if empty.
&lt;br&gt;rem
&lt;br&gt;rem &amp;nbsp; JAVA_OPTS &amp;nbsp; &amp;nbsp; &amp;nbsp; (Optional) Java runtime options used when the &amp;quot;start&amp;quot;,
&lt;br&gt;rem &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;quot;stop&amp;quot;, or &amp;quot;run&amp;quot; command is executed.
&lt;br&gt;rem
&lt;br&gt;rem &amp;nbsp; JSSE_HOME &amp;nbsp; &amp;nbsp; &amp;nbsp; (Optional) May point at your Java Secure Sockets Extension
&lt;br&gt;rem &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; (JSSE) installation, whose JAR files will be added to the
&lt;br&gt;rem &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; system class path used to start Tomcat.
&lt;br&gt;rem
&lt;br&gt;rem &amp;nbsp; JPDA_TRANSPORT &amp;nbsp;(Optional) JPDA transport used when the &amp;quot;jpda start&amp;quot;
&lt;br&gt;rem &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; command is executed. The default is &amp;quot;dt_shmem&amp;quot;.
&lt;br&gt;rem
&lt;br&gt;rem &amp;nbsp; JPDA_ADDRESS &amp;nbsp; &amp;nbsp;(Optional) Java runtime options used when the &amp;quot;jpda start&amp;quot;
&lt;br&gt;rem &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; command is executed. The default is &amp;quot;jdbconn&amp;quot;.
&lt;br&gt;rem
&lt;br&gt;rem &amp;nbsp; JPDA_SUSPEND &amp;nbsp; &amp;nbsp;(Optional) Java runtime options used when the &amp;quot;jpda start&amp;quot;
&lt;br&gt;rem &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; command is executed. Specifies whether JVM should suspend
&lt;br&gt;rem &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; execution immediately after startup. Default is &amp;quot;n&amp;quot;.
&lt;br&gt;rem
&lt;br&gt;rem &amp;nbsp; JPDA_OPTS &amp;nbsp; &amp;nbsp; &amp;nbsp; (Optional) Java runtime options used when the &amp;quot;jpda start&amp;quot;
&lt;br&gt;rem &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; command is executed. If used, JPDA_TRANSPORT, JPDA_ADDRESS,
&lt;br&gt;rem &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; and JPDA_SUSPEND are ignored. Thus, all required jpda
&lt;br&gt;rem &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; options MUST be specified. The default is:
&lt;br&gt;rem
&lt;br&gt;rem &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -Xdebug -Xrunjdwp:transport=%JPDA_TRANSPORT%,
&lt;br&gt;rem &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; address=%JPDA_ADDRESS%,server=y,suspend=%JPDA_SUSPEND%
&lt;br&gt;rem
&lt;br&gt;rem $Id: catalina.bat 537517 2007-05-12 21:11:17Z markt $
&lt;br&gt;rem ---------------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;&lt;br&gt;set TC_INSTALL_DIR=C:\PrgTools\Servers\Terracotta\terracotta-2.6.4\
&lt;br&gt;echo My TC INSTALL DIR=%TC_INSTALL_DIR%
&lt;br&gt;set TC_CONFIG_PATH=C:\Projects\Acroj-Branch 1_4\acrojPEWA\acroj\tc-config.xml
&lt;br&gt;echo My TC CONFIG PATH=%TC_CONFIG_PATH%
&lt;br&gt;call %TC_INSTALL_DIR%\bin\dso-env.bat -q
&lt;br&gt;set JAVA_OPTS=%TC_JAVA_OPTS%
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;set JAVA_OPTS=%JAVA_OPTS% -Duser.timezone=Europe/Vienna
&lt;br&gt;set JAVA_OPTS=%JAVA_OPTS% -Xms256m -Xmx512m
&lt;br&gt;&lt;br&gt;rem Guess CATALINA_HOME if not defined
&lt;br&gt;set CURRENT_DIR=%cd%
&lt;br&gt;if not &amp;quot;%CATALINA_HOME%&amp;quot; == &amp;quot;&amp;quot; goto gotHome
&lt;br&gt;set CATALINA_HOME=%CURRENT_DIR%
&lt;br&gt;if exist &amp;quot;%CATALINA_HOME%\bin\catalina.bat&amp;quot; goto okHome
&lt;br&gt;cd ..
&lt;br&gt;set CATALINA_HOME=%cd%
&lt;br&gt;cd %CURRENT_DIR%
&lt;br&gt;:gotHome
&lt;br&gt;if exist &amp;quot;%CATALINA_HOME%\bin\catalina.bat&amp;quot; goto okHome
&lt;br&gt;echo The CATALINA_HOME environment variable is not defined correctly
&lt;br&gt;echo This environment variable is needed to run this program
&lt;br&gt;goto end
&lt;br&gt;:okHome
&lt;br&gt;&lt;br&gt;rem Get standard environment variables
&lt;br&gt;if exist &amp;quot;%CATALINA_HOME%\bin\setenv.bat&amp;quot; call &amp;quot;%CATALINA_HOME%\bin\setenv.bat&amp;quot;
&lt;br&gt;&lt;br&gt;rem Get standard Java environment variables
&lt;br&gt;if exist &amp;quot;%CATALINA_HOME%\bin\setclasspath.bat&amp;quot; goto okSetclasspath
&lt;br&gt;echo Cannot find %CATALINA_HOME%\bin\setclasspath.bat
&lt;br&gt;echo This file is needed to run this program
&lt;br&gt;goto end
&lt;br&gt;:okSetclasspath
&lt;br&gt;set BASEDIR=%CATALINA_HOME%
&lt;br&gt;call &amp;quot;%CATALINA_HOME%\bin\setclasspath.bat&amp;quot; %1
&lt;br&gt;if errorlevel 1 goto end
&lt;br&gt;&lt;br&gt;rem Add on extra jar files to CLASSPATH
&lt;br&gt;if &amp;quot;%JSSE_HOME%&amp;quot; == &amp;quot;&amp;quot; goto noJsse
&lt;br&gt;set CLASSPATH=%CLASSPATH%;%JSSE_HOME%\lib\jcert.jar;%JSSE_HOME%\lib\jnet.jar;%JSSE_HOME%\lib\jsse.jar
&lt;br&gt;:noJsse
&lt;br&gt;set CLASSPATH=%CLASSPATH%;%CATALINA_HOME%\bin\bootstrap.jar
&lt;br&gt;&lt;br&gt;if not &amp;quot;%CATALINA_BASE%&amp;quot; == &amp;quot;&amp;quot; goto gotBase
&lt;br&gt;set CATALINA_BASE=%CATALINA_HOME%
&lt;br&gt;:gotBase
&lt;br&gt;&lt;br&gt;if not &amp;quot;%CATALINA_TMPDIR%&amp;quot; == &amp;quot;&amp;quot; goto gotTmpdir
&lt;br&gt;set CATALINA_TMPDIR=%CATALINA_BASE%\temp
&lt;br&gt;:gotTmpdir
&lt;br&gt;&lt;br&gt;if not exist &amp;quot;%CATALINA_HOME%\bin\tomcat-juli.jar&amp;quot; goto noJuli
&lt;br&gt;set JAVA_OPTS=%JAVA_OPTS% -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager -Djava.util.logging.config.file=&amp;quot;%CATALINA_BASE%\conf\logging.properties&amp;quot;
&lt;br&gt;:noJuli
&lt;br&gt;&lt;br&gt;rem ----- Execute The Requested Command ---------------------------------------
&lt;br&gt;&lt;br&gt;echo Using CATALINA_BASE: &amp;nbsp; %CATALINA_BASE%
&lt;br&gt;echo Using CATALINA_HOME: &amp;nbsp; %CATALINA_HOME%
&lt;br&gt;echo Using CATALINA_TMPDIR: %CATALINA_TMPDIR%
&lt;br&gt;if &amp;quot;&amp;quot;%1&amp;quot;&amp;quot; == &amp;quot;&amp;quot;debug&amp;quot;&amp;quot; goto use_jdk
&lt;br&gt;echo Using JRE_HOME: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;%JRE_HOME%
&lt;br&gt;goto java_dir_displayed
&lt;br&gt;:use_jdk
&lt;br&gt;echo Using JAVA_HOME: &amp;nbsp; &amp;nbsp; &amp;nbsp; %JAVA_HOME%
&lt;br&gt;:java_dir_displayed
&lt;br&gt;&lt;br&gt;set _EXECJAVA=%_RUNJAVA%
&lt;br&gt;set MAINCLASS=org.apache.catalina.startup.Bootstrap
&lt;br&gt;set ACTION=start
&lt;br&gt;set SECURITY_POLICY_FILE=
&lt;br&gt;set DEBUG_OPTS=
&lt;br&gt;set JPDA=
&lt;br&gt;&lt;br&gt;if not &amp;quot;&amp;quot;%1&amp;quot;&amp;quot; == &amp;quot;&amp;quot;jpda&amp;quot;&amp;quot; goto noJpda
&lt;br&gt;set JPDA=jpda
&lt;br&gt;if not &amp;quot;%JPDA_TRANSPORT%&amp;quot; == &amp;quot;&amp;quot; goto gotJpdaTransport
&lt;br&gt;set JPDA_TRANSPORT=dt_shmem
&lt;br&gt;:gotJpdaTransport
&lt;br&gt;if not &amp;quot;%JPDA_ADDRESS%&amp;quot; == &amp;quot;&amp;quot; goto gotJpdaAddress
&lt;br&gt;set JPDA_ADDRESS=jdbconn
&lt;br&gt;:gotJpdaAddress
&lt;br&gt;if not &amp;quot;%JPDA_SUSPEND%&amp;quot; == &amp;quot;&amp;quot; goto gotJpdaSuspend
&lt;br&gt;set JPDA_SUSPEND=n
&lt;br&gt;:gotJpdaSuspend
&lt;br&gt;if not &amp;quot;%JPDA_OPTS%&amp;quot; == &amp;quot;&amp;quot; goto gotJpdaOpts
&lt;br&gt;set JPDA_OPTS=-Xdebug -Xrunjdwp:transport=%JPDA_TRANSPORT%,address=%JPDA_ADDRESS%,server=y,suspend=%JPDA_SUSPEND%
&lt;br&gt;:gotJpdaOpts
&lt;br&gt;shift
&lt;br&gt;:noJpda
&lt;br&gt;&lt;br&gt;if &amp;quot;&amp;quot;%1&amp;quot;&amp;quot; == &amp;quot;&amp;quot;debug&amp;quot;&amp;quot; goto doDebug
&lt;br&gt;if &amp;quot;&amp;quot;%1&amp;quot;&amp;quot; == &amp;quot;&amp;quot;run&amp;quot;&amp;quot; goto doRun
&lt;br&gt;if &amp;quot;&amp;quot;%1&amp;quot;&amp;quot; == &amp;quot;&amp;quot;start&amp;quot;&amp;quot; goto doStart
&lt;br&gt;if &amp;quot;&amp;quot;%1&amp;quot;&amp;quot; == &amp;quot;&amp;quot;stop&amp;quot;&amp;quot; goto doStop
&lt;br&gt;if &amp;quot;&