Some advice regarding mod_jk

2002-07-16 Thread Arshad Mahmood
Hi, I am developing an using mod_jk, apache 1.3.26 and Tomcat 4.1.7, Redhat 7.2 and have come across an issue with regards to mod_jk. Now I assumed that the Ajp13Processors under mod_jk acted as pool to process incoming requests. But I hadn't realised that a processor is created per socket and

Re: webapp- who handles static content: Tomcat or Apache (* OFF TOPIC *)

2002-07-11 Thread Arshad Mahmood
Interesting idea to split the static content onto a different server. Does anyone know how a browser like IE handles this kind of situation, I know that with HTTP 1.1 the server will leave the connection open for further requests so that images/styles, etc should be able to go through the same

Re: 5.0 proposal

2002-06-25 Thread Arshad Mahmood
- Original Message - From: Pier Fumagalli [EMAIL PROTECTED] To: Tomcat Developers List [EMAIL PROTECTED] Sent: Monday, June 24, 2002 9:49 PM Subject: Re: 5.0 proposal [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: On Mon, 24 Jun 2002, Pier Fumagalli wrote: That's why counts where

Re: 5.0 proposal

2002-06-25 Thread Arshad Mahmood
- Original Message - From: Pier Fumagalli [EMAIL PROTECTED] To: Tomcat Developers List [EMAIL PROTECTED] Sent: Tuesday, June 25, 2002 3:36 PM Subject: Re: 5.0 proposal Arshad Mahmood [EMAIL PROTECTED] wrote: +100! As somebody who also intends to use Tomcat in production (around

Re: JNDI with a custom factory not working

2002-06-14 Thread Arshad Mahmood
From: Remy Maucherat [EMAIL PROTECTED] To: Tomcat Developers List [EMAIL PROTECTED] Sent: Thursday, June 13, 2002 7:11 PM Subject: Re: JNDI with a custom factory not working Arshad Mahmood wrote: Hmm, I will investigate further. It seemed to be that ResourceLink in the server.xml

Re: JNDI with a custom factory not working

2002-06-14 Thread Arshad Mahmood
Remy, I will send you the config files shortly (they're on a laptop I don't have access to at the moment). My situation does have one unique feature. The servlet which is causing these issues is in a jar which I have installed under common/lib. The reason I have done this is because the servlet

Re: JNDI with a custom factory not working

2002-06-13 Thread Arshad Mahmood
- Original Message - From: Ian Darwin [EMAIL PROTECTED] To: Tomcat Developers List [EMAIL PROTECTED]; Arshad Mahmood [EMAIL PROTECTED] Sent: Thursday, June 13, 2002 1:48 AM Subject: Re: JNDI with a custom factory not working On June 12, 2002 07:45 am, Arshad Mahmood wrote: I am

Re: JNDI with a custom factory not working

2002-06-13 Thread Arshad Mahmood
- Original Message - From: Remy Maucherat [EMAIL PROTECTED] To: Tomcat Developers List [EMAIL PROTECTED] Sent: Thursday, June 13, 2002 5:33 PM Subject: Re: JNDI with a custom factory not working Arshad Mahmood wrote: - Original Message - From: Ian Darwin [EMAIL PROTECTED

Re: JNDI with a custom factory not working

2002-06-13 Thread Arshad Mahmood
- Original Message - From: Remy Maucherat [EMAIL PROTECTED] To: Tomcat Developers List [EMAIL PROTECTED] Sent: Thursday, June 13, 2002 6:51 PM Subject: Re: JNDI with a custom factory not working Arshad Mahmood wrote: I do get the same context when I ask for it in my web application

JNDI with a custom factory not working

2002-06-12 Thread Arshad Mahmood
Hi, I am having a problem trying to use a custom factory with JNDI. I get an exception froom org.apache.naming.factory.ResourceFactory. I have added debug and it appears that my factory parameter is not being picked up from the server.xml. Can somebody familiar with the naming code point me to

Re: cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/realm JNDIRealm.java

2002-06-11 Thread Arshad Mahmood
I don't anything about this fix, but shouldn't you include a trim() before checking for a blank username/credential also? Regards. - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, June 11, 2002 4:32 PM Subject: cvs commit:

Re: How can I redirect only JSP pages to Tomcat?

2002-05-17 Thread Arshad Mahmood
Which connector are you using, with mod_jk you can simply issue a JkMount /mysite/* ajp13 to forward all requests under /mysite to Tomcat. Regards. - Original Message - From: Luca Ventura [EMAIL PROTECTED] To: tomcat-user [EMAIL PROTECTED]; tomcat-dev [EMAIL PROTECTED] Sent: Friday, May

Re: How can I redirect only JSP pages to Tomcat?

2002-05-17 Thread Arshad Mahmood
Message - From: Arshad Mahmood [EMAIL PROTECTED] To: Tomcat Developers List [EMAIL PROTECTED]; tomcat-user [EMAIL PROTECTED] Sent: Friday, May 17, 2002 10:30 AM Subject: Re: How can I redirect only JSP pages to Tomcat? Which connector are you using, with mod_jk you can simply issue a JkMount

Problem with url session encoding - Tomcat 4.0.4 b2

2002-04-30 Thread Arshad Mahmood
Hi, I am writing an e-commerce application using tomcat and have come across a minor issue with url session encoding. The problem is that if a valid session id is available on the url then tomcat does not use cookies. Here is my scenario :- 1. I have tomcat configured to use cookies for

Re: Tomcat 4 service

2001-03-27 Thread Arshad Mahmood
I believe that the only change you require is to create a suitable wrapper.properties, you should be able to use the existing jk_nt_service.exe. I had this working a few weeks ago but I tried my existing configuration on the latest build and the service fails to startup. I am currently in the

Re: Proposal for implementation of lookup of localized web-resources

2001-03-16 Thread Arshad Mahmood
- Original Message - From: "Arieh Markel" [EMAIL PROTECTED] To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Friday, March 16, 2001 3:00 PM Subject: Re: Proposal for implementation of lookup of localized web-resources To: [EMAIL PROTECTED]

catalina classpath question

2001-01-25 Thread Arshad Mahmood
Hi, I am trying to setup an application under Catalina and can't seem to find a way to add another directory to the CLASSPATH for a web application. Is there a way to add a directory like "WEB-INF/resources" to the CLASSPATH. I can solve my problem by adding my files below

Re: catalina classpath question

2001-01-25 Thread Arshad Mahmood
Thanks Craig, that clears up the issue. Regards, Arshad - Original Message - From: Craig R. McClanahan To: [EMAIL PROTECTED] Sent: Thursday, January 25, 2001 11:42 PM Subject: Re: catalina classpath question Arshad Mahmood wrote: Hi,I am

Re: Catalina + Apache

2001-01-20 Thread Arshad Mahmood
Can you recommend any documents for trying to understand the architecture of mod_webapp and catalina connectors, or is the source the best place. I am fairly keen in getting involved in this area, so any indication of where to get started would be gratefully received. I am a fairly good 'C' and

Query regrading mod_webapp

2001-01-16 Thread Arshad Mahmood
I have been trying to configure mod_webapp (without much luck) and I notice that wa_host will not allow applications to be mounted which have common heads (i.e. '/' and '/examples/'). Tomcat itself doesn't seem to have any problem with such a setup. Is this a genuine design decision? Regards,

Re: Any solution for bug#696?

2001-01-13 Thread Arshad Mahmood
Hi, I have downloaded the latest tomcat-4.0-b1 binaries and have been trying to get it working on with Apache 1.3.12. 1. Apache 1.3.12 complains that the mod_webapp.so in the linux directory was not compiled with -DEAPI and may crash. I rebuilt it from the source and this error went away. 2.