RE: apache2+mod_jk + ssl: howto

2005-06-07 Thread faisal
To: Tomcat Users List Subject: Re: apache2+mod_jk + ssl: howto faisal wrote: Apache web server's SSL certificate was already configured by our client so i did't ve to configure anything on apache. But we did configure SSL on tomcat. When redirecting, redirect through apache web server's port

RE: apache2+mod_jk + ssl: howto

2005-06-05 Thread faisal
: apache2+mod_jk + ssl: howto faisal wrote: i used mod_jk2 when i was integrating tomcat with apache2. i also tried my hands on mod_jk and i find mod_jk2 a bit simpler of the two. I have been using mod_jk2 to forward requests on the httpd2 web server to tomcat4 successfully - but this was before I

RE: apache2+mod_jk + ssl: howto

2005-06-04 Thread faisal
i used mod_jk2 when i was integrating tomcat with apache2. i also tried my hands on mod_jk and i find mod_jk2 a bit simpler of the two. regarding SSL, ur gonna ve to enable SSL on both server. apache2 on fedora core 3 comes SSL ebabled so i did't ve to do anything there. my java web application

RE: Tomcat/mod_jk rpm for FC3

2005-06-03 Thread faisal
believe me man u'd much rather build it for fc3 instead of looking for rpm. i looked for rpm myself for a day or two without much luck and then built it. it only took one and half hour for me to figure out how to build it. -Original Message- From: mbneto [mailto:[EMAIL PROTECTED] Sent:

tomcat 5.5.x J2EE Connector

2005-06-02 Thread faisal
I found this http://www.mail-archive.com/tomcat-user@jakarta.apache.org/msg73629.html on the archive but this thread is very old and I am wondering if newer tomcat 5.5.x version implements JCA. - To unsubscribe, e-mail: [EMAIL

apache-tomcat-mod_jk-ssl

2005-05-24 Thread faisal
hi guyz i ve just configured to use my tomcat 5.5.x running on win2k machine with apache web server 2.0.49 running on fedora core 2 machine. my application are running perfectly well. infact i m noticing a certain level of increase in performance. however, i get into troubles as soon as i take my

Re: [OT] RE: 24X7 deployment tips

2005-01-14 Thread Faisal Abdullah
I guess there is. By fixing the code. On Tue, 11 Jan 2005 18:05:42 +, Mark Benussi [EMAIL PROTECTED] wrote: The reason this is off topic is that I was wondering if anyone has ever found a way of recovering leaked memory, without restarting the JVM?

Re: Benefit of multiple workers?

2005-01-13 Thread Faisal Abdullah
I'm using mod_jk 1.2.5 with Apache2. The benefit is to balance the load between multiple app servers in a round robin manner, with a certain factor you can set for each worker with say, for example have different hardware specs. Regards, Faisal On Thu, 13 Jan 2005 18:24:27 -0500, John Martyniak

Re: Tomcat monitoring scripts

2005-01-12 Thread Faisal Abdullah
On demand restarts with: http://wrapper.tanukisoftware.org On Wed, 12 Jan 2005 16:50:54 +, Didier McGillis [EMAIL PROTECTED] wrote: btw the script I would use as a starting point, it doesnt work quite right on my system but I was looking for a starting point. From: Didier McGillis

problem setting up JNDI

2005-01-02 Thread faisal
hi guys. I m getting some problems setting up JNDI for mysql db. i ve copied mysql driver in tomcat-dir\jakarta-tomcat-5.0.19\common\lib. i ve attached my hibernateApp.xml which is placed under my tomcat-dir\jakarta-tomcat-5.0.19\conf\Catalina\localhost. i m using jakarta-tomcat-5.0.19 which is

Re: Clustering in Tomcat

2004-11-25 Thread Faisal Abdullah
I don't know the answer to that, but here's a Cluster/Session Replication HOWTO, in case it might help. http://jakarta.apache.org/tomcat/tomcat-5.0-doc/cluster-howto.html Regards, Faisal On Thu, 25 Nov 2004 09:36:52 +0530, Gaurav Vaish [EMAIL PROTECTED] wrote: Hi, I am facing an issue

Re: Performance issue

2004-10-12 Thread Faisal Abdullah
it, hopefully i'll be able to do something about it. Regards, Faisal - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Performance issue

2004-10-11 Thread Faisal Abdullah
), 0.1536880 secs] 43591.007: [GC 1081336K-917841K(2073856K), 0.4391310 secs] 43619.284: [GC 1104209K-953106K(2073856K), 0.6477030 secs] 43658.215: [GC 1139474K-985160K(2073856K), 0.5575750 secs] Any ideas? Regards, Faisal

Performance issue

2004-10-06 Thread Faisal Abdullah
. Previously, JVM died quite often, so now we're using a wrapper to restart it after it crashes. I have 128M initial memory, and 2GB max memory for JVM. Is this normal? Is this a Tomcat issue, a tuning issue, or a very badly written app? Appreciate the help. Regards, Faisal -- There are many ways

