RE: Wish to use an independent class module in Tomcat

2012-06-28 Thread Terence M. Bandoian
On 1:59 PM, Cotton, Joseph B wrote: A link to the Tomcat documentation: http://tomcat.apache.org/tomcat-7.0-doc/appdev/deployment.html#Shared_Li brary_Files -Terence Bandoian Thanks, Terence. Now I have a related question... This is perhaps more a Java question than a Tomcat question. I hav

RE: Wish to use an independent class module in Tomcat

2012-06-28 Thread Cotton, Joseph B
A link to the Tomcat documentation: http://tomcat.apache.org/tomcat-7.0-doc/appdev/deployment.html#Shared_Li brary_Files -Terence Bandoian Thanks, Terence. Now I have a related question... This is perhaps more a Java question than a Tomcat question. I have copied a jar file into the shared lib

Re: Wish to use an independent class module in Tomcat

2012-06-27 Thread Terence M. Bandoian
On 1:59 PM, Cotton, Joseph B wrote: My question may be covered by the Tomcat documentation and I am just confused by all the new terminology. I have spent hours in reading and still I am looking to an answer. We wish to have a class running on Tomcat that contains system wide info and multiple

Re: Wish to use an independent class module in Tomcat

2012-06-27 Thread Terence M. Bandoian
On 1:59 PM, Cotton, Joseph B wrote: My question may be covered by the Tomcat documentation and I am just confused by all the new terminology. I have spent hours in reading and still I am looking to an answer. We wish to have a class running on Tomcat that contains system wide info and multiple

RE: Wish to use an independent class module in Tomcat

2012-06-26 Thread Cotton, Joseph B
2 2:14 PM To: Tomcat Users List Subject: RE: Wish to use an independent class module in Tomcat Thanks, Konstantine, Cris and Mark. I will be reading the docs. "... global objects should not retain references to objects loaded by your web application..." We intend on only doing it t

RE: Wish to use an independent class module in Tomcat

2012-06-26 Thread Cotton, Joseph B
26, 2012 12:16 PM To: Tomcat Users List Subject: Re: Wish to use an independent class module in Tomcat 2012/6/26 Cotton, Joseph B : > My question may be covered by the Tomcat documentation and I am just > confused by all the new terminology.  I have spent hours in reading > and still I am

Re: Wish to use an independent class module in Tomcat

2012-06-26 Thread Mark Thomas
On 26/06/2012 17:16, chris derham wrote: > On Tue, Jun 26, 2012 at 12:46 PM, Cotton, Joseph B < > bcot...@dpscs.state.md.us> wrote: > >> I looked at the Realm documentation for a few minutes, but it appears to >> be intended for User ID and Password verification. >> >> Joseph, > > Ignore Martin's

Re: Wish to use an independent class module in Tomcat

2012-06-26 Thread chris derham
On Tue, Jun 26, 2012 at 12:46 PM, Cotton, Joseph B < bcot...@dpscs.state.md.us> wrote: > I looked at the Realm documentation for a few minutes, but it appears to > be intended for User ID and Password verification. > > Joseph, Ignore Martin's JDBCRealm suggestion - his responses don't seem to rel

Re: Wish to use an independent class module in Tomcat

2012-06-26 Thread Konstantin Kolinko
2012/6/26 Cotton, Joseph B : > My question may be covered by the Tomcat documentation and I am just > confused by all the new terminology.  I have spent hours in reading and > still I am looking to an answer. > > We wish to have a class running on Tomcat that contains system wide info > and multipl

RE: Wish to use an independent class module in Tomcat

2012-06-26 Thread Cotton, Joseph B
independent class module in Tomcat Joe did you get a chance to look at implementing JDBCRealmhttp://tomcat.apache.org/tomcat-7.0-doc/realm-howto.html#JDBCRe alm Martin __ Place longwinded disclaimer here > Subject: Wish to use an independent class mod

RE: Wish to use an independent class module in Tomcat

2012-06-26 Thread Martin Gainty
Joe did you get a chance to look at implementing JDBCRealmhttp://tomcat.apache.org/tomcat-7.0-doc/realm-howto.html#JDBCRealm Martin __ Place longwinded disclaimer here > Subject: Wish to use an independent class module in Tomcat > Date: T

Wish to use an independent class module in Tomcat

2012-06-26 Thread Cotton, Joseph B
My question may be covered by the Tomcat documentation and I am just confused by all the new terminology. I have spent hours in reading and still I am looking to an answer. We wish to have a class running on Tomcat that contains system wide info and multiple database connections into DB2 on the