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

RE: Wish to use an independent class module in Tomcat

2012-06-26 Thread Cotton, Joseph B
I looked at the Realm documentation for a few minutes, but it appears to be intended for User ID and Password verification. -Original Message- From: Martin Gainty [mailto:mgai...@hotmail.com] Sent: Tuesday, June 26, 2012 11:28 AM To: Tomcat Users List Subject: RE: Wish to use an

RE: Wish to use an independent class module in Tomcat

2012-06-26 Thread Cotton, Joseph B
Users List Subject: Re: Wish to use an independent class module in Tomcat 2012/6/26 Cotton, Joseph B bcot...@dpscs.state.md.us: 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

RE: Wish to use an independent class module in Tomcat

2012-06-26 Thread Cotton, Joseph B
I found a really good explanation for what I want to do in Java Servlet Programming, Jason Hunter et al, chapter 11 Servlet Collaboration. Thanks to all. Joe -Original Message- From: Cotton, Joseph B [mailto:bcot...@dpscs.state.md.us] Sent: Tuesday, June 26, 2012 2:14 PM To: Tomcat

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

Project will not build

2012-07-24 Thread Cotton, Joseph B
This question concerns a Project that used to work nicely. Now it will not build. I am using NetBeans IDE 7.1.1 with Apache Tomcat 7.0.22 I left this project alone for a few months. Now when I come back and try to build or run, it errors with this message: Copying 1 file to D:\Documents and

RE: Project will not build

2012-07-24 Thread Cotton, Joseph B
no answers on the NetBeans list? Nor the Ant list? /hint On Tue, 2012-07-24 at 15:11 -0400, Cotton, Joseph B wrote: This question concerns a Project that used to work nicely. Now it will not build. I am using NetBeans IDE 7.1.1 with Apache Tomcat 7.0.22 I left this project alone for a few

RE: Project will not build

2012-07-24 Thread Cotton, Joseph B
Thanks all - it is building now. Here is what I did: Right click on the project Select Properties Select Libraries Select compile tab Removed the libraries that could not be found Added the library to be found OK Question for the Tomcat list: Isnt /WEB-INF/lib a Tomcat folder? It is refered