What is the best way to create a secure manual-submission authentication form?

2005-02-28 Thread Chuck Williams
I'm using form-based authentication in Tomcat 5.5 and would like to have a user-initiated login action, in addition to container-initiated logins triggered by security-constraints. My site implements both personalization for all pages and security for sensitive pages. I'd like to have a single

What is the best way to test JDBC connection for alive

2004-06-23 Thread Vy Ho
If I have a connection, I want to test if it's still working (not just see if it's closed), how do I do this with the least CPU/resource cost? I saw one tutorial did something like: stmt = conn.createStatement(); if( null != stmt ) stmt.execute("rollback work"); If an exception is t

[Dev] What is the best way to proceed...

2004-06-23 Thread Jérôme Duval
I am currently developing a web application using tomcat 5.0.24. The layout of my application is like so: I currently store in each user's session a Viewing a

Re: What is the best book about Servlets/Jsp?

2003-02-20 Thread Steven J. Owens
On Thu, Feb 20, 2003 at 01:41:43PM -0500, Erik Price wrote: > Mike Jackson wrote: > >However I'll agree, I don't look at the books often, usually by this > >point I go to the java docs. > > I'll second this, the javadocs are much quicker than going to a book now > that I know where to look for s

Antw: RE: What is the best book about Servlets/Jsp?

2003-02-20 Thread Andre Schild
>To other people who answered, and to the original poster of this >question: what do get from the books that you can't get online? Do you >not find that the books, or at least parts thereof, become outdated very >quickly? To learn the basics and see the "relations/how it works" it's simpler to rea

Re: What is the best book about Servlets/Jsp?

2003-02-20 Thread Erik Price
Mike Jackson wrote: However I'll agree, I don't look at the books often, usually by this point I go to the java docs. I'll second this, the javadocs are much quicker than going to a book now that I know where to look for stuff. The book was just a great way to get the basics down. And for

Re: What is the best book about Servlets/Jsp?

2003-02-20 Thread Erik Price
Shapira, Yoav wrote: To other people who answered, and to the original poster of this question: what do get from the books that you can't get online? Do you not find that the books, or at least parts thereof, become outdated very quickly? Yoav, I'm not sure if you're familiar with the book

RE: What is the best book about Servlets/Jsp?

2003-02-20 Thread Mike Jackson
EMAIL PROTECTED] > -Original Message- > From: Shapira, Yoav [mailto:[EMAIL PROTECTED]] > Sent: Thursday, February 20, 2003 10:27 AM > To: Tomcat Users List > Subject: RE: What is the best book about Servlets/Jsp? > > > > Howdy, > I still have a good hour before the curren

RE: What is the best book about Servlets/Jsp?

2003-02-20 Thread Shapira, Yoav
least parts thereof, become outdated very quickly? Yoav Shapira Millennium ChemInformatics >-Original Message- >From: Mike Jackson [mailto:[EMAIL PROTECTED]] >Sent: Thursday, February 20, 2003 1:16 PM >To: Tomcat Users List >Subject: RE: What is the best book about Servlets/J

Antw: What is the best book about Servlets/Jsp?

2003-02-20 Thread Andre Schild
The "Core Servlets and Java Server Pages" from Sun is very good too. ISBN: 0-13-089340-4 Probably there exists a newer version, but I learned them with this book about two years ago, and had no need for other books about this subject. André >>> [EMAIL PROTECTED] 20.02.2003 18:40:05 >>> Regards,

RE: What is the best book about Servlets/Jsp?

2003-02-20 Thread Mike Jackson
-Original Message- > From: Erik Price [mailto:[EMAIL PROTECTED]] > Sent: Thursday, February 20, 2003 9:59 AM > To: Tomcat Users List > Subject: Re: What is the best book about Servlets/Jsp? > > > There's a free one that I found helpful at http://pdf.coreservlets.com/ >

Re: What is the best book about Servlets/Jsp?

2003-02-20 Thread Erik Price
There's a free one that I found helpful at http://pdf.coreservlets.com/ Be sure to read it in conjunction with the current Tomcat documentation, because although it's a very good book, there are a few (very few) references that are now out of date. If you read the Tomcat docs you will spot the

What is the best book about Servlets/Jsp?

2003-02-20 Thread Jose Euclides da Silva Junior - DATAPREVRJ
Regards, Euclides. Imagination is more important than knowledge. -Albert Einstein - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

What is the best?

2002-02-26 Thread Moi
I have a following situation. I installed Apache and Tomcat4,but they listen different IPs with same port 80. For example: Apache listens 200.200.200.200:80 Tomcat listens 200.200.200.201:80 It works normally now. But I am confusing that whether it was better to configure Apache with mod_webapp or