Re: Bug with tomcat JDBC connection pool?

2012-03-04 Thread Adib
ex.initCause(e); throw ex; } } On Sun, Mar 4, 2012 at 3:37 PM, Adib wrote: > Hi, > > I think I have run into a bug with tomcat, but wanted to check with > the user list to make sure it is a bug before  I file it. >

Bug with tomcat JDBC connection pool?

2012-03-04 Thread Adib
Hi, I think I have run into a bug with tomcat, but wanted to check with the user list to make sure it is a bug before I file it. Background: I am using the tomact jdbc pool over the dbcp pool and I am embedding tomcat as part of an application that clients install on their data centers. 1) del

Tomcat7 Default logging files

2011-06-06 Thread Adib
local host and how is the file different than the catalina.DATE.log file? Any clarification would be really appreciated. Cheers Adib - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail

Re: Understanding the Persistent Session Manager

2011-01-25 Thread Adib
Is there any downside to turning on the ACTIVITY_CHECK flag? On Tue, Jan 25, 2011 at 4:47 AM, Mark Thomas wrote: > On 25/01/2011 12:45, Adib wrote: >> Thanks for the hints mark, I just read through the code and that >> answers some of my questions. >>

Re: Why does tomcat need a shutdown port on Windows?

2011-01-25 Thread Adib
: > 2011/1/21 Adib : >> I am wondering why does tomcat need a shut down port on windows but >> not on Unix. My guess is that UNIX has support for signals and on >> shutdown you can do kill -3 to get the JVM to shutdown but windows >> they can't for some reason. If anyone

Re: Understanding the Persistent Session Manager

2011-01-25 Thread Adib
request? is there such a thing as a non active request? On Tue, Jan 25, 2011 at 4:33 AM, Mark Thomas wrote: > On 25/01/2011 11:49, Adib wrote: >> I just read through some of the tomcat source code for the Persistent >> Session Manager and it seems that there are thre

Re: Understanding the Persistent Session Manager

2011-01-25 Thread Adib
at it should be an easy thing to backup and load sessions on every request. Is there something about how tomcat is implemented that makes implementing persistence on load and save difficult? Cheers Adib On Tue, Jan 25, 2011 at 4:24 AM, Reinwald Warapen wrote: > On 1/25/2011 5:02 PM, Adib wrote:

Re: Understanding the Persistent Session Manager

2011-01-25 Thread Adib
, Adib wrote: > Hi, > > I am trying to understand the settings on the persistent session > manager on tomcat 6 and 7. It seems that the persistent session > manager is primarily meant for the purpose of swapping IDLE sessions > to persistent storage and then hope that they exp

Understanding the Persistent Session Manager

2011-01-25 Thread Adib
different than a swap? Thanks Adib - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

What are the units for the session ID length

2011-01-25 Thread Adib
anyone know for sure what the units are? Thanks Adib - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Why does tomcat need a shutdown port on Windows?

2011-01-20 Thread Adib
great, I am sure there are others wondering why the shutdown port is needed. Cheers Adib - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Problem connecting to tomcat6 service via JConsole on Windows Server 2008

2010-12-23 Thread Adib
get confused as to what ip address to use for the second port. On Thu, Dec 23, 2010 at 3:37 AM, Pid wrote: > On 23/12/2010 10:01, Adib wrote: > > The local process option seems to be a hit and miss on various versions > of > > windows, it was not working. Also the local process op

Re: Problem connecting to tomcat6 service via JConsole on Windows Server 2008

2010-12-23 Thread Adib
do > not see some new LISTEN port appear during the connection attempt. > > > > Adib wrote: > >> Hi, >> >> I am having a problem connecting to Tomcat 6 running as a service on >> Windows >> Server 2008 R2. Here are the details of my setup. >> >&g

Problem connecting to tomcat6 service via JConsole on Windows Server 2008

2010-12-23 Thread Adib
Hi, I am having a problem connecting to Tomcat 6 running as a service on Windows Server 2008 R2. Here are the details of my setup. 32 Bit JDK 1.6._23 64 Bit Windows Server 2008 R2 My jakarta service log shows that I am setting the jvm properties to turn on jmx remote access to the JVM [2010-12-