Tomcat 5 in debug Mode

2004-11-08 Thread Akacem Mohammed
Hello I tried to remote debug from eclipse 3.0. but I got this error Message from eclipse: Fail to connect to the VM ( I checked the port which is 8080 an d the host whici is 127.0.0.1 ). How do I start tomcat in debug mode ( I tried startup -debug without success ). thanks for any help

Connection pooling under Tomcat 5.0.28 Probleme

2004-11-08 Thread Akacem Mohammed
Hello every body, I have read in die archive the e-mail exchange about configuring Datasource in Tomcat for connection pooling. ( I also read the Tomcat doc ) the jar file commons-collection- 3.1.jar, commons-dbcp-1.2.1.jar, commons-pool-1.2.jar und the database driver ifjdbc.jar are in the

AW: connection pooling

2004-11-09 Thread Akacem Mohammed
Hello, I am stuck in the same Probleme as Erik. I did exactly what in the e-mails suggested is with no success. I am runing TC 5.0.28 und try to get a connection to an informix database. I got the following Error Message: org.apache.commons.dbcp.SQLNestedException: Cannot create JDBC driver

Encoding probleme

2005-04-29 Thread Akacem Mohammed
Hello to you all, I have an axis client ( SOAP ) which sends a String als parameter in xml format ( ?xml version=1.0 encoding=ISO-8859-1). this client connect to a webserver over https, the webserver directs the request with http to tomcat 4.0.6 on which my webserver is deployed. the