Re: Tomcat 6 Java Version Requirements

2010-05-01 Thread André Warnier
Mark Thomas wrote: On 29/04/2010 17:51, Caldarale, Charles R wrote: From: Christopher Schultz [mailto:ch...@christopherschultz.net] Subject: FAQ: Tomcat 6 Java Version Requirements I was just looking on the TC site to see what minimum Java version is required for TC 6. It's in the RUNNING.txt

Tomcat Connector to Apache 2.2

2010-05-01 Thread Jie Sheng Chua
Hi, I operating Ubuntu 10.04 with Tomcat 6.0.24 on OpenJDK 6b18-1.8. I trying to configure tomcat connector to allow (for now) all request to be pass from Apache 2.2 to Tomcat 6. I downloaded

changing tomcat-users.xml makes tomcat unresponsive

2010-05-01 Thread paul geer
Hello all, I had an installation of ubuntu 8.04 that I recently upgraded to 9.10. I barely used it before the upgrade so the system was very close to a fresh install of 8.04 before the upgrade. I installed tomcat6 with apt-get. After setting everything up, I checked that I could access the It

please hwlp with hibernate strategy

2010-05-01 Thread Yucca Nel
I am planning on using hibernate (1st time) in tomcat webapp. It would appear that it is common to use hibernate util class to load the session factory but I have yet to see this done using Servlet ContextListener. I have also only seen very bad example where someone used hibernate directly in

RE: please hwlp with hibernate strategy

2010-05-01 Thread Jason Pyeron
-- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - Principal Consultant 10 West 24th Street #100- - +1 (443) 269-1555 x333

Re: changing tomcat-users.xml makes tomcat unresponsive

2010-05-01 Thread Pid
On 01/05/2010 18:19, paul geer wrote: Hello all, I had an installation of ubuntu 8.04 that I recently upgraded to 9.10. I barely used it before the upgrade so the system was very close to a fresh install of 8.04 before the upgrade. I installed tomcat6 with apt-get. After setting

Windows' UAC prevents from automatically starting Tomcat 6 Service Manager at logon

2010-05-01 Thread Guillaume Rossolini
Hi, I have successfull installed and been running Tomcat on my dev machine (Windows 7) and on a test server (Windows 2008 R2), but with a small problem akin to the one described in bug #49161: https://issues.apache.org/bugzilla/show_bug.cgi?id=49161 This bug also applies to Windows 7 and Windows

Re: How to force session replication per request in a Tomcat 6 cluster

2010-05-01 Thread Martin Grotzke
Hi, I created the memcached-session-manager as an alternative session replication solution: code.google.com/p/memcached-session-manager/ It keeps sessions in local memory and stores session additionally in memcached nodes (for backup, asynchronously if desired). Sessions are replicated when