I used the connectionname and connectionpassword too. It did work... Until I added JDBCStore for session tracking. Then I got a Java:IOException Stream closed.
Have you tried the JDBCStore? Tim -----Original Message----- From: Eddie Bush [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 17, 2002 12:23 PM To: Tomcat Users List Subject: Re: Please recommend book or Other Help What is your problem with the JDBCRealm? I have that going fine. One thing to note, you probably don't want to append your username/password to the url. Instead, use connectionName and connectionPassword to specify them. That was the only real issue I faced in getting it to work. Regards, Eddie The Kelley's wrote: >I'm having problems with JDBCRealms and JDBCStore in Tomcat. >They seem buggy to me. Any expert help would be great. >I good book would be even better. >I already have James Goodwill's "Apache Jakarta Tomcat" book > >Thanks >Tim > > >-- >To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> >For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
