Apache / mod_proxy / Tomcat

2010-02-05 Thread Farid Izem
Hi, I have setup an Apache Web Server in front of a Tomcat Web Container. Basically, All request are handle by Apache and passed to Tomcat using mod_proxy_ajp Apache is binded on the IP address of the computer, tomcat is binded on localhost:8009 When i take a look at the tomcat manager, i see that

Question about TLS Ciphers in tomcat

2008-10-06 Thread Farid Izem
Hi, I'm trying to enforce the https connections of my tomcat server by disabling weakness ciphers. In the tomcat documentation, there is a directive cipher which allow to specify a list of ciphers. Has anyone use this directive and how does il work ? Kind Regards, Farid

Jmx with Java 1.4.2_16 and Tomcat 5.0

2008-02-27 Thread Farid Izem
Hi all, I'm used to deploy java 1.5.0 and Tomcat 5.5 with jmx enabled. With this i can easily connect to MbeanServer using JConsole. Is there a way to do exactly the same with Java 1.4.2_XX and Tomcat 5.0 ? I'm facing issue with this couple and i want be able To plug JMX JConsole. AS far as i hav

Installing Apache on Windows

2006-12-11 Thread Farid Izem
Hi All, I have installed Jdk 1.5.0_09 and Tomcat 5.5.20 on Windows. I d'like to tune the service and make a separate instance of Tomcat (ie CATALINA_BASE). According the Windows Service How-To, i have suppress The default Service using tomcat5.exe //DS//Tomcat5 I'm trying to reinstall one using

Question About Garbage Collector Logging in Tomcat5.5 on Windows

2006-04-20 Thread Farid Izem
Hi, i'm using tomcat 5.5 on Windows 2003. I'd like to specify GC Logging in the Java Options such as -Xloggc:gc_log_file.txt -XX:+PrintGCDetails -XX:+PrintGCTimeStamps) How do i specify them in the Windows Registry as we start Tomcat as a Windows Service ? Kind Regards, Farid.

Accessing the webapps

2006-03-03 Thread Farid Izem
Hi all, I'm currently using Tomcat 5.0.28 On Linux. I have a webapps which is myfirstwebapp It is under $CATALINA_BASE/webapps. When i use a web browser using http://localhost:8080/myfirstwebapp, it works fine. What i want to do is to change the URL to http://localhost:8080/myappwithout changing

Multiple Realm in Tomcat

2006-02-22 Thread Farid Izem
Hi all, I have successufully configure my Tomcat to use ldap service to authenticate my users. Now, i would like to know if it is possible to have multiples Realm for the same Webapps. With this, if the first Realm fails to authenticate users, it will automatically use the next Realm. Imagine, a

Re: Apache / mod_jk / Multiples instances of Tomcat

2006-02-22 Thread Farid Izem
er.balanced_workers=node01,node02 > > as you can see in the list of worker only the loadbalancer worker is > present. > Be carreful in your server.xml to add jvmRoute with same name of worker. > > > > > On 2/15/06, Farid Izem <[EMAIL PROTECTED]> wrote: > >

Apache / mod_jk / Multiples instances of Tomcat

2006-02-15 Thread Farid Izem
Hi all, I'm currently trying to build a Apache load balancings against multiples instances of Tomcat. On my host, i have three instances of Tomcat (ie using CATALINA_BASE variable), each listening on differents ports for AJP Connector. On the same server, i have an Apache using Mod_jk. Is it pos

Tomcat Oracle Jsdk 1.5

2006-01-09 Thread Farid Izem
Hi all, i need to install Tomcat 5.5.12 based on jsdk 1.5. At this point, no problem. I need to add Oracle Driver. I planned to use ojdbc14.jar But i think this driver is only support for previous release of jsdk (1.4, 1.3, 1.2 etc). My first question is : can we use jsdk 1.4 in place of jsdk1.5

LDAP/LDAPS and Tomcat (Flod Requests against LDAP/LDAPS).

2005-12-09 Thread Farid Izem
Hi all, I'have successfully configured a JNDI Realm i order to filter access on my tomcat based on directory services. I'have deployed a webapps which need authentication against LDAPS Directory service. While testing the webapps, i see a strange behaviour. Since the users credentials are wrong, t

Tomcat / LDAPS

2005-11-17 Thread Farid Izem
Hi all, I'd like to configure a LDAPS Authentication to protect some of my webapps. Has anyone already done that ? Can you provide me some samples on this subject ? I know, i have to declare a Realm (JNDIRealm). This has been already done But Tomcat refused to start. Can you help me please ? Kin