RE: JDBCRealm, Tomcat and MySQL

2009-05-03 Thread Caldarale, Charles R
> From: ubk [mailto:m.urbanow...@o2.pl] > Subject: JDBCRealm, Tomcat and MySQL > > > type="javax.sql.DataSource"/> > You say you're using Tomcat 6.0.18, but the config you've specified is for some ancient version. Rea

Re: JDBCRealm, Tomcat and MySQL

2009-05-03 Thread ubk
Pid-2 wrote: > > > Tomcat version? > > Are you sure you can connect to the database using the db user/pass > you've specified? > > > p > > > - > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > For additional

Re: JDBCRealm, Tomcat and MySQL

2009-05-03 Thread Pid
ubk wrote: > Hi all > I have a problem with authorization based on JDBCRealm. When I'm trying to > get access to some html page which is store in protected directory all that > I can see is just login-error.jsp page. I'm using login and password from my > database. > > > My server.xml: > > >

JDBCRealm, Tomcat and MySQL

2009-05-02 Thread ubk
Hi all I have a problem with authorization based on JDBCRealm. When I'm trying to get access to some html page which is store in protected directory all that I can see is just login-error.jsp page. I'm using login and password from my database. My server.xml: