RE: Lb_factor problem for clustering

2005-06-02 Thread Serlet Jean-Claude
Hello Look at http://jakarta.apache.org/tomcat/connectors-doc/howto/workers.html Hope this will help you Jean-Claude -Message d'origine- De : Gaurav Bansal [mailto:[EMAIL PROTECTED] Envoyé : jeudi 2 juin 2005 13:33 À : tomcat-user@jakarta.apache.org Objet : Lb_factor problem for

RE: Logging into rational database....

2005-05-27 Thread Serlet Jean-Claude
Hello Use a Valve component and use the class named JDBCaccessLogValve Here is an useful URL http://jakarta.apache.org/tomcat/tomcat-5.5-doc/catalina/docs/api/org/apache /catalina/valves/JDBCAccessLogValve.html Jean-Claude -Message d'origine- De : David [mailto:[EMAIL PROTECTED] Envoyé

RE: Reloadable Hangs

2005-05-27 Thread Serlet Jean-Claude
Hello How did you deploy the application ? with a WAR file ? or by installing an unpacked directory ? I read in the Professional Apache Tomcat5 book that the relaod attribute work fine only with an application installed from an unpacked directory not with a WAR file Jean-Claude -Message

RE: load balancing

2005-05-11 Thread Serlet Jean-Claude
Hello I don't know if this solution is more effictive than the other one (load balancing by using Apache server with different Tomcat instances) But the two one don't realise a random access : -cluster uses rules -apache uses a simple round-robin scheduling algorithm ; so after a disconnection

RE: Undeploying webapp on windows

2005-05-10 Thread Serlet Jean-Claude
Hello Have you tried to use the command undeploy of the manager ? Like this http://yourhost:yourportnumber/manager/undeploy?path=(context_path) Take care : this command after stopping the application will delete the directory where your application was deployed and remove the entry of the

RE: Howto configure tomcat to compile JSPs with Sun JDK 1.5

2005-04-28 Thread Serlet Jean-Claude
Hello Lutz is right : you may define your JRE under Eclipse Under (sorry for my mistakes : i use a french version and try to translate in english) Window - Preferences - Installed JRE you may use an other JRE that the one installed under Eclipse Hope this will help you Jean-Claude -Message