At 13:13 04/04/2001 +0200, you wrote:
>Please some logs, config files..every bit of info you can send will be
>useful trying to find that.. attached files better..
>
>Versions of JDBC drivers & db too
>
>TIA
>
>Saludos ,
>Ignacio J. Ortega
>
server.xml :
<RequestInterceptor
className="org.apache.tomcat.request.JDBCRealm"
debug="99"
driverName="org.gjt.mm.mysql.Driver"
connectionURL="jdbc:mysql://192.168.111.20/capimmo"
connectionName="javaCheck"
connectionPassword="****"
userTable="utilisateur"
userNameCol="IdUtilisateur"
userCredCol="Password"
userRoleTable="userRole"
roleNameCol="NomRoleFK" />
web.xml :
<security-constraint>
<web-resource-collection>
<web-resource-name>Protected Area</web-resource-name>
<!--
Define the context-relative URL(s) to be protected
-->
<url-pattern>/admin/*</url-pattern>
<url-pattern>/my/*</url-pattern>
<!--
If you list http methods, only those methods are protected
-->
<http-method>DELETE</http-method>
<http-method>GET</http-method>
<http-method>POST</http-method>
<http-method>PUT</http-method>
</web-resource-collection>
<auth-constraint>
<!-- Anyone with one of the listed roles may access this
area -->
<role-name>cap_acheteur</role-name>
<role-name>cap_vendeur</role-name>
<role-name>cap_agence</role-name>
<role-name>cap_admin</role-name>
</auth-constraint>
</security-constraint>
<login-config>
<auth-method>FORM</auth-method>
<realm-name>Please identify yourself</realm-name>
<form-login-config>
<form-login-page>/security/login/Login.jsp</form-login-page>
<form-error-page>/security/login/Error.jsp</form-error-page>
</form-login-config>
</login-config>
the database is Mysql Ver 11.12 Distrib 3.23.32,
JDBC Driver is mm.mysql-2.0.2-bin.jar
(I recently upgrade to mm.mysql-2.0.4-bin.jar) but it did not change anything.
I don't have logs because I un comment the logger action. but I set it back
and send you the Logs has soon has I got them (next 24 hours).
Thanks.
> > -----Mensaje original-----
> > De: Kaneda K [mailto:[EMAIL PROTECTED]]
> > Enviado el: miércoles 4 de abril de 2001 13:02
> > Para: [EMAIL PROTECTED]
> > Asunto: JDBCReamls Still freeze after 24 hours wokrs
> >
> >
> >
> > Hello, I upgrade my tomcat to 3.2.2 beta 6 (BTW how to check
> > version when
> > you did not downloaded it yourself ?) and the JDBCReamls
> > still freeze
> > after 24 hours.
> >
> > on
> > redhat 6.2
> > jdk sun 1.3.0
> > 256 mo Ram
> >
> > the package I download was at this url :
> >
> > http://jakarta.apache.org/builds/jakarta-tomcat/release/v3.2.2
> > -beta-2/bin/jakarta-tomcat-3.2.2b2.zip
> >
> >