Sending every request in apache to the mod_jk module.

2004-09-03 Thread Krause Karin
Hi all, I read about that issues several times in this mailing list, but got no clear answer to this. I use Apache/1.3.27 (Unix) mod_jk/1.2.4 and Tomcat 4.1.27 I got the following debug messages in the mod_jk log file: [Fri Sep 03 10:14:32 2004 AM] [jk_uri_worker_map.c (460)]: Into

RemoteAddrValve and mod_jk

2004-05-14 Thread Krause Karin
Hi everybody, I have a question regarding the use of the RemoteAddrValve. I have the following scenario: Apache Web Server on a separate host, Tomcat 4.1.27 on another host. I use mod_jk 1.2.5 to connect from Apache to Tomcat. I wish to make sure that only requests from a specific Apache Server

mod_jk 1.2.6

2004-04-14 Thread Krause Karin
Hello, does anybody know from where I can get mod_jk in version 1.2.6? I found only binaries and sources for version 1.2.5. Or does anybody know which CVS tag I must use to check out this version? Thanks for your help in advance. Regards Karin

FW: HELP: Want to custom the TOMCAT NOT-FOUND page.

2004-01-27 Thread Krause Karin
Hi maybe this can help http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/host.html You write your own errorReportValveClass to customize Error Pages. -Original Message- From: Krause Karin Sent: Mittwoch, 21. Januar 2004 11:26 To: 'Tomcat Users List' Subject: RE: HELP: Want

RE: connectionTimeout

2004-01-23 Thread Krause Karin
of the property maxProcessor) everythings hangs (no more requests will reach Tomcat). So I think I must set the maxProcessors on the Tomcat side equal or a little bit higher than the property maxClients on the Apache side. What do you think? Regards Karin -Original Message- From: Krause Karin

RE: connectionTimeout

2004-01-22 Thread Krause Karin
keep-alive, except that since the Apache -- Tomcat socket has nothing to do with the browser -- Apache socket, there isn't a reason to close it. Krause Karin [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] thanx for your answer (again ) As far as I know I cannot disable

disableUploadTimeout

2004-01-21 Thread Krause Karin
Hi everybody, I have a question regarding the org.apache.coyote.tomcat4.CoyoteConnector (Tomcat 4.1.27) What does the property disableUploadTimeout really mean? I do not understand the explanation: This flag allows the servlet container to use a different, longer connection timeout while a

RE: disableUploadTimeout

2004-01-21 Thread Krause Karin
, simple forms. Krause Karin [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi everybody, I have a question regarding the org.apache.coyote.tomcat4.CoyoteConnector (Tomcat 4.1.27) What does the property disableUploadTimeout really mean? I do not understand the explanation: This flag allows

connectionTimeout

2004-01-21 Thread Krause Karin
Hi everybody, I have a question regarding the configuration/behaviour of the org.apache.coyote.tomcat4.CoyoteConnector (Tomcat 4.1.27). I use Tomcat together with Apache (over mod_jk). When I set the connectionTimeout to a very high value (for example 5 hours) and the maxProcessors to a very

RE: connectionTimeout

2004-01-21 Thread Krause Karin
: connectionTimeout Krause Karin [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi everybody, I have a question regarding the configuration/behaviour of the org.apache.coyote.tomcat4.CoyoteConnector (Tomcat 4.1.27). I use Tomcat together with Apache (over mod_jk). When I set

RE: HELP: Want to custom the TOMCAT NOT-FOUND page.

2004-01-21 Thread Krause Karin
Hi, you can specify custom error pages in the web.xml file see the servlet spec here is an example: error-page error-code404/error-code location/errorpages/404.html/location /error-page Karin -Original Message- From: Rai Ou

FW: tomcat-user-unsubscribe@jakarta.apache.org

2003-12-15 Thread Krause Karin
-Original Message- From: Krause Karin Sent: Montag, 15. Dezember 2003 15:36 To: 'Tomcat Users List' Subject: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Urgent: referencing external jar files from a jar in WEB-INF/lib

2003-12-08 Thread Krause Karin
Hello, I just posted a very similar question some time ago, but got no answer until now. see http://marc.theaimsgroup.com/?l=tomcat-userm=106337028016813w=2 I use Tomcat 4.1.27. My question was, if Tomcat ClassLoaders can evaluate the CLASS-PATH attribute set in the manifest of a jar file, to

InstallTask using a Context configuration .xml file

2003-12-05 Thread Krause Karin
Hello, I have a question regarding Tomcat 4.1.27. I would like to use the ant InstallTask to install a web application. I'd like to install my web application by means of a Context configuration .xml file . Thats the way my ant file looks: target name=install description=Install

Evaluation of the Manifest of a jar file

2003-09-12 Thread Krause Karin
Hello, I read this article about the evaluation of the CLASSPATH attribute set in the manifest in a jar file. This CLASSPATH attribute refers to other jar files. see: http://marc.theaimsgroup.com/?l=tomcat-userm=105360018918350w=2 I don't understand if the Tomcat class loaders (e.g. the common

RE: JSP Compilation - saving compiled JSPs to disk howto?

2003-09-09 Thread Krause Karin
Hello, I use the following ant target to compile / and generate jsp definitions in the web.xml file !-- compile.jsp === -- !-- The compile.jsp target generates from jsp files by means of Jasper2 java source files into the project source

Cannot shutdown Tomcat gracefully

2003-09-05 Thread Krause Karin
Hello, I saw that bug in the bug database http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20663 I also receive this exception with Tomcat 4.1.27 and Solaris. I'm just wondering why this bug has the Severity Blocker. Can someone tell me about the consequences of this bug? Are there any severe

Authentication without authorisation

2003-08-27 Thread Krause Karin
Hi all, I've got a question regarding authentication. I wish to do authentication without authorisation. So this means everybody should be free to access my web-resource but I wish to know who it is. Therefore the accessing user must login. As probably everybody knows here I can configure that by

RE: Authentication without authorisation

2003-08-27 Thread Krause Karin
-constraint Will require authentication but not authorisation. John. Krause Karin wrote: Hi all, I've got a question regarding authentication. I wish to do authentication without authorisation. So this means everybody should be free to access my web-resource but I wish to know who it is. Therefore

How to use run-as

2003-08-14 Thread Krause Karin
Hello, in my environment I have a servlet which act as an EJB Client. The servlet uses BASIC authentication. But the call to the EJB should use another principal. As far as I understand the servlet spec, run-as can be used to do such things. Here is a snippet from my web.xml file servlet

RE: session expiry

2003-07-10 Thread Krause Karin
Hi Paul, Session timeout can be configured in the deployment descriptor of your servlet (web.xml). see servlet spec 2.3 the session-timeout element defines the default session timeout interval for all sessions created in this web application. The specified timeout must be expressed in a whole

Custom Realm: How to access the LoginConfig of the current context.

2003-07-09 Thread Krause Karin
Hi, we are running Tomcat 4.1.24 and I try to implement a custom realm. Inside the realm I need access to the current context of my web app in order to get some information from the LoginConfig object. Is there a possibility to access this. I have seen that I can access the context in the

SIGTERM to stop TOMCAT

2002-06-14 Thread Krause Karin
Hi all, I've got a question regarding stopping TOMCAT on solaris. I use TOMCAT 4.0.3 Standalone (without any webserver) Solaris 2.6 jdk1.3.1 Here my question: Is it valid to stop TOMCAT by sending SIGTERM to the process? I'd like to do so, because I started TOMCAT within a monitoring process.