Re: javax.servlet.ServletException: Java heap space

2007-05-19 Thread Aurélien Allienne
Thank, but tomcat use 64Mb by default. I can do change this parameter?

javax.servlet.ServletException: Java heap space

2007-05-17 Thread Aurélien Allienne
Hi, I have this error : javax.servlet.ServletException: Java heap space But I can find how I can change this in catalina.sh. Can you have the solution? Cordially Aurelien Allienne

Re: ClassNotFoundException: org.apache.tomcat.dbcp.dbcp.BasicDataSourceFactory

2007-04-26 Thread Aurélien Allienne
I use a gentoo distribution and their tomcat

Re: ClassNotFoundException: org.apache.tomcat.dbcp.dbcp.BasicDataSourceFactory

2007-04-26 Thread Aurélien Allienne
No I don't know where the calling come from. But with this method, there isn't have error

Re: ClassNotFoundException: org.apache.tomcat.dbcp.dbcp.BasicDataSourceFactory

2007-04-26 Thread Aurélien Allienne
After search with google, i found this : https://www.pkrinternet.com/taskjitsu/task/3482;jsessionid=89D92BC4AA0598216A90754B8129264E#note7089 I change the conf.d/tomcat-5.5 for add : JAVA_OPTS="- Djavax.sql.DataSource.Factory=org.apache.commons.dbcp.BasicDataSourceFactory " Now I have a new er

Re: ClassNotFoundException: org.apache.tomcat.dbcp.dbcp.BasicDataSourceFactory

2007-04-26 Thread Aurélien Allienne
I change the owner of all tomcat's directory in tomcat. I restart the server and I have the same error :[ Is it possible that it's a classpath error?

Re: ClassNotFoundException: org.apache.tomcat.dbcp.dbcp.BasicDataSourceFactory

2007-04-26 Thread Aurélien Allienne
tFoundException: org.apache.tomcat.dbcp.dbcp.BasicDataSourceFactory] Maybe this can help you, Thanks for your help Aurélien Allienne

ClassNotFoundException: org.apache.tomcat.dbcp.dbcp.BasicDataSourceFactory

2007-04-26 Thread Aurélien Allienne
Hi, I want to deploy bedework calendar on my tomcat but I have this error : FATAL http-8080-Processor25 org.hibernate.connection.DatasourceConnectionProvider - Could not find datasource: java:comp/env/jdbc/calDB javax.naming.NamingException: Could not create resource factory instance [Root except

Cas Filter, security filter and tomcat manager

2007-04-25 Thread Aurélien Allienne
Hi, I want to use these filters for authenticate on tomcat manger. I use this wiki page : http://www.ja-sig.org/wiki/display/CASC/Combining+CASFilter+with+Tomcat+Realms+using+SecurityFilter http://www.ja-sig.org/wiki/display/CAS/CASifying+Tomcat+Manager So I have this in my web.xml : ...

Re: JNDI Problem

2007-04-23 Thread Aurélien Allienne
I have this in phpLDAPadmin : * cn * required , rdntomcat admin agenda * member

JNDI Problem

2007-04-23 Thread Aurélien Allienne
HI, I have a problem with JNDIRealm. I have this context.xml : ldap://ldapmasta:1389"; userBase="ou=people,dc=univ-lille2,dc=fr" userSearch="(supannAliasLogin={0})" roleBase="ou=appli,dc=univ-lille2,dc=fr"

Exception opening directory server connection

2007-04-20 Thread Aurélien Allienne
Hi, I want to use JNDIRealm. I write this in the server.xml : ldap://ldapmasta:1389"; userBase="ou=people,dc=xx,dc=fr" userSearch="(uid={0})" roleBase="ou=appli,dc=xx,dc=fr" roleName="cn" roleSearch="(uniqueMember={0})" ro

CAS Filter Authentification

2007-04-19 Thread Aurélien Allienne
Hi, I'm using a CAS Filter to authenticate user in Tomcat Administration and Manager. But I have a problem. I accept the certificate but I am not redirected to the CAS login page. I have write this in the web.xml of the admin webapps : CAS Filter edu.yale.its.tp.cas.client.filter.

CAS Filter Authentification

2007-04-19 Thread Aurélien Allienne
Hi, I'm using a CAS Filter to authenticate user in Tomcat Administration and Manager. But I have a problem. I accept the certificate but I am not redirected to the CAS login page. I have write this in the web.xml of the admin webapps : CAS Filter edu.yale.its.tp.cas.client.filter.