Caldarale, Charles R escreveu:
Try updating your logging.properties to set the logging level for your webapp 
to FINE, restart Tomcat, and then do your procedure again.  Use something like 
this:

org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/<appName>].level
 = FINE
org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/<appName>].handlers
 = 2localhost.org.apache.juli.FileHandler
Doing that and redeploying with LambdaProbe, I see in the log:
26/03/2009 08:37:14 org.apache.catalina.core.StandardContext filterStop
FINE: Stopping filters
26/03/2009 08:37:14 org.apache.catalina.core.StandardContext filterStop
FINE:  Stopping filter 'WicketFilter'
26/03/2009 08:37:14 org.apache.catalina.session.StandardSession writeObject
FINE: writeObject() storing session 7BA0CDCC214AA9C4DA3A534F0575262F
26/03/2009 08:37:14 org.apache.catalina.session.StandardSession writeObject
FINE: storing attribute 'Wicket:SessionUnbindingListener-WicketFilter' with value 'org.apache.wicket.protocol.http.abstracthttpsessionstore$sessionbindingliste...@14f02fb'
26/03/2009 08:37:14 org.apache.catalina.session.StandardSession writeObject
FINE:   storing attribute '__lambda_probe_la_ip' with value '127.0.0.1'
26/03/2009 08:37:14 org.apache.catalina.session.StandardSession writeObject
FINE: storing attribute 'wicket:WicketFilter:m:null' with value '[PageMap name=null]'
26/03/2009 08:37:14 org.apache.catalina.session.StandardSession writeObject
FINE: storing attribute 'wicket:WicketFilter:session' with value 'mm.sistema.web.websess...@6e8697'
26/03/2009 08:37:27 org.apache.catalina.core.StandardContext listenerStart
FINE: Sending application start events
26/03/2009 08:37:27 org.apache.catalina.core.StandardContext filterStart
FINE: Starting filters
26/03/2009 08:37:27 org.apache.catalina.core.StandardContext filterStart
FINE:  Starting filter 'WicketFilter'


Wicket store files in Catalina/localhost/AppName/WicketFilter-filestore. When redeployed, this directory is cleared. So I've changed a setting to put these files in another place.

But still, after deploying, when I try to work on the application again, my JSESSIONID cookie written in the log is changed. During the redeploy, I don't see creation of any .ser file.


Adriano


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to