Re: Tomcat 7 and securityfilter [or A Love Letter to markt]

2010-03-31 Thread Peter Crowther
On 30 March 2010 23:50, Mark Thomas ma...@apache.org wrote: I feel a Baldrick[1] moment coming on. Baldrick, what starts with 'Come here!' and ends with 'Ouch'? Dunno Baldrick, come here! slap Ouch! ... or was there a different moment you had in mind, Mark? :-) - Peter

Re: Submitting a patch

2010-03-31 Thread ntwrkd
I appreciate the ltmgtfy, but the search results actually didn't address my question. I do appreciate the try. For those asking this question in the future, I believe I found the answer to my question here http://ariejan.net/2007/07/03/how-to-create-and-apply-a-patch-with-subversion/ On Tue,

AJP java client

2010-03-31 Thread Andrew Bruno
Hello all, I have a situation where I wish to break up my web application, but wish to maintain the same domain as the front end URL. All customers log in via a single domain using their email address as a username. The email address gives them access to their customer repository data (lucene,

Re: Submitting a patch

2010-03-31 Thread Bob Hall
--- On Tue, 3/30/10 at 11:54 PM, ntwrkd ntw...@gmail.com wrote: I appreciate the ltmgtfy, but the search results actually didn't address my question. The 1st Google hit, http://tomcat.apache.org/bugreport.html seems to cover it: Bug Fix Patch - A patch created using diff -u or svn diff

Re: Submitting a patch

2010-03-31 Thread ntwrkd
hey, thanks for that, Bob. On Wed, Mar 31, 2010 at 12:11 AM, Bob Hall rfha...@yahoo.com wrote: --- On Tue, 3/30/10 at 11:54 PM, ntwrkd ntw...@gmail.com wrote: I appreciate the ltmgtfy, but the search results actually didn't address my question. The 1st Google hit,

submitting a patch documentation (was submitting a patch)

2010-03-31 Thread ntwrkd
https://issues.apache.org/bugzilla/show_bug.cgi?id=49028. On Wed, Mar 31, 2010 at 12:33 AM, ntwrkd ntw...@gmail.com wrote: hey, thanks for that, Bob. On Wed, Mar 31, 2010 at 12:11 AM, Bob Hall rfha...@yahoo.com wrote: --- On Tue, 3/30/10 at 11:54 PM, ntwrkd ntw...@gmail.com wrote: I

connection_pool_size informations

2010-03-31 Thread Ramblewski David
Hi, I'm actually working on a production platform to make some benchmarks and there is an important latency mainly because of sockets renewal. The platform is set up with 4 front servers hosting 1 apache process and 24 middle servers hosting 4 tomcat instances. Thus there is 4 apaches and 96

Hide JSP name using web.xml

2010-03-31 Thread Karthik Nanjangude
Hi SPEC : O/s UNIX / WIN2000 / Linux JDK1.5 TOMCAT 5.0.20.0 Question: How to hide the name ( other then index.jsp ) of JSP in URL for a web application ? For a valid reason I have 5 jsp folders. All 5 jsp folders Do NOT have index.jsp as primary folder but other names. Any ideas plz ...

Re: Hide JSP name using web.xml

2010-03-31 Thread Andrew Bruno
do you want the other names to be default? e.g. http://domain.com/folder/soepage.jsp == http://domain.com/folder/ if so, you can add soepage.jsp to the list of default pages in web.xml On Wed, Mar 31, 2010 at 8:16 PM, Karthik Nanjangude karthik.nanjang...@xius-bcgi.com wrote: Hi SPEC :

Tomcat not serving large content?

2010-03-31 Thread John Dunne
Hi, I'm using tomcat 5.5.28 to serve an XML document (an RSS feed actually) via a servlet. An RSS client makes the request via a HTTP POST request, and I can see the servlet serves the entire XML document, however, the RSS client for some reason does not receive a complete document. I've

Re: Tomcat login

2010-03-31 Thread Stéphanie Cettou
Thank you very much, I will learn more for this solution. But all points of my issue list must be covered... And the other problem is that the user should be access everywhere (not only from their pc). And I have an other question, how I can get more roles at an user? A tomcat solution exist? Or

Re: AJP java client

2010-03-31 Thread Bill Barker
As far as I know, only Apache Jakarta-JMeter has a Java AJP client. You can look there for how to set one up. Andrew Bruno andrew.br...@gmail.com wrote in message news:t2o9b906c961003310002j519ef867p3ead196614483...@mail.gmail.com... Hello all, I have a situation where I wish to break up my

Re: Tomcat login

2010-03-31 Thread André Warnier
Stéphanie Cettou wrote: Thank you very much, I will learn more for this solution. But all points of my issue list must be covered... And the other problem is that the user should be access everywhere (not only from their pc). Can you define this more precisely ? Do you mean like, for example,

Re: AW: Virtualization (Xen, vmware) + Tomcat

2010-03-31 Thread Eric Laflamme
Hi Steffen, uname -a Dom0: Linux pbn041.privatedns.com 2.6.18.8-xen #1 SMP Thu Oct 1 14:00:22 EDT 2009 x86_64 x86_64 x86_64 GNU/Linux DomU: Linux s041.panelboxmanager.com 2.6.18-164.el5xen #1 SMP Thu Sep 3 04:03:03 EDT 2009 x86_64 x86_64 x86_64 GNU/Linux Config for DomU -- name =

Re: Tomcat not serving large content?

2010-03-31 Thread Pid
On 31/03/2010 10:51, John Dunne wrote: Hi, I'm using tomcat 5.5.28 to serve an XML document (an RSS feed actually) via a servlet. An RSS client makes the request via a HTTP POST request, and I can see the servlet serves the entire XML document, however, the RSS client for some reason does not

RE: Hide JSP name using web.xml

2010-03-31 Thread Karthik Nanjangude
Hi http://domain.com/folder/ Let us say I have http://domain.com/folder1/abcd.jsp == http://domain.com/folder1/ http://domain.com/folder2/xyz.jsp == http://domain.com/folder2/ http://domain.com/folder3/abxy.jsp == http://domain.com/folder3/ http://domain.com/folder4/xyab.jsp ==

Re: Hide JSP name using web.xml

2010-03-31 Thread 2smart4u
hm, might be a bit of typo-work, but why not specify them in your deployment-descriptor (aka web.xml)? example (snippet): servlet description/description display-nameSomeName/display-name servlet-nameMyServlet/servlet-name

AW: AW: Virtualization (Xen, vmware) + Tomcat

2010-03-31 Thread Steffen Heil
Hi Looks fine, no direct pointers... Only one strange thing: root 13234 0.1 2.5 4484708 412636 pts/0 Sl Mar30 1:12 /usr/local/jdk/bin/java -Djava.util.logging.config.file=/usr/local/jakarta/tomcat/conf/logging.prope rties

*** SPAM *** Tomcat NIO : CometProcessor

2010-03-31 Thread Christian Pfeiffer
Hello, I just tried to use the tomcat nio and wondered if it is possible to use client and server pushes through the same socket connection? Or if I have to establish to connections for that purpose. In the end the client should be able to receive notification from server (server push) and

RE: Tomcat 7 and securityfilter [or A Love Letter to markt]

2010-03-31 Thread Caldarale, Charles R
From: peter.crowth...@googlemail.com [mailto:peter.crowth...@googlemail.com] On Behalf Of Peter Crowther Subject: Re: Tomcat 7 and securityfilter [or A Love Letter to markt] Baldrick, what starts with 'Come here!' and ends with 'Ouch'? Dunno Baldrick, come here! slap Ouch! ...

RE: Tomcat not serving large content?

2010-03-31 Thread John Dunne
Hi Pid, Thanks for your reply. The file is 140 kilobytes. -Original Message- From: Pid [mailto:p...@pidster.com] Sent: 31 March 2010 13:20 To: users@tomcat.apache.org Subject: Re: Tomcat not serving large content? On 31/03/2010 10:51, John Dunne wrote: Hi, I'm using tomcat 5.5.28

Re: Tomcat NIO : CometProcessor

2010-03-31 Thread Filip Hanik - Dev Lists
hi Chris, if the connection is closed, most likely there is some sort of data error somewhere. Record your transaction with Wireshark, and we can examine it. Low latency http, meaning sending traffic back and forth should be possible within the body of the request Filip On 03/31/2010 07:01

Re: Tomcat not serving large content?

2010-03-31 Thread Pid
On 31/03/2010 14:37, John Dunne wrote: Hi Pid, Thanks for your reply. The file is 140 kilobytes. That's not really very large and certainly not large enough for the size to be an interesting factor. What happens if you download the file in a browser? How is the Servlet sending it, by a

RE: Tomcat not serving large content?

2010-03-31 Thread Caldarale, Charles R
From: John Dunne [mailto:j...@alldunne.com] Subject: RE: Tomcat not serving large content? The file is 140 kilobytes. That's actually relatively small - should not be a problem. Tomcat doesn't limit the response size, but whatever you're using to serve the content might be. Running

Re: Tomcat 7 and securityfilter [or A Love Letter to markt]

2010-03-31 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mark, On 3/30/2010 6:50 PM, Mark Thomas wrote: On 30/03/2010 23:05, Christopher Schultz wrote: If Tomcat is moving to Filters rather than Valves, does that mean that Tomcat authentication will be done using Filters, or is there some other

Re: Tomcat not serving large content?

2010-03-31 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 John, On 3/31/2010 9:37 AM, John Dunne wrote: The file is 140 kilobytes. Tomcat has no limitations on response size: it's all streaming as far as Tomcat is concerned. We routinely send large static and dynamic documents through Tomcat 5.5.25/26

Re: Tomcat NIO : CometProcessor

2010-03-31 Thread Christian Pfeiffer
Hey Filip, thanks for your swift response. Wireshark tells me: //Client// POST /url/servlet HTTP/1.1 Host: localhost:8080 User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.13) Gecko/2009080315 Ubuntu/9.04 (jaunty) Firefox/3.0.13 Transfer-Encoding: chunked 145 some

Re: AW: AW: Virtualization (Xen, vmware) + Tomcat

2010-03-31 Thread Eric Laflamme
Hi, Hi Looks fine, no direct pointers... Only one strange thing: root 13234 0.1 2.5 4484708 412636 pts/0 Sl Mar30 1:12 /usr/local/jdk/bin/java -Djava.util.logging.config.file=/usr/local/jakarta/tomcat/conf/logging.prope rties

Re: Tomcat 7 and securityfilter [or A Love Letter to markt]

2010-03-31 Thread Pid
On 31/03/2010 14:44, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mark, On 3/30/2010 6:50 PM, Mark Thomas wrote: On 30/03/2010 23:05, Christopher Schultz wrote: If Tomcat is moving to Filters rather than Valves, does that mean that Tomcat authentication will be

Re: Tomcat 7 and securityfilter [or A Love Letter to markt]

2010-03-31 Thread Mark Thomas
On 31/03/2010 14:44, Christopher Schultz wrote: I'm not sure about the ASF's desires, but moving sf into the ASF proper and having Tomcat simply use it as its authentication and authorization strategy would be the best result for everyone: I would (probably) get more help with the code, Tomcat

Windows Local user Login

2010-03-31 Thread Stéphanie Cettou
Hi, it is possible to do a windows authentication using local window xp users and Tomcat? I have Tomcat 5.5 and I will make a login to a jsp web site. I tested with Realm className=org.apache.catalina.realm.JDBCRealm and Realm className=org.apache.catalina.realm.JNDIRealm for Active

Re: AJP java client

2010-03-31 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Andrew, On 3/31/2010 3:02 AM, Andrew Bruno wrote: I would like to split the web app up, so that the front end server has smarts to know which backend tomcat server to redirect to. As far as I know, Apache AJP can be configured to redirect to

RE: Tomcat not serving large content?

2010-03-31 Thread John Dunne
When I download the file in a browser, the XML content is incomplete and so the browser just complains of receiving a malformed XML document. This is the same for several browsers. The Servlet is sending the document to the client via Rome java rss library. Rome polls the XML feed from the

Re: Tomcat 7 and securityfilter [or A Love Letter to markt]

2010-03-31 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Pid, On 3/31/2010 10:00 AM, Pid wrote: I'd be interested in (over)hearing that conversation, my specific interest being related to OAuth. Sure. Since the Tomcat 5.x Realms broke sf's ability to use the Tomcat Realms, I've found myself having to

Re: Tomcat 7 and securityfilter [or A Love Letter to markt]

2010-03-31 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mark, On 3/31/2010 10:06 AM, Mark Thomas wrote: This is probably now a discussion for the dev list. Okay, I'll join the dev list and post something soon. Note that any decision to move the code to the ASF would mean having to go via the

RE: AW: AW: Virtualization (Xen, vmware) + Tomcat

2010-03-31 Thread Caldarale, Charles R
From: Eric Laflamme [mailto:elafla...@iweb.com] Subject: Re: AW: AW: Virtualization (Xen, vmware) + Tomcat root 24865 2.2 0.0 10132 360 ?Rs Mar30 13:28 jsvc.exec -user tomcat -cp ./bootstrap.jar -Djava.endorsed.dirs=../common/endorsed -outfile ../logs/catalina.out

Re: Tomcat 7 and securityfilter [or A Love Letter to markt]

2010-03-31 Thread Mladen Turk
On 03/31/2010 04:06 PM, Mark Thomas wrote: On 31/03/2010 14:44, Christopher Schultz wrote: Note that any decision to move the code to the ASF would mean having to go via the incubator [1]. Unless it gets part of some TLP project. If it's a standalone component like, it can go to the Commons.

Re: Windows Local user Login

2010-03-31 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Stéphanie, On 3/31/2010 10:08 AM, Stéphanie Cettou wrote: it is possible to do a windows authentication using local window xp users and Tomcat? Do you happen to be using ActiveDirectory? Realm className=org.apache.catalina.realm.JNDIRealm for

Re: Tomcat not serving large content?

2010-03-31 Thread Pid
On 31/03/2010 15:11, John Dunne wrote: When I download the file in a browser, the XML content is incomplete and so the browser just complains of receiving a malformed XML document. This is the same for several browsers. How many bytes do you get? Is it the same amount each time? Have to ask:

Re: AW: AW: Virtualization (Xen, vmware) + Tomcat

2010-03-31 Thread Eric Laflamme
This email contained a .zip file attachment. Raytheon does not allow email attachments that are considered likely to contain malicious code. For your protection this attachment has been removed. If this email is from an unknown source, please simply delete this email. If this email was

Re: Tomcat NIO : CometProcessor

2010-03-31 Thread Filip Hanik - Dev Lists
I would need the raw data, not copy paste, I can't make anything out of that. Or if you have, a simple test case. Filip On 03/31/2010 07:57 AM, Christian Pfeiffer wrote: Hey Filip, thanks for your swift response. Wireshark tells me: //Client// POST /url/servlet HTTP/1.1 Host:

Re: Compiling JSP with SMAP

2010-03-31 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 All, Strange... I found this sitting in my Unsent folder. Here it is, a little late. On 3/24/2010 8:40 AM, TWönlìnè wrote: Now a new problem arise, How to read a .SMAP file, I know its map from JSP to JAVA but how the numbers are associated, (can

Re: AW: AW: Virtualization (Xen, vmware) + Tomcat

2010-03-31 Thread Eric Laflamme
This email contained a .zip file attachment. Raytheon does not allow email attachments that are considered likely to contain malicious code. For your protection this attachment has been removed. If this email is from an unknown source, please simply delete this email. If this email was

RE: AW: AW: Virtualization (Xen, vmware) + Tomcat

2010-03-31 Thread Caldarale, Charles R
From: Eric Laflamme [mailto:elafla...@iweb.com] Subject: Re: AW: AW: Virtualization (Xen, vmware) + Tomcat Ok Again, change the extension to .zip The .zip got to the list on your first attempt. The attachment stripped message came from the overly protective e-mail server of one of the

Re: Windows Local user Login

2010-03-31 Thread Stéphanie Cettou
I am confusing... I have a JSP application and tomcat 5.5. my goal it to implement a login for this application with this mandatory rules: - Check type of password (more that 8 char, special char,...) - Ask new password every month (from the web site) - Block the user after 3 failed login -

Re: Tomcat NIO : CometProcessor

2010-03-31 Thread Christian Pfeiffer
Here the raw data: No. TimeSourceDestination Protocol Info 1 0.00127.0.0.1 127.0.0.1 TCP 46356 http-alt [SYN] Seq=0 Win=32792 Len=0 MSS=16396 TSV=5912087 TSER=0 WS=6 Frame 1 (74 bytes on wire, 74 bytes captured)

RE: Windows Local user Login

2010-03-31 Thread Leo Donahue - PLANDEVX
What database are you using? SQL Server 2005 and later allows you to use windows password policy and password expiration. You can enable that when you create your sql login. You create your windows password policy outside of Tomcat in active directory. However, as David pointed out to you in

Re: Windows Local user Login

2010-03-31 Thread Stéphanie Cettou
I have SQL server 2000... If I decide to use active directory I need to write my code to catch exceptions when user logs in with expired, inactive, etc. passwords? It is possible to catch this exceptions from active directory to java? Thanks! 2010/3/31 Leo Donahue - PLANDEVX

Re: Tomcat NIO : CometProcessor

2010-03-31 Thread Filip Hanik - Dev Lists
On 03/31/2010 09:29 AM, Christian Pfeiffer wrote: 31 32 Let's take a look at the data you are sending 0040 36 17 31 32 0d 0a 3c 78 6d 6c 3e 48 65 6c 6c 6f 6.12..xmlHello 0050 3c 2f 78 6d 6c 3e 0d 0a /xml.. Your Chunk header: 31 32 That represents : 12 Which means, Tomcat will expect 18

Re: tomcat PUT not working

2010-03-31 Thread Michael Wojcik
Christopher Schultz wrote: On 3/28/2010 6:28 PM, Michael Wojcik wrote: André Warnier wrote: For all these reasons, currently Tomcat does not support the getParameters() family of methods, when the request method is PUT. This is a Tomcat limitation, not an HTTP one. Again, Tomcat does not

Re: Configuring a database connection pool by source

2010-03-31 Thread David Calavera
Thank you guys, I don't know why this thread skipped my inbox. I already solved the problem, I loaded the contextFactory but I also had to add the context to the server. This is the source code working:

Re: Windows Local user Login

2010-03-31 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Stéphanie, It sounds to me like you're not sure what you want. Your original message was asking about how to authentication against a local Microsoft Windows user database (that is, NOT ActiveDirectory, which should be trivial). Now it sounds like

Cyclos application install(s)

2010-03-31 Thread Rick Bragg
Hi, I am trying to install multiple versions of the cyclos software (http://project.cyclos.org/) I have one version installed in webapps/cyclos and I want to copy that and install a second copied instance for development at webapps/cyclos_dev Here is what I did: 1: Copy the entire directory

Tomcat Supported Windows Operating Systems

2010-03-31 Thread Curtis LaPrise
Hi All, The company I work for is looking at purchasing a product that requires Tomcat (on a Windows based System). We would ideally like to install this on one of our Windows Server 2008 R2 servers. As such I have been looking over the various tomcat documentation (in Vein) trying to find

Re: Tomcat Supported Windows Operating Systems

2010-03-31 Thread David kerber
On 3/31/2010 2:57 PM, Curtis LaPrise wrote: Hi All, The company I work for is looking at purchasing a product that requires Tomcat (on a Windows based System). We would ideally like to install this on one of our Windows Server 2008 R2 servers. As such I have been looking over the various

Re: Hide JSP name using web.xml

2010-03-31 Thread Konstantin Kolinko
2010/3/31 Karthik Nanjangude karthik.nanjang...@xius-bcgi.com: Let us say I have http://domain.com/folder1/abcd.jsp  == http://domain.com/folder1/ http://domain.com/folder2/xyz.jsp   == http://domain.com/folder2/ (..) You want to have requests to http://domain.com/folder1/ to be processed by

[ANN] New Tomcat Committer: Keiichi Fujino (kfujino)

2010-03-31 Thread Filip Hanik - Dev Lists
On behalf of the Tomcat committers I am pleased to announce that Keiichi Fujino (kfujino) has been voted in as a new Tomcat committer. Please join me in welcoming him. Regards, Filip - To unsubscribe, e-mail:

Re: Cyclos application install(s)

2010-03-31 Thread Konstantin Kolinko
2010/3/31 Rick Bragg li...@gmnet.net: What am I missing? Cyclos support forum is here: http://project.cyclos.org/forum/ From Tomcat point of view, there is nothing wrong in what you did. Just speculating here (as I am not a Cyclos user), you might have a) updated not all configuration files,

Re: [OT] Re: jvm exits without trace

2010-03-31 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Taylan, On 3/30/2010 5:51 AM, Taylan Develioglu wrote: We're still having some crashes (segfaults), they may or not be related to the previous ones. :( It seems libapr had something to do with it. [snip] # Problematic frame: # C

Re: [ANN] New Tomcat Committer: Keiichi Fujino (kfujino)

2010-03-31 Thread Rainer Jung
Welcome! Have Fun :) On 31.03.2010 21:29, Filip Hanik - Dev Lists wrote: On behalf of the Tomcat committers I am pleased to announce that Keiichi Fujino (kfujino) has been voted in as a new Tomcat committer. Please join me in welcoming him. Regards, Filip

RE: [OT] Re: jvm exits without trace

2010-03-31 Thread Caldarale, Charles R
From: Christopher Schultz [mailto:ch...@christopherschultz.net] Subject: Re: [OT] Re: jvm exits without trace So, this happens in APR's Socket.accept method? I suspect that if something were wrong in that method, it would be apparent to roughly 50% of the world's web servers. Depends. Try

Re: [OT] Re: jvm exits without trace

2010-03-31 Thread Konstantin Kolinko
[snip] # Problematic frame: # C  [libapr-1.so.0+0x1c0a0] [snip] Java frames: (J=compiled Java code, j=interpreted, Vv=VM code) j  org.apache.tomcat.jni.Socket.accept(J)J+0 So, this happens in APR's Socket.accept method? I suspect that if something were wrong in that method, it would be

Re: [OT] Re: jvm exits without trace

2010-03-31 Thread Konstantin Kolinko
2010/4/1 Konstantin Kolinko knst.koli...@gmail.com: [snip] # Problematic frame: # C  [libapr-1.so.0+0x1c0a0] [snip] Java frames: (J=compiled Java code, j=interpreted, Vv=VM code) j  org.apache.tomcat.jni.Socket.accept(J)J+0 So, this happens in APR's Socket.accept method? I suspect that

Re: AJP java client

2010-03-31 Thread Andrew Bruno
Thanks for the pointers to the jMeter AJP client and also the URL session jvm route idea. If I used the jSession idea, I am assuiming I could filter apache on . + jvmRoute ... right? and redirect to relevant AJP/Tomcat. On Thu, Apr 1, 2010 at 1:11 AM, Christopher Schultz

Re: AJP java client

2010-03-31 Thread Andrew Bruno
http://randomcoder.com/articles/jsessionid-considered-harmful On Thu, Apr 1, 2010 at 7:39 AM, Andrew Bruno andrew.br...@gmail.com wrote: Thanks for the pointers to the jMeter AJP client and also the URL session jvm route idea. If I used the jSession idea, I am assuiming I could filter

RE: Tomcat Supported Windows Operating Systems

2010-03-31 Thread Joseph Morgan
Add Windows Vista 32 Bit and 64 bit to that -Original Message- From: David kerber [mailto:dcker...@verizon.net] Sent: Wednesday, March 31, 2010 2:07 PM To: Tomcat Users List Subject: Re: Tomcat Supported Windows Operating Systems On 3/31/2010 2:57 PM, Curtis LaPrise wrote: Hi All,

mod_jk behaviour during failure

2010-03-31 Thread Mohit Anchlia
I am seeing weird behaviour here. What I am seeing is that when server is not pingable (when I reboot or shutdown) anymore mod_jk keeps logging errors 111 (connection refused) and errors 115 continuously and during this timeperiod if I look at JkStatus the State of the corresponding worker is

Re: mod_jk behaviour during failure

2010-03-31 Thread Rainer Jung
Which version? If 1.2.28 or newer, look for error_escalation_time in http://tomcat.apache.org/connectors-doc/reference/workers.html Read the description and try setting it to 0. Regards, Rainer On 31.03.2010 23:09, Mohit Anchlia wrote: I am seeing weird behaviour here. What I am seeing

Re: mod_jk behaviour during failure

2010-03-31 Thread Mohit Anchlia
On Wed, Mar 31, 2010 at 2:27 PM, Rainer Jung rainer.j...@kippdata.de wrote: Which version? If 1.2.28 or newer, look for error_escalation_time in Actually I am on 1.2.27 so can't use error escalation time. Is there any other way I can do it? I am seeing real odd behaviour with mod_jk. It does

Re: AJP java client

2010-03-31 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Andrew, On 3/31/2010 4:39 PM, Andrew Bruno wrote: Thanks for the pointers to the jMeter AJP client and also the URL session jvm route idea. If I used the jSession idea, I am assuiming I could filter apache on . + jvmRoute ... right? and

mod_jk: confirming JKStripSession setting

2010-03-31 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 All, I've been using JKStripSession with great success since its introduction (thanks, guys: using mod_rewrite seemed s heavy-handed). Today, doing some testing, I found that an img link on a page was in some instances resulting in a

Re: mod_jk behaviour during failure

2010-03-31 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mohit, On 3/31/2010 5:33 PM, Mohit Anchlia wrote: On Wed, Mar 31, 2010 at 2:27 PM, Rainer Jung rainer.j...@kippdata.de wrote: Which version? If 1.2.28 or newer, look for error_escalation_time in Actually I am on 1.2.27 so can't use error

Re: mod_jk behaviour during failure

2010-03-31 Thread Mohit Anchlia
On Wed, Mar 31, 2010 at 3:29 PM, Christopher Schultz ch...@christopherschultz.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mohit, On 3/31/2010 5:33 PM, Mohit Anchlia wrote: On Wed, Mar 31, 2010 at 2:27 PM, Rainer Jung rainer.j...@kippdata.de wrote: Which version? If 1.2.28 or

Re: mod_jk: confirming JKStripSession setting

2010-03-31 Thread André Warnier
Christopher Schultz wrote: ... I tried looking to see if httpd could (from the command-line) dump out the effective httpd.conf that was being used (I use Debian-packaged Apache httpd 2.2 which uses a bunch of Include directives including ones like Include some_dir/*.conf, and other files that I

RE: Hide JSP name using web.xml

2010-03-31 Thread Karthik Nanjangude
Hi I would want to request a jsp page from another page as following http://domain.com/folder1/abcd.jsp to http://domain.com/folder2/xyz.jsp Using Javascript / action But I need both the JSP pages hidden in the URL .. :( With web.xml configurations should each configurations need to be

Connectors in Tomcat

2010-03-31 Thread Hemali Doshi
Hi, i wanted to create an https connector on a port other than 8443. There is a method to create HttpsConnector in MBeanFactory. Could anyone kindly tell me how to use this method and what parameters to pass? Thanks for your help. -Hemali

Can't load page via tomcat6

2010-03-31 Thread Leon Li
Hi I am trying to build sermyadmin page via tomcat6 on a RHEL5 machine. I can start tomcat6 fine, but I couldn't load even the default page. browser seems to try to load something and eventually timed out. Any ideas? I can provide other information if required. Thanks Leon

RemoteHostValve for infinite domains?

2010-03-31 Thread Dean Hiller
I added this(I want it to use my requirements.war file for any requests to .dev.premonitionx.com where is infinite combinations all of which point to one single ip of course. I have another Host for .demo.premonitionx.com as well with infinite combinations again. This does not seem