Re: How safe is using Tomcat code outside of normal distribution (from contributors)?

2011-04-21 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dunnlow, On 4/21/2011 11:20 AM, dunnlow wrote: > The jar tomcat-jdbc.jar (from http://people.apache.org/~fhanik/jdbc-pool/) > seems to be what I need. HOWEVER, I am concerned that this .jar is outside > the normal apache tomcat distribution. It is

RE: How safe is using Tomcat code outside of normal distribution (from contributors)?

2011-04-21 Thread Propes, Barry L
Just FYI dunlow, while I have the oracle jar, I do use Tomcat's dbcp jar. You're not looking to use that are you? -Original Message- From: dunnlow [mailto:dunn...@yahoo.com] Sent: Thursday, April 21, 2011 1:15 PM To: users@tomcat.apache.org Subject: RE: How safe is using Tomcat code out

RE: How safe is using Tomcat code outside of normal distribution (from contributors)?

2011-04-21 Thread dunnlow
Barry, let's move this conversation to the other thread (the initial one) I was hoping to get feedback here regarding using code from Apache for tomcat outside of the normal delivery. (and yes, I'd like to start using the tomcat connection pool instead of oracle's). thanks. Propes, Barry L wro

RE: How safe is using Tomcat code outside of normal distribution (from contributors)?

2011-04-21 Thread Propes, Barry L
And you've been able to use it so far, and are trying to get away from it to the tomcat jdbc one? -Original Message- From: dunnlow [mailto:dunn...@yahoo.com] Sent: Thursday, April 21, 2011 12:44 PM To: users@tomcat.apache.org Subject: RE: How safe is using Tomcat code outside of normal

RE: How safe is using Tomcat code outside of normal distribution (from contributors)?

2011-04-21 Thread dunnlow
Yes, it's the thin client for jdk 1.6 Propes, Barry L wrote: > > Is that more current than the 14_g version? > > > > -Original Message- > From: dunnlow [mailto:dunn...@yahoo.com] > Sent: Thursday, April 21, 2011 11:56 AM > To: users@tomcat.apache.org > Subject: RE: How safe is usin

Re: What monitoring do you use/recommend?

2011-04-21 Thread Cyrille Le Clerc
Hello Gautam, I recommend you to have a look at Hyperic HQ (1). I had very good experiences with it, including a big french telco operator which has been using it for more than three years nearly 100 Tomcat JVMs. VMWare/SpringSource is investing a lot on Hyperic HQ, the Open Source / Comm

RE: How safe is using Tomcat code outside of normal distribution (from contributors)?

2011-04-21 Thread Propes, Barry L
Is that more current than the 14_g version? -Original Message- From: dunnlow [mailto:dunn...@yahoo.com] Sent: Thursday, April 21, 2011 11:56 AM To: users@tomcat.apache.org Subject: RE: How safe is using Tomcat code outside of normal distribution (from contributors)? yes (ojdbc6.jar

RE: How safe is using Tomcat code outside of normal distribution (from contributors)?

2011-04-21 Thread dunnlow
yes (ojdbc6.jar to be exact) Propes, Barry L wrote: > > Dunlow, do you also have the oracle jar? > > ojdbc14_g.jar? > > > -Original Message- > From: dunnlow [mailto:dunn...@yahoo.com] > Sent: Thursday, April 21, 2011 10:20 AM > To: users@tomcat.apache.org > Subject: How safe is usi

Re: What monitoring do you use/recommend?

2011-04-21 Thread Kees Jan Koster
Hi, Have a look at http://Java-monitor.com It will send mail or SMS when the tomcat dies. It will also make pretty graphs from the JMX data. And it is free. :) Kees Jan On 21 apr. 2011, at 17:25, "Gautam R Singh (gautsing)" wrote: > Hi List, > > My team maintains a small Tomcat 6.x hosting

RE: How safe is using Tomcat code outside of normal distribution (from contributors)?

2011-04-21 Thread Propes, Barry L
Dunlow, do you also have the oracle jar? ojdbc14_g.jar? -Original Message- From: dunnlow [mailto:dunn...@yahoo.com] Sent: Thursday, April 21, 2011 10:20 AM To: users@tomcat.apache.org Subject: How safe is using Tomcat code outside of normal distribution (from contributors)? Hi, (Th

Re: What monitoring do you use/recommend?

2011-04-21 Thread André Warnier
Hi. Maybe search Google for "nagios +tomcat" ? Gautam R Singh (gautsing) wrote: Hi List, My team maintains a small Tomcat 6.x hosting environment for our group ( intranet only) use. And its growing now (30+ production TC JVM instances). We haven't been doing any monitoring just the URL availa

What monitoring do you use/recommend?

2011-04-21 Thread Gautam R Singh (gautsing)
Hi List, My team maintains a small Tomcat 6.x hosting environment for our group ( intranet only) use. And its growing now (30+ production TC JVM instances). We haven't been doing any monitoring just the URL availability test . And now we are looking for options to monitor it better, we enabled r

How safe is using Tomcat code outside of normal distribution (from contributors)?

2011-04-21 Thread dunnlow
Hi, (This questions spun off of my old question http://old.nabble.com/Why-can%27t-Tomcat-find-class-org.apache.tomcat.jdbc.pool-DataSourceFactory--td31441243.html). The jar tomcat-jdbc.jar (from http://people.apache.org/~fhanik/jdbc-pool/) seems to be what I need. HOWEVER, I am concerned tha

RE: Why can't Tomcat find class org.apache.tomcat.jdbc.pool DataSourceFactory?

2011-04-21 Thread dunnlow
Barry, I've read the the oracle.jdbc.driver.OracleDriver is depricated (I tried it anyway though with no luck). I think I know the error to which you refer having the jar in both places (creates different classes), but that isn't it either. Filip pointed me to (http://people.apache.org/~fhanik/j

Apache Connector

2011-04-21 Thread Raghavendra Tavva
Hi, I was succesful in configuring the Apache Server/Apache Connector and JBoss Server. I am also successful in redirecting the browser url. For example, when I say, www.mytest.org I get the response back - 'It Works' which shows that my apache server configured correctly. For example, when I sa

Re: Do objects in session always need to be serializable?

2011-04-21 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mukarram, On 4/20/2011 1:43 PM, Mukarram Baig wrote: > To clarify, the application is > not being defined as being distributable in my web.xml. Okay, so Tomcat will not enforce the must-be-serializable rule, then. Note that you can have an object tha

Re: Do objects in session always need to be serializable?

2011-04-21 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Thomas, On 4/20/2011 4:46 PM, Thomas Strauß wrote: > I personally have never seen that Tomcat drops or serializes sessions > to reduce the consumed memory - reading Chris message, I think this > is not implemented in Tomcat. Tomcat's default Manager

Re: [OT] Protecting against HTTP response splitting

2011-04-21 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Konstantin, On 4/20/2011 11:56 AM, Konstantin Kolinko wrote: > 2011/4/20 Christopher Schultz : >> >> I was considering scouring the URL/URI specs for exactly what characters >> are allowed but then decided that I didn't really care: I was mostly >> co

Re: Why can't Tomcat find class org.apache.tomcat.jdbc.pool DataSourceFactory?

2011-04-21 Thread dunnlow
Thanks Filip. So this is not part of the standard Tomcat distribution? Sorry, I don't really understand Apache I guess. I see this code is under the people.apache.org user fhanik. It looks like it has been around for two years. But, at the risk of sounding ungrateful, is this code to be trust

Re: Allocate JVM settings per instance

2011-04-21 Thread André Warnier
Alexander Diedler wrote: Hello, I have a windows server 2003 with three instances of Tomcat (2x6.0.26 and 1x6.0.32). Every Tomcat has it own dir and the services was installed through "/bin/service install [service-name]". How can I change the JVM settings per instance? If I try to open the tom

Re: Allocate JVM settings per instance

2011-04-21 Thread chris derham
I have a windows server 2003 with three instances of Tomcat (2x6.0.26 and 1x6.0.32). Every Tomcat has it own dir and the services was installed through “/bin/service install [service-name]”. > How can I change the JVM settings per instance? If I try to open the > tomcat6w.exe, I got not the instan

Allocate JVM settings per instance

2011-04-21 Thread Alexander Diedler
Hello, I have a windows server 2003 with three instances of Tomcat (2x6.0.26 and 1x6.0.32). Every Tomcat has it own dir and the services was installed through "/bin/service install [service-name]". How can I change the JVM settings per instance? If I try to open the tomcat6w.exe, I got not the in