SSl Query-- please help

2012-10-19 Thread vivek aggarwal
Hello All,   I need to setup the SSL over my tomcat ,which i am able to do it by generating Self signed certificate using Keytool   But when  i am redirecting the request form apache using "mod_jk "module its not working.   I am not sure how to make Apache & Tomcat work in SSL when using Mod_jk m

Re: Context fails to load during start of Tomcat, and stalls tomcat startup

2012-10-19 Thread Pid
On 19/10/2012 20:50, Christopher Schultz wrote: > Steffen, > > On 10/19/12 7:13 AM, Steffen Schumacher wrote: >> It attempts to initialize a port to a local soap service, which has >> not yet been deployed - this is detected by the fact that a HTTP >> GET is made locally for the wsdl of said servi

Re: asking advice for tomcat 7 config

2012-10-19 Thread Pid
On 19/10/2012 08:43, Romain Van der Keilen wrote: > Hi Guys, > >> After that, I looked deeper into the database configuration, as I saw >> in the tests that non db relative actions were responding very fast >> (50ms for a 1000 users basis). I finally found an OracleDataSource in >> the Oracle D

Re: question about krb5.conf file

2012-10-19 Thread Pid
On 18/10/2012 21:15, Mead, Jen L wrote: > Hi, > > I am trying to get my AIX box configured to use Windows Authentication from > the tomcat server (web browser). I have been relying on the example that is > at > http://tomcat.apache.org/tomcat-7.0-doc/windows-auth-howto.html#Tomcat_instance. >

Re: Thread related MBean questions

2012-10-19 Thread Pid
On 18/10/2012 14:39, Shanti Suresh wrote: > Hi Pid, > > Thanks for your comments! > > I would like a representative metric of how many active threads are in > Tomcat at a given time. "currentBusyThreads" may or may not be a good > counter because at the time of poll, there is one current operati

Re: tomcat jdbc

2012-10-19 Thread Pid
On 19/10/2012 16:18, Daniel Mikusa wrote: > On Oct 18, 2012, at 2:51 PM, S Ahmed wrote: > >> Hi, >> >> When using the jdbc connection pool library, would it be possible to >> somehow record the # of connections that are being used, >> when the # of connections in the pool are being saturated etc.,

Re: Context fails to load during start of Tomcat, and stalls tomcat startup

2012-10-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Steffen, On 10/19/12 7:13 AM, Steffen Schumacher wrote: > It attempts to initialize a port to a local soap service, which has > not yet been deployed - this is detected by the fact that a HTTP > GET is made locally for the wsdl of said service, which

RE: Help on Windows 2008(64 bit)\Tomcat

2012-10-19 Thread McDaniel, Jace
Thanks for all the suggestions Andrew, let see if this round is a little better. McDaniel, Jace wrote: > I am new to the Tomcat and IIs 7 world and I am having issues getting mine > app to work beyond the default port 8080. -- So what you are saying is that your application does work, when yo

Re: Catalina.out log level

2012-10-19 Thread vicky007aggarwal
Thanks ralph for responding Just only below line is enough?? No need to configure/alter anything else u mean ? org.apache.catalina.level=FINEST Thanks, Vicky Sent from my iPhone On Oct 19, 2012, at 7:06 PM, Ralph Plawetzki wrote: > Am 19.10.2012 14:49, schrieb vicky007aggar...@yahoo.co.in: >

Re: Get active session list

2012-10-19 Thread Mark Thomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 19/10/2012 19:17, Felipe Jaekel wrote: > Anyone? Again, look at the source code to see how the Tomcat Manager servlet does it. Mark > > 2012/10/18 Felipe Jaekel > >> Found the following: >> >> context = (Context) wrapper.getParent(); >>> host

Re: Get active session list

2012-10-19 Thread Felipe Jaekel
Anyone? 2012/10/18 Felipe Jaekel > Found the following: > > context = (Context) wrapper.getParent(); >> host = (Host) context.getParent(); >> > > >> Context ctx = (Context) host.findChild(name); >> Manager manager = ctx.getManager(); >> Session [] sessions = manager.findSessions(); > > > Had the

Re: tomcat jdbc

2012-10-19 Thread Daniel Mikusa
On Oct 18, 2012, at 2:51 PM, S Ahmed wrote: > Hi, > > When using the jdbc connection pool library, would it be possible to > somehow record the # of connections that are being used, > when the # of connections in the pool are being saturated etc., or is that > something that > would have to be m

Re: tomcat jdbc

2012-10-19 Thread S Ahmed
Thanks. But this doesn't give me information like, say my pool is 10 connections, and my application is getting more traffic and those connections are all used up and there are 5 other callers waiting for a free connection, that informaiton isn't exposed and I want to create counters somehow to mo

Re: Catalina.out log level

2012-10-19 Thread Ralph Plawetzki
Am 19.10.2012 14:49, schrieb vicky007aggar...@yahoo.co.in: > Hi All, > > Can you please suggest how to change the log level of tomcat catalina.out > file. > > I did change in the logging.properties for all handlers to finest but still > catalina.out showing log levels with Info level only where

Re: tomcat jdbc

2012-10-19 Thread Mark Shifman
On 10/18/2012 02:51 PM, S Ahmed wrote: Hi, When using the jdbc connection pool library, would it be possible to somehow record the # of connections that are being used, when the # of connections in the pool are being saturated etc., or is that something that would have to be modified in the libr

Catalina.out log level

2012-10-19 Thread vicky007aggarwal
Hi All, Can you please suggest how to change the log level of tomcat catalina.out file. I did change in the logging.properties for all handlers to finest but still catalina.out showing log levels with Info level only whereas all other log files have finest log level set (e.g. Host-manager.log/m

Re: Context fails to load during start of Tomcat, and stalls tomcat startup

2012-10-19 Thread Ben Souther
Glad you found it. Have a good weekend. -Ben On Fri, 2012-10-19 at 13:13 +0200, Steffen Schumacher wrote: > It attempts to initialize a port to a local soap service, which has not yet > been deployed - this is detected by the fact that a HTTP GET is made locally > for the wsdl of said service, wh

Re: Context fails to load during start of Tomcat, and stalls tomcat startup

2012-10-19 Thread Steffen Schumacher
It attempts to initialize a port to a local soap service, which has not yet been deployed - this is detected by the fact that a HTTP GET is made locally for the wsdl of said service, which is never responded to (expectedly so). So I guess this is the smoking gun I've been looking for, and the only

Re: Context fails to load during start of Tomcat, and stalls tomcat startup

2012-10-19 Thread Steffen Schumacher
Hi! Yes, it does use other webservices on the same webserver - I'll try to investigate if some of these are attempted during startup - this should be easily tested via tcpdump I guess. /Steffen On 10/18/12 5:00 PM, "Ben Souther" wrote: > Is it possible that the context in question depends on

RE: asking advice for tomcat 7 config

2012-10-19 Thread Romain Van der Keilen
Hi Guys, > After that, I looked deeper into the database configuration, as I saw > in the tests that non db relative actions were responding very fast > (50ms for a 1000 users basis). I finally found an OracleDataSource in > the Oracle Driver, which reacts far way better than the > BasicDataSo