Timestamps in mod_jk.log

2001-03-22 Thread Shahed Ali
Hi, Could the developers of mod_jk please add timestamp logging and if possible request url to mod_jk.log ? Thanks Shahed.

Re: non-servlet components

2001-02-23 Thread Shahed Ali
nstance() method creates the returned reference object if its not already present. Otherwise it returns the existing instance. This approach is used in Connection Pooling classes, and it works fine for me. Regards Shahed. - To uns

Re : extracting jsp file name

2001-02-01 Thread Shahed Ali
er code in CommandLineCompiler.java from jasper. The interface file Mangler.java has a comment that says that I can *plug in* my own mangler. However, would that mean rewriting CommandLineCompiler since it implements Mangler ? Tha

REPOST : extracting jsp filename from generated class

2001-01-31 Thread Shahed Ali
nother Qs :- How does Tomcat know that a certain jsp page maps to a certain class ?. If I can access that data, then I can possibly lookup the pagename. Any clues ? Thanks Shahed. - To unsubscribe, e-mail: [EMAIL PROTE

BIZZAR Caching Problem !!

2001-01-26 Thread Shahed Ali
on ? Does mod_jk somehow cache the jsp file ? Thanks Shahed. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

JSP generated .java Naming Convention

2001-01-25 Thread Shahed Ali
_1 Is there some standard way of extracting the jsp page name form this ? Or is this naming convention subject to change ? Or is there any other way ? Thanks Shahed. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional co

Re: possible problem with CLIENT-CERT login and security constraint on TOMCAT 4.0

2001-01-12 Thread Shahed Ali
tomcat or something to that effect.   Are there any examples out there that talk about how to set up client cert auth with Apache + Tomcat + acquiring a client cert + Becoming an issure of client certs.   Thanks Shahed.

Object Passivation in TC 3.2.x ?

2000-12-22 Thread Shahed Ali
suspect that this is due to that class being serialized.   This does not seem to happen in tomcat 3.1 though. The same site / connection pool class works fine !!!   Is this my problem ? Is there any way to turn this off.   Thanks Shahed.    

Socket Exception using Tomcat 3.2.1

2000-12-14 Thread Shahed Ali
java.lang.Thread.run(Thread.java:484)   Any idea whats going on ?   Thanks Shahed.

Nightly Build Link broken ?

2000-12-13 Thread Shahed Ali
Hi, I am trying to download Tomcat 3.2.1 B. Is it the same as the release version of Tomcat 3.2.1 ? In any case, the Nightly Build Link for downloading the source code of Tomcat seems to be broken. Thanks Shahed.

How to check if Load Balancing is working ?

2000-12-12 Thread Shahed Ali
on ajp13 ports) or by setting any Log parameters which would tell me that the multiple connection are acctually being used ?   Thanks Shahed.

Load Balancing Info

2000-12-11 Thread Shahed Ali
service the same Mout Point. All the examples talk about is doing load balancing for different mount points.   Also they are not clear if I have to run multiple tomcat instances or edit the server.xml and add more directives running on different ports.   Thanks Shahed.

Reading SSL Client Cert in TC 3.2

2000-12-07 Thread Shahed Ali
) in general.   Thanks Shahed.

Patches

2000-12-06 Thread Shahed Ali
Hello,   Where can I get hold of patches to Tomcat and their descriptions ?   Also, how can I find out which patches are applied to my installed version of tomcat ? I have downloaded a binary version.   Thanks Shahed.

Include Directive 3.1 Vs 3.2

2000-12-04 Thread Shahed Ali
and 1.inc would have  <@ include file = "2.inc">   Is this a change in the jsp spec or something specfic to tomcat ?   Thanks Shahed

Tomcat 3.2 on Solaris 8 with Sun JDK 1.1.2

2000-12-04 Thread Shahed Ali
d in later versions ?   Thanks Shahed

Cannot compile mod_jk under Solaris 8 Intel

2000-12-04 Thread Shahed Ali
error.   If I do give the -lposix4 flag, I get a message saying that cannot start server.   BTW, I am using StrongHold (Apache 1.3.14) and the apxs etc are from stronghold.   Thanks Shahed

Client Certificate Auth

2000-12-04 Thread Shahed Ali
to users based on that. Firstly is this supported in Tomcat 3.1 with Apache as the web server ? Also is there any way that I can dispense certificates off my web server rather than ask the users to get a certificate from a CA. Thanks Shahed.

Fw: Virtual Hosts and Context Path Question

2000-12-01 Thread Shahed Ali
  -Original Message-From: Shahed Ali <[EMAIL PROTECTED]>To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>Cc: [EMAIL PROTECTED] <[EMAIL PROTECTED]>Date: Friday, December 01, 2000 11:33 AMSubject: Virtual Hosts and Context Path Question I am running Apache Stronghold w

Re: WWW-Auth

2000-11-15 Thread shahed
I am using Tomcat 3.1 with Apache/Stronghold. I assumed that all the web.xml stuff would not work. Am I right ? or will it still work ? Also, I want to auth against a database. In the book Professional JSP, there is an example of using a security interceptor. But again, will that work if I am us

WWW-Authentication with Tomcat

2000-11-15 Thread shahed
How can I do a www-authentication with a jsp page ? I tried to set a header in the response of a page, and that bought up the popup uid/pwd window, but how do I get the values back ? Thanks Shahed - To unsubscribe, e-mail