Re: Using Tomcat7 JDBC Connection Pool

2012-02-24 Thread amit shah
Thanks for the response. The below suggestion to make an SP call worked out. Another update on programmatic registering the pool to jmx - It worked out and here is how I did it MBeanServer mBeanServer = ManagementFactory.getPlatformMBeanServer(); try {

Re: Tomcat with mod_jk becomes irresponsive after working for awhile

2012-02-24 Thread chris derham
http://wiki.apache.org/tomcat/**HowTo#How_do_I_obtain_a_** thread_dump_of_my_running_**webapp_.3Fhttp://wiki.apache.org/tomcat/HowTo#How_do_I_obtain_a_thread_dump_of_my_running_webapp_.3F for more info, to get a thread dump of tomcat. I have seen that page but actually can't use the //MS//

Re: Tomcat 7 Maven Plugin - embedded reload

2012-02-24 Thread Olivier Lamy
2012/2/23 David Miller possum@gmail.com: I'm using the below Tomcat 7 Maven plugin and am not having any luck reloading changed classes. Changes made to a jsp are reflected right away but class file changes are not. Frankly I have never tested that :-) I have my IDE (Netbeans 7) set to

Configuration of APR.

2012-02-24 Thread Friedrich Clausen
Hi All, I have, to the best of my ability, followed the docs on configuring APR but I am getting java.lang.UnsatisfiedLinkError and, so far, not been able to resolve it. First, some details of my environment : OS - RHEL 5 x86_64 Java - 1.6.0_29-b11 Tomcat - 6.0.33 Libs - libtcnative 1.1.20 APR -

Re: Configuration of APR.

2012-02-24 Thread Konstantin Kolinko
2012/2/24 Friedrich Clausen f...@derf.nl: Hi All, I have, to the best of my ability, followed the docs on configuring APR but I am getting java.lang.UnsatisfiedLinkError and, so far, not been able to resolve it. First, some details of my environment : OS - RHEL 5 x86_64 Java - 1.6.0_29-b11

[Apache Tomcat Maven plugin] Deploying a jar endstate

2012-02-24 Thread Nathan Schile
I currently have a project that has a package type of jar that I would like to run the embedded Tomcat instance on. Everything works fine if the package is war, but does not work when it is jar. My web.xml is located in src/test/webapp/WEB-INF/web.xml Anyone know if this is possible? Output:

Re: [Apache Tomcat Maven plugin] Deploying a jar endstate

2012-02-24 Thread Olivier Lamy
Hello, Check this plugin parameter configuration: http://tomcat.apache.org/maven-plugin-2.0-SNAPSHOT/tomcat7-maven-plugin/run-mojo.html#ignorePackaging HTH 2012/2/24 Nathan Schile nathan.sch...@gmail.com: I currently have a project that has a package type of jar that I would like to run the

Re: [Apache Tomcat Maven plugin] Deploying a jar endstate

2012-02-24 Thread Nathan Schile
Should have seen that. Thanks! On Fri, Feb 24, 2012 at 4:05 PM, Olivier Lamy ol...@apache.org wrote: Hello, Check this plugin parameter configuration: http://tomcat.apache.org/maven-plugin-2.0-SNAPSHOT/tomcat7-maven-plugin/run-mojo.html#ignorePackaging HTH 2012/2/24 Nathan Schile