That was the problem. Thanks!
---- Charles H. Baker O: 864.422.5349 C: 864.201.8456 [EMAIL PROTECTED] There's nothing wrong with getting a steady paycheck, unless it interferes with your ability to earn what you're worth. There's the rub. It usually does. -- T Harv Eker > -----Original Message----- > From: Aurélien DEHAY [mailto:[EMAIL PROTECTED] > Sent: Tuesday, January 31, 2006 11:48 AM > To: [email protected] > Subject: Re: Is the db name roller required? > > Hello. > > Charles Baker wrote: > > Okay given that and the following context config, in which the > > connectionURL is all one line in the > > $CATALINA_HOME/conf/Catalina/localhost/oldRoller.xml: > > > > <Context path="/oldRoller" docBase="oldRoller" debug="99" > > workDir="work/Catalina/localhost/oldRoller"> > > > > > > <Realm className="org.apache.catalina.realm.JDBCRealm" > > driverName="com.mysql.jdbc.Driver" > > connectionURL="jdbc:mysql://localhost:3306/oldroller?autoReconnect=true& > > amp;useUnicode=true&characterEncoding=utf-8&mysqlEncoding=utf8" > > > > connectionName="roller" > > connectionPassword="rellor" > > userTable="rolleruser" > > userNameCol="username" > > userCredCol="passphrase" > > userRoleTable="userrole" > > roleNameCol="rolename" debug="99" /> > > > > <Resource name="jdbc/oldrollerdb" auth="Container" > > type="javax.sql.DataSource" > > I think that here, the name of the resource should always be > jdbc/rollerdb. But the name in the DB engine can change. > > > Regards. > -- > Aurélien
