I just want to thank everyone who provided input to my question. I am going
to try to set up the connection pool.
By the way. I have another question about authentication to websites.
For authentication, currently I bascially have a "Person" table, where one
field is your permission.
example table person
username = bob,
password = wawawawa
permission level = admin
So during login, after a person enters his username and password, it will
check to see if the username exists in the person table.
If it does exist, it will verify the password and return his permission.
That permission is stored in the session, and each jsp page it will check to
see if his permission is correct. If a person's permission is wrong, it
will redirect you to another page.
Although this method works, I dont know if it is very professional. Does
anyone have any ideas how to set up a professional style authentication
system? Something a business would use where exposing customer information
is a liability.
mike
_________________________________________________________________
Communicate instantly! Use your Hotmail address to sign into Windows Live
Messenger now. http://get.live.com/messenger/overview
---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]