Problem with ClassFormatError

2003-02-18 Thread Bryant, William
Hi all, After some hair pulling I figured I'd better just email the list with this one... I have a class that contains an array of Objects and another array of Classes. This class then uses java.lang.reflect to work its magic in calling various methods on the objects in the array. The code

RE: Problem with ClassFormatError

2003-02-18 Thread Bryant, William
: Bryant, William [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 18, 2003 2:44 PM To: Tomcat Users List Subject: Problem with ClassFormatError Hi all, After some hair pulling I figured I'd better just email the list with this one... I have a class that contains an array of Objects and another

RE: Documentation

2002-09-30 Thread Bryant, William
Great idea. It has been attempted before, in the form of the Hitch-hiker's Guide to Tomcat, http://sourceforge.net/projects/tomcatbook. That project is essentially dead, however. I completely agree with you that something like this would be a wonderful asset to the Tomcat community. ... Mike

RE: Books on Tomcat

2001-04-25 Thread Bryant, William
://www.bruceeckel.com), where he publishes chapters and gets immediate feedback on clarity and correctness. Count me in. -Original Message- From: Bryant, William [mailto:[EMAIL PROTECTED]] Sent: Monday, April 23, 2001 11:29 AM To: [EMAIL PROTECTED] Subject: RE: Books on Tomcat

RE: Tomact IIS

2001-04-24 Thread Bryant, William
http://jakarta.apache.org/tomcat/jakarta-tomcat/src/doc/tomcat-iis-howto.htm l should help out. Good luck. ... Mike -Original Message- From: Galon, Mary-Jay [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 24, 2001 11:02 AM To: Tomcat (E-mail) Subject: Tomact IIS I've looked, but

RE: Books on Tomcat

2001-04-24 Thread Bryant, William
Tomcat is such a great piece of software that only one book will never do! We're beginning to decide the topics and format of the online book now. Any input is greatly appreciated. You can join the tomcat book list by emailing '[EMAIL PROTECTED]'. You can also send suggestions, etc to the

RE: Books on Tomcat

2001-04-23 Thread Bryant, William
Hmmm... No books that I know of, either already published or in progress. I'm not much of an author, but this sounds like an interesting project. Anyone up for writing a book on Tomcat? Maybe a not-for-profit, electronic-format-only guide to Tomcat that users could download. We could take

RE: Tomcat Book

2001-04-23 Thread Bryant, William
but I'm lazy sometimes. :-) Regards, Joel Parramore - Original Message - From: Armin Roehrl [EMAIL PROTECTED] To: Bryant, William [EMAIL PROTECTED]; Bill Penberthy [EMAIL PROTECTED]; Bryant, William [EMAIL PROTECTED]; Chad La Joie [EMAIL PROTECTED]; David McCormick [EMAIL PROTECTED]; Ed

RE: Session timeouts

2001-04-10 Thread Bryant, William
Chad, I am doing something very similar... Are you implementing the HttpSessionBindingListener interface in your object? If not, try implementing this interface in your object that is placed in the session. This will throw a 'valueBound' event when the object is placed in the session and a

RE: database access problem

2001-04-09 Thread Bryant, William
Oracle does support table and column aliasing using the 'AS' keyword. I'm pretty sure this is part of the SQL-92 standard. ... Mike -Original Message- From: Adam Fowler [mailto:[EMAIL PROTECTED]] Sent: Sunday, April 08, 2001 5:35 PM To: [EMAIL PROTECTED] Subject: RE: database access

RE: How can i create a login application

2001-03-26 Thread Bryant, William
I have a similar requirement in the app we are writing... It may not be the best solution to the problem, but here's what I did: I created a 'login page' in which the user enters their username/password. The action of this login form is a servlet that authenticates the username/pass against

RE: How can i create a login application

2001-03-26 Thread Bryant, William
It's a new method just now designed and written, so we haven't yet worked out potential kinks like duplicate jsp directives, etc. What I am considering (once I learn more about the technology; still new to jsp) is putting this, and other basic code, into a custom tag. -Original

RE: JDBC driver for oracle

2001-03-16 Thread Bryant, William
You can get the JDBC drivers from Oracle.com. Select download, then choose 'JDBC drivers' from teh drop down list. You will need a free oracle technet login. ... Mike -Original Message- From: Jack Li [mailto:[EMAIL PROTECTED]] Sent: Friday, March 16, 2001 9:11 AM To: [EMAIL