Re: Spring+hibernate business logic accross multiple webapps

2007-07-09 Thread Yefym Dmukh
Hi, case you are going to use stateful session mechanism, be aware that tomcat opens for each webapp context new httpsession. axelspin <[EMAIL PROTECTED]> 09.07.2007 12:22 Please respond to "Tomcat Users List" To users@tomcat.apache.org cc Subject Spring+hibernate business logic accro

Tomcat 5.0.5 threads + log4j Mapped Diagnostic Contexts. Simultaneous clients access problem.

2006-01-23 Thread Yefym Dmukh
Hi folks, here is a description of the current situation we have releasing the logging component. Prehistory: Using the log4j mapped diagnostic context dump the application specific information into the log files. Details: http://logging.apache.org/log4j/docs/api/org/apache/log4j/MDC.html Th