Re: Performance issue

2004-10-06 Thread Faisal Abdullah
and Cayote HTTP1/1 isn't configured by the way. Would these help? If I configure DBCP, would it effect the code? Sorry for the lame questions, I'm considerably new at this. And thanks for all your fast responses. Regards, Faisal On Wed, 6 Oct 2004 14:52:13 +0200, Nitschke Michael [EMAIL PROTECTED] wrote

Re: Cluster Pure Tomcat with Hardware Load Balancer

2004-10-05 Thread Faisal Abdullah
persistency, I guess you should refer to your hardware load balancer vendor for possible configurations to support megaproxy ISPs. Unless you want to opt for Tomcat's clustering feature, it would replication the session throughout all cluster nodes, which *could* solve your problem. Regards, Faisal

Re: Drops and Spikes in Tomcat responses

2004-10-05 Thread Faisal Abdullah
On Tue, 05 Oct 2004 14:03:48 -0700, Kaleb Pederson [EMAIL PROTECTED] wrote: We are using a commerical servlet that seems to keep getting overloaded. We wrote a little script that monitors a number of things about the process - the number of open file descriptors, sockets, java threads, mysql

query

2002-12-03 Thread faisal shabbir
Hi, I have just implemented ssl on tomcat4.0 by using jsse. Now on running my application i found that ssl is working on all of the pages. Problem is that i want ssl to work on the pages that contains sensitive information. How can i turn ON and OFF ssl on jsp pages. Thanks.

Re: Context.getResource( ) problem

2002-08-01 Thread faisal
: Thursday, August 01, 2002 6:11 AM Subject: RE: Context.getResource( ) problem Hi Faisal, It may have been just me, but I got four copies of your message. Please post only once. As to your question: the technical cause for the exception is obvious ;) You can't form a URL

Context.getResource( ) problem

2002-07-31 Thread faisal
] java.net.MalformedURLException: no protocol: java.io.ByteArr Any clue or suggestion please thank u Faisal

Context.getResource( ) problem

2002-07-31 Thread faisal
] java.net.MalformedURLException: no protocol: java.io.ByteArr Any clue or suggestion please thank u Faisal -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Context.getResource( ) problem

2002-07-31 Thread faisal
] java.net.MalformedURLException: no protocol: java.io.ByteArr Any clue or suggestion please thank u Faisal -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Context.getResource( ) problem

2002-07-31 Thread faisal
] java.net.MalformedURLException: no protocol: java.io.ByteArr Any clue or suggestion please thank u Faisal -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

JavaBeans Classpath

2002-03-22 Thread Faisal Shareef
would be very thankful to you. Regards Faisal -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

Re: SOAP Tutorial

2002-01-29 Thread faisal
check the www.java.sun.com. A soap pack was just released today - Original Message - From: Magnus Jansson [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, January 25, 2002 7:45 AM Subject: OT: SOAP Tutorial Hi! I'm very new to SOAP and I have no idea what it is. Is there a small

IIS redirect

2001-04-11 Thread Faisal Mehtab Hussain
/isapi_redirect.dll, -, 127.0.0.1, -, 4/11/01, 11:58:33, W3SVC1, DEV-01, 127.0.0.1, 10, 342, 0, 500, 126, GET, /jakarta/isapi_redirect.dll, -, Please, help me to solve this problem. Regards, Faisal Mehtab Hussain Internet Programmer OgerTel Internet Services Tel: (966-1) 465-0300 Ext.(138) Fax: (966-1) 464-5200

Need help! :( (XALAN CONFIG )

2001-02-14 Thread Nazir Faisal-LFN003
Hello We are trying to configure Tomcat to work with Xalan (the XSLT engine). We have set up the servlet (XSLT.class) in the webapps directory ie D:\tomcat\webapps\faisal\WEB-INF\Classes\XSLT.class we have also configured the 'web.xml' in D:\tomcat\webapps\faisal\WEB-INF this file looks

RE: Need help! :( (XALAN CONFIG )

2001-02-14 Thread Nazir Faisal-LFN003
: Nazir Faisal-LFN003 [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 14, 2001 3:24 PM To: '[EMAIL PROTECTED]' Subject: Need help! :( (XALAN CONFIG ) Hello We are trying to configure Tomcat to work with Xalan (the XSLT engine). We have set up the servlet (XSLT.class) in the webapps directory

Re: mod_jk and apache 1.3.12

2000-12-23 Thread Faisal Mahdi
Did you verify that there is no syntax error in your httpd.conf ? apachectl -configure ? -Original Message- From: Boon Yeo [EMAIL PROTECTED] To: [EMAIL PROTECTED] [EMAIL PROTECTED] Date: December 23, 2000 5:51 AM Subject: mod_jk and apache 1.3.12 I have compile mod_jk with no errors.