Re: users Digest 22 Nov 2010 20:46:42 -0000 Issue 10094

2010-11-22 Thread Bill Barker
"Nicholas Sushkin" wrote in message news:201011221714.26614.nsush...@openfinance.com... On Monday, November 22, 2010 15:46:42 users-digest-h...@tomcat.apache.org wrote: On behalf of the Tomcat committers I am pleased to announce that Christopher Schultz (schultz) has been voted in as a new T

Re: Problem redirecting http to https in Tomcat 4

2010-07-13 Thread Bill Barker
Tomcat 4.x is well know to have problems with this when using a non-default SSL port with MSIE. However, it usually works ok with the default SSL port. I would check that you have the correct redirectPort defined in the for the non-SSL connector. "Robedan" wrote in message news:29151597.p.

Re: the welcome file "index.jsp" returns an 302 redirection

2010-07-08 Thread Bill Barker
"lei jiang" wrote in message news:aanlktin0dhodp9brzlx589xkvuz4dar0dnklry637...@mail.gmail.com... Hi, guys: I am using the Tomcat 5.0.28.0, and I put the my website into webapps directory. The welcome-file-list section likes this: index.jsp In the index.jsp, I use the jsp:forward t

Re: Tomcat 6.0 always uses default host in multi-host config

2010-05-26 Thread Bill Barker
Allow me one more attempt at a clear doc? 1) If useIPVHosts=false (default), then the host header name determines for processing, or default host of the Engine. 2) If useIPVHosts=true, then IP address of request determines for processing, providing the IP is provided as the host name, or . If

Re: Missing commons-el.jar causes NoClassDefFoundError org/apache/commons/el/ExpressionEvaluatorImpl

2010-05-06 Thread Bill Barker
"Caldarale, Charles R" wrote in message news:99c8b2929b39c24493377ac7a121e21f98e46de...@usea-exch8.na.uis.unisys.com... From: Greg Bondy [mailto:gbo...@starmountsystems.com] Subject: Missing commons-el.jar causes NoClassDefFoundError org/apache/commons/el/ExpressionEvaluatorImpl (I was wond

Re: a servlet-related Java question

2010-04-21 Thread Bill Barker
"Christopher Schultz" wrote in message news:4bcf5f41.6060...@christopherschultz.net... -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 André, On 4/21/2010 3:46 PM, André Warnier wrote: Mark Thomas wrote: On 21/04/2010 20:24, André Warnier wrote: Mark Thomas wrote: ... I'd just use JAD an

Re: Tomcat startup error

2010-04-10 Thread Bill Barker
"Christopher Schultz" wrote in message news:4bbf945e.4050...@christopherschultz.net... -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Harry, On 4/9/2010 2:01 PM, Harry Metske wrote: you are using some piece of software (com.mypkg.packaging.*) that is calling tomcat code. It expects to find

Re: Enabling HTTP Put

2010-04-02 Thread Bill Barker
"André Warnier" wrote in message news:4bb5a06e.4080...@ice-sa.com... Stacy Mobley wrote: Hi, I was wondering if there was a way to enable HTTP Put via the API's. What makes you think it is not enabled ? (at least, presuming you are talking about Tomcat) I've tried using ServletContext.

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" wrote in message news:t2o9b906c961003310002j519ef867p3ead196614483...@mail.gmail.com... Hello all, I have a situation where I wish to break up my web application, but

Re: Win7 calling native code via JNI

2010-03-27 Thread Bill Barker
"Caldarale, Charles R" wrote in message news:99c8b2929b39c24493377ac7a121e21f96d2507...@usea-exch8.na.uis.unisys.com... From: Patrick Flaherty [mailto:pflah...@rampageinc.com] Subject: Win7 calling native code via JNI as soon as I call the dll's init function (CPPInit) it crashed the JVM.

Re: org.apache.jk.config.ApacheConfig modJk

2010-03-15 Thread Bill Barker
"Christopher Schultz" wrote in message news:4b9d8435.50...@christopherschultz.net... -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Todd, On 3/14/2010 1:41 PM, Todd Hicks wrote: This may be a question better suited for the dev list, but I thought I'd try here first. I've been troubleshooti

Re: Access to Tomcat's MBeans

2010-03-03 Thread Bill Barker
"Pid" wrote in message news:4b8e40b8.9070...@pidster.com... On 03/03/2010 06:32, Caldarale, Charles R wrote: From: Cummins College [mailto:cummins.grou...@gmail.com] Subject: Access to Tomcat's MBeans Could someone please help us how to access Tomcat's Mbeans using Java code. This is not

Re: check number of http connection in tomcat

2010-03-03 Thread Bill Barker
"Caldarale, Charles R" wrote in message news:99c8b2929b39c24493377ac7a121e21f96cb875...@usea-exch8.na.uis.unisys.com... From: André Warnier [mailto:a...@ice-sa.com] Subject: Re: check number of http connection in tomcat 1) the correct link is probably : http://XXXx:8080/manager That will g

Re: Tomcat threads

2010-03-02 Thread Bill Barker
"Caldarale, Charles R" wrote in message news:99c8b2929b39c24493377ac7a121e21f96cb817...@usea-exch8.na.uis.unisys.com... From: Bill Barker [mailto:billwbar...@verizon.net] Subject: Re: Tomcat threads basically the request is handed off to another thread and the original one retu

Re: Tomcat threads

2010-03-02 Thread Bill Barker
"Caldarale, Charles R" wrote in message news:99c8b2929b39c24493377ac7a121e21f96cb817...@usea-exch8.na.uis.unisys.com... From: Bharath Vasudevan [mailto:bharath@gmail.com] Subject: Re: Tomcat threads If we get a request on a thread, let some other thread do the work for it and store the r

Re: remote debug with tomcat 3.3.2

2010-03-02 Thread Bill Barker
I'm pretty sure that I compiled the binary for 3.3.2 without debugging support. The only thing I can think of is to download the source release of 3.3.2 and compile it with debugging. At the time 3.3.2 was released, using a debugger in Java was so painful that almost nobody did it. "Kedzior

Re: Apache / mod_proxy / Tomcat

2010-02-05 Thread Bill Barker
"André Warnier" wrote in message news:4b6ca79c.3090...@ice-sa.com... Farid Izem wrote: Hi, I have setup an Apache Web Server in front of a Tomcat Web Container. Basically, All request are handle by Apache and passed to Tomcat using mod_proxy_ajp Apache is binded on the IP address of the com

Re: Tomcat Security

2010-02-05 Thread Bill Barker
wrote in message news:fb91a4c0c0682.4b6a8...@quicknet.nl... We are running a few web applications on Tomcat 6 on a Windows Server 2003 system in a Windows 2003 Active Directory Forest. How to make the Tomcat environment secure (hardening)? I read about security manager, but how to add the w

Re: Updating CRL in Tomcat 6 without taking it down

2010-02-05 Thread Bill Barker
"Praveen Pat" wrote in message news:4457dc171002041505p239b835p5107c8efa8f1d...@mail.gmail.com... Hello: I am running Tomcat 6 in SSL mode with ClientAuth=true. Here are my Connector Properties: The problem I have is how to update the CRL. If I do not update the CRL, Tomcat does not let a

Re: Ajp port in use - tomcat using next available port

2010-01-21 Thread Bill Barker
"Mark Thomas" wrote in message news:4b57bb79.3010...@apache.org... On 20/01/2010 17:08, Christopher Schultz wrote: Paul, On 1/20/2010 4:08 PM, Paul Guglielmino wrote: I'm setting up the server to only listen on an ajp port (8009). If I already have something listening on that port then tom

Re: Question about AJP Connector Configuration

2010-01-01 Thread Bill Barker
"scotthamilton77" wrote in message news:26981946.p...@talk.nabble.com... > > Hi, > > I'm using Tomcat 6.0.20 fronted by Apache 2.2.10 with mod_proxy_ajp. I'm > trying to figure out some tuning/tweaks to our AJP connector, and have run > into some oddities I am not sure about and want to see if

Re: Using RemoteAddressValve with an Apache mod_proxy_balancer

2009-12-20 Thread Bill Barker
"Mark Thomas" wrote in message news:4b2e4e77.3000...@apache.org... > On 20/12/2009 16:04, André Warnier wrote: >> In other words : it seems that quite early in the request process, a >> decision is taken to *replace* the remote IP address as obtained from >> the socket, by the ultimate IP of the

Re: Using RemoteAddressValve with an Apache mod_proxy_balancer

2009-12-19 Thread Bill Barker
"André Warnier" wrote in message news:4b2caede.6070...@ice-sa.com... > Bill Barker wrote: > ... >> If you have a svn checkout, then the command: >> svn diff LocalStrings_fr.properties > LocalStrings_fr.properties.patch >> will do it. Alternatively, Cygw

Re: Using RemoteAddressValve with an Apache mod_proxy_balancer

2009-12-18 Thread Bill Barker
"André Warnier" wrote in message news:4b2bdc92.9050...@ice-sa.com... > Christopher Schultz wrote: >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >> >> Mark, >> >> On 12/18/2009 11:42 AM, Mark Thomas wrote: >>> On 18/12/2009 16:21, André Warnier wrote: or do I need some special edi

Re: Logging all traffics to Tomcat servers

2009-12-18 Thread Bill Barker
"Christopher Schultz" wrote in message news:4b2aa7c4.1060...@christopherschultz.net... > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Fidelis, > > On 12/17/2009 3:42 PM, Fidelis Mnyanyi wrote: >> Thanks Konstantin for your response. I tried to use AccessLogValve, >> but noticed I can only

Re: Using RemoteAddressValve with an Apache mod_proxy_balancer

2009-12-16 Thread Bill Barker
"André Warnier" wrote in message news:4b294eb6.4090...@ice-sa.com... > Martin B. Smith wrote: >> Howdy! >> >> I'm trying to ensure that only specific instances of Apache are allowed >> to proxy requests into my Tomcat 5.5.28 instances. Unfortunately, it >> looks like Tomcat is seeing the actua

Re: [OT - question] Limit user sessions in tomcat

2009-12-15 Thread Bill Barker
"Caldarale, Charles R" wrote in message news:99c8b2929b39c24493377ac7a121e21f9680850...@usea-exch8.na.uis.unisys.com... >> From: André Warnier [mailto:a...@ice-sa.com] >> Subject: Re: [OT - question] Limit user sessions in tomcat >> >> It would seem that there ought to be some low-level response

Re: 'Parametrizing' context.xml?

2009-12-15 Thread Bill Barker
"Mario Splivalo" wrote in message news:4b27994e.5080...@megafon.hr... > Bill Barker wrote: >> "Mario Splivalo" wrote in message >> news:4b266622.5060...@megafon.hr... >> >> Tomcat also supports ant-style variable replacement, so u

Re: 'Parametrizing' context.xml?

2009-12-14 Thread Bill Barker
"Mario Splivalo" wrote in message news:4b266622.5060...@megafon.hr... > Is there a way to 'parametrize' context.xml, for instance, in a manner > one can 'parametrize' build.xml? > > For some webapplication in context.xml one puts, for instance, JDBC > specific stuff. But, several developers can

Re: JSSE question

2009-12-08 Thread Bill Barker
"Christopher Schultz" wrote in message news:4b1ecba6.1030...@christopherschultz.net... > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Vadim, > > On 12/7/2009 1:25 PM, Vadim Letitchevski wrote: >> openssl pkcs12 -export -in /etc/pki/tls/certs/localhost.crt -inkey >> /etc/pki/tls/private/l

Re: JSSE question

2009-12-04 Thread Bill Barker
"Vadim Letitchevski" wrote in message news:e17da276f9a0c84fad22739de29c389005dafc3...@entmail01.tad.teledyne.com... >I am confused. Can Tomcat use only JKS keystore or it can also use pem or >some other certificate storages? > In the Tomcat docs (http://tomcat.apache.org/tomcat-6.0-doc/ssl-how

Re: How to set MaxThreads, MinSpareThreads on AJPconnector using Tomcat 5.5 API's

2009-12-01 Thread Bill Barker
"Rajat Gupta05" wrote in message news:784ae6e0ec8c2343975b7ff4daeaa34b0ce6638...@blrkecmbx06.ad.infosys.com... >Hi, > >I am trying to create a AJP connector on Tomcat5.5 which is running in >Embedded mode by using following API's > > Embedded em = new Embedded(); // create new engine >Standard

Re: Tomcat does not respect the HTTP RFCs !

2009-11-28 Thread Bill Barker
"André Warnier" wrote in message news:4b119016.2020...@ice-sa.com... > Pid wrote: >> On 28/11/2009 12:56, André Warnier wrote: >>> ;-) >>> I just wanted, once, to use a subject line with capitals and an >>> exclamation mark. >>> >>> It seems however that in this particular case, neither Tomcat n

Re: Problems with mod_proxy_ajp and Apache 2

2009-11-26 Thread Bill Barker
"ArthIT" wrote in message news:26531167.p...@talk.nabble.com... > > Hi, > > we are facing some weird problems at one of our customers. > Our application is running on a tomcat server behind a Apache2 Webserver > which does SSL. > The servers are connected with mod_proxy_ajp. > The network is a s

Re: Tomcat in Embedded mode

2009-11-24 Thread Bill Barker
wrote in message news:887c111b0911241208v65192e8fp20e0730fb09ff...@mail.gmail.com... > Hi guys, > > I spent my day into struggling with Tomcat 6 and I just wanted to ask you > for some ideas and whether what I'm doing seems right to you. > > So, I'm trying to port a legacy application which is u

Re: Client certificate chains with mod_jk

2009-11-20 Thread Bill Barker
"Christopher Schultz" wrote in message news:4b070643.1070...@christopherschultz.net... > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Rainer, > > On 11/20/2009 1:09 PM, Rainer Jung wrote: >> On 20.11.2009 17:20, Christopher Schultz wrote: >>> I'm having trouble getting a client certificat

Re: SSL Configuration Question

2009-11-13 Thread Bill Barker
"Christopher Schultz" wrote in message news:4afdb50c.70...@christopherschultz.net... > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Liav, > > On 11/13/2009 10:48 AM, Liav Ezer wrote: >> I need help configuring my http connector to be a secure one via SSL. > > Are you expecting to use tcna

Re: Tomcat really need Shutdown port

2009-11-13 Thread Bill Barker
"Mark Thomas" wrote in message news:4afdf745.6000...@apache.org... > Caldarale, Charles R wrote: >>> From: Mark Thomas [mailto:ma...@apache.org] >>> Subject: Re: Tomcat really need Shutdown port >>> >>> If you set the shutdown port to -1 then the standard process >>> kill (ie kill -15 on linux)

Re: How to set up tomcat and truststore

2009-11-11 Thread Bill Barker
"Luciana Moreira Sa de Souza Signed by - PrivaSphere AG" wrote in message news:4afaead4.30...@privasphere.com... > Hi Jorge, thx for your quick reply. > > Maybe I did not explain my problem well enough, so let me elaborate it a > bit more. > > In our platform clients can upload their self-sign

Re: Tomcat6 - access denied exception ONE TIME after each restart, then all ok... Why? & How to make it stop?

2009-10-31 Thread Bill Barker
"Pete McNeil" wrote in message news:4aeba53e.3090...@microneil.com... > Christopher Schultz wrote: >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >> >> Pete, >> >> On 10/30/2009 7:59 PM, Pete McNeil wrote: >> >>> Fresh install of Tomcat6 on fresh install of ubuntu. >>> >> >> Be specific: ex

Re: Expecting "jsp:param" - Porting resin jsp pages to tomcat, dreamweaver editable sections / comments

2009-10-28 Thread Bill Barker
"Christopher Schultz" wrote in message news:4ae758a0.5050...@christopherschultz.net... > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Bill, > > On 10/26/2009 9:44 PM, Bill Barker wrote: >> "Christopher Schultz" wrote in message >>&g

Re: Expecting "jsp:param" - Porting resin jsp pages to tomcat, dreamweaver editable sections / comments

2009-10-26 Thread Bill Barker
"Christopher Schultz" wrote in message news:4ae5cabb.7070...@christopherschultz.net... > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Konstantin, > >> Those are NOT comments. The JSP comments are <%-- --%>. >> >> I think that if you switch to XML syntax for JSP pages (using jspx >> files

Re: mod_jk with Apache HTTP server version 2.2 and Tomcat 6.0

2009-09-30 Thread Bill Barker
"André Warnier" wrote in message news:4ac3d26d.4000...@ice-sa.com... > François Gravel wrote: >> Greetings, >> I'm a newbie trying my hand at setting up a local PHP and Java >> development >> environment. I use a laptop with Windows XP SP3. >> >> Both service are running fine locally, after in

Re: Apache/Tomcat with SSL

2009-09-28 Thread Bill Barker
The most common cause of this is that you haven't copied your JkMount etc configuration statements to the SSL VirtualHost. In this case, mod_jk doesn't think that it should be serving the .jsp file, so Apache (httpd) serves it instead. Since httpd knows nothing about JSP, it just serves it as

Re: blocked / hanging on call to HandlerRequest.checkRequest

2009-09-28 Thread Bill Barker
"Simon Papillon" wrote in message news:e9cf50b20909280512o2905849fref38fc97a06dd...@mail.gmail.com... > Hi > > I'm running tomcat 5.5.25 on debian sarge 32 bit linux (2.6.8 kernel) > with ~ 1.5GB ram on a pentium 4 2GHz > with a mysql db 5.0.27 > > I've got a configuration with apache mod_jk 1.2

Re: Error when starting ASF Tomcat on iSeries

2009-09-24 Thread Bill Barker
"Mark Thomas" wrote in message news:4aba56f3.3000...@apache.org... > John McCleskey wrote: >> I'm trying to start ASF Tomcat on an iSeries running Webfacing, but my >> server is throwing a java exception in the java log file. The error is: >> >> java.lang.NullPointerException >> >> org/apache/to

Re: Security Constraint conflict

2009-09-18 Thread Bill Barker
"Christopher Schultz" wrote in message news:4ab3f5f1.5060...@christopherschultz.net... > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Peter, > > On 9/18/2009 4:34 PM, Peter Holcomb wrote: >> Thanks for your response. I've read through the example in 13.7.2 of >> the spec > > Which versio

Re: how to unwrap a Request from RequestFacade

2009-09-04 Thread Bill Barker
tra North America, Inc. > Phone: (800)307-4425 ext 222 > Email: mu-...@sectra.com > > > > From: > Christopher Schultz > To: > Tomcat Users List > Date: > 09/04/2009 10:28 AM > Subject: > Re: how to unwrap a Request from RequestFacade > > > > --

Re: how to unwrap a Request from RequestFacade

2009-09-04 Thread Bill Barker
"Christopher Schultz" wrote in message news:4aa12265.3020...@christopherschultz.net... > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Bill, > > On 9/3/2009 10:47 PM, Bill Barker wrote: >> "Christopher Schultz" wrote in message >> news:4

Re: how to unwrap a Request from RequestFacade

2009-09-03 Thread Bill Barker
"Christopher Schultz" wrote in message news:4aa03ca3.4010...@christopherschultz.net... > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Muthu, > > On 9/3/2009 11:17 AM, muthu.chan...@sectra.se wrote: >> I am using tomcat 5.5 and just wanted to write a simple servlet to get >> some informa

Re: jsvc will not start on Snow Leopard & Tomcat 6

2009-09-03 Thread Bill Barker
There is a patch in https://issues.apache.org/jira/browse/DAEMON-98, but I don't know if is the same issue. There are a couple of other OS/X related issues there as well. "bemaniac" wrote in message news:25285131.p...@talk.nabble.com... > > > I tried running ldd, but I guess that command does

Re: query on tomcat connector

2009-09-02 Thread Bill Barker
"Bhuvanesh Pattanashetti" wrote in message news:bce69da80909021136n22683ee8jeb4cf1ca927e2...@mail.gmail.com... > Hello, > > i wanted to create a https connector element at code level(not from > server.xml). > using > http://tomcat.apache.org/tomcat-6.0-doc/api/org/apache/catalina/connector/Conn

Re: How to set header (directly) before response is committed

2009-08-30 Thread Bill Barker
"Martin Grotzke" wrote in message news:1251665502.4485.70.ca...@localhost.localdomain.tld... >On Sun, 2009-08-30 at 14:57 -0400, Christopher Schultz wrote: >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 > > > >Martin, > > >> On 8/30/2009 1:50 PM, Martin Grotzke wrote: > >> I found the Acti

Re: Client SSL certificate chain in Tomcat 6 when using AJP

2009-08-27 Thread Bill Barker
"atul" wrote in message news:216148.14679...@web36801.mail.mud.yahoo.com... > I've a setup where Apache 2.2 is fronting Tomcat 6.0.20. They are talking > AJP/1.3 > Using mod_proxy_ajp. > I've a URL protected by client SSL. Apache prompts for client certificate > and I can get to the cert in my

Re: IP-based virtual hosting with Tomcat(6)

2009-07-29 Thread Bill Barker
wrote in message news:2139500381.6699651248905929000.javamail.r...@sz0016a.emeryville.ca.mail.comcast.net... >All the vHosts are to be situated on the same server. >The server may be addressed using any loopback address >or any non-loopback addressed configured on the NICs of the >server. > >Hen

Re: SSL mode configurations

2009-07-25 Thread Bill Barker
If you are using mod_jk, then you need to configure SSL for Apache httpd. Go to http://httpd.apache.org and pick the documentation for your version from the menu on the left. "Anisha Parveen -X (anparvee - Infosys at Cisco)" wrote in message news:1b800a37d721054e9757581a51d11a85915...@xmb-bgl

Re: request.getPathInfo() gets truncated when ";" is present

2009-07-23 Thread Bill Barker
"Christopher Schultz" wrote in message news:4a68cd5b.2090...@christopherschultz.net... > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Peter, > > On 7/23/2009 3:41 PM, Peter J. Farrell wrote: >> /index.cfm/somePathInfo&withMoreInfo/ > > Shouldn't that be /index.cfm/somePathInfo&%3BwithMore

Re: Symlinks inside WEB-INF/classes not working for me

2009-07-13 Thread Bill Barker
"Christopher Schultz" wrote in message news:4a5be03c.7050...@christopherschultz.net... > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > David, > > On 7/13/2009 8:50 PM, David Smith wrote: >> If you look at all the third party repackages of tomcat that fail, >> you'll see a theme -- symlinks

Re: jsp:forward adds params to query-string

2009-07-07 Thread Bill Barker
"Yves Glodt" wrote in message news:abd6c6120907070628v26c8b1d3jbd7e31708e30d...@mail.gmail.com... > Hi, > > I have a simple jsp-page whose only purpose is to jsp:forward to my > main controller-servlet, here it is: > > <%@ page session="true" %> > <%@ page language="java" contentType="text/html;

Re: Changing url rewriting behaviour (';jsessionid')

2009-06-29 Thread Bill Barker
"Daniel Henrique Alves Lima" wrote in message news:1246314288.10803.6.ca...@magnaopus.no-ip.biz... > Yes ! > > Now imagine my frustration with ooffice escaping a ';' :-( > > Browser, wget and other applications seems to work ok with URL encoded > jsessionid. > The custom valve isn't that compli

Re: Bizarre NoClassDefFoundError

2009-06-24 Thread Bill Barker
"A. Rothman" wrote in message news:965599.49.1245887723160.javamail.sys...@endor... > > Yes, I've compared both the generated java files and corresponding > compiled class files from when it works and when it doesn't work - they > are identical. I think the problem is not with the bean sources,

Re: SSLImplementation

2009-06-23 Thread Bill Barker
"Susumu Sai" wrote in message news:7d50e06a0906231422q734e985dybc92648f59fae...@mail.gmail.com... >I have confirmed that SSLImplementation attribute works in Connector >of server.xml file (Refer to >http://mail-archives.apache.org/mod_mbox/tomcat-users/200609.mbox/%3c6244765.p...@talk.nabble.com

Re: chunked encoding

2009-06-13 Thread Bill Barker
"Christopher Schultz" wrote in message news:4a32c4e3.6060...@christopherschultz.net... > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Anthony, > > On 6/12/2009 1:47 PM, Anthony J. Biacco wrote: >> Well, they used to be static JS files, then we decide we wanted more >> flexibility in the c

Re: chunked encoding

2009-06-11 Thread Bill Barker
"André Warnier" wrote in message news:4a317d8d.3060...@ice-sa.com... > Anthony J. Biacco wrote: >> No dice. I tried a bufferSize of 16384 and an 11K response still got >> chunked. Even tried using packetSize and max_packet_size (mod_jk). >> > I think we need Rainer here. > No, the various AJP

Re: Periodic slow response to initial call to HttpServletRequest.getParameter()

2009-06-11 Thread Bill Barker
"Mark Thomas" wrote in message news:4a31874f.8040...@apache.org... > Brian Harper wrote: >> Questions: >> 1. When is my servlet instantiated by Tomcat and its doPost method >> called? > Once the headers have been received and Tomcat can map the request. > But it is instantiated only for the fir

Re: Tomcat maxThreads Issue

2009-06-10 Thread Bill Barker
"Caldarale, Charles R" wrote in message news:0aae5ab84b013e45a7b61cb66943c17228fc438...@usea-exch7.na.uis.unisys.com... >> From: Jones, Keven [mailto:keven.jo...@ncr.com] >> Subject: RE: Tomcat maxThreads Issue >> >> > enableLookups="false" protocol="AJP/1.3" redirectPort="8443" >> maxT

Re: implementing a Manager - how do I get a reference to it?

2009-06-08 Thread Bill Barker
"Nolan Johnson" wrote in message news:291765.23953...@web38808.mail.mud.yahoo.com... > > I'm implementing a Manager (session management) that stores sessions on > shared servers (that is, a distributed manager, but not the default one > that comes with tomcat). A key difference between the im

Re: Problem with overriding the default servlet on tc 6.0.18

2009-06-08 Thread Bill Barker
"Joseph S" wrote in message news:4a2da6d6.50...@selectacast.net... >I have this in the web.xml of my application: > > > > MyServlet > > >/ > > > > > Which works fine, except for requests without pathinfo (i.e. > http://servername/ ). T

Re: Authentication from the browser

2009-06-02 Thread Bill Barker
"Alec Swan" wrote in message news:34abb48b0906021503t158542a5ube612b5ccfad0...@mail.gmail.com... > On Tue, Jun 2, 2009 at 2:34 PM, Jonathan Mast > wrote: > >> Alec, so basically members of your client company should be able to have >> direct access to a servlet that is otherwise restricted to a

Re: Which listeners required in server.xml?

2009-05-29 Thread Bill Barker
"Christopher Schultz" wrote in message news:4a20aa17.2050...@christopherschultz.net... > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > John, > > On 5/29/2009 6:08 PM, johnrock wrote: >> I am using standalone tomcat (no apache) without SSL, without APR, I am >> not >> using any manager or

Re: Apache Portable Runtime ?

2009-05-29 Thread Bill Barker
"Caldarale, Charles R" wrote in message news:0aae5ab84b013e45a7b61cb66943c17228f1795...@usea-exch7.na.uis.unisys.com... >> From: johnrock [mailto:johnpi...@yahoo.com] >> Subject: Re: Apache Portable Runtime ? >> >> Given that, is it still a preferred idea to install APR? > >Your best bet is to m

Re: Which listeners required in server.xml?

2009-05-29 Thread Bill Barker
"johnrock" wrote in message news:23787784.p...@talk.nabble.com... > > Running tomcat 6.0.18 server.xml has the following listener's enabled by > default: > > > > SSLEngine="on" /> > If you are not using APR, than you don't need this (and removing it gets rid of a message at startup). >

Re: Upload stop after 30 minutes: Processing of multipart/form-data request failed. Stream ended unexpectedly

2009-05-24 Thread Bill Barker
"Patrick Herber" wrote in message news:4a19b564.8030...@ticino.com... > Hello > > I've made some more tests and after reading the Book "*Tomcat, The > definitive Guide*" I discovered the existence of a parameter called > "*connectionUploadTimeout*" (below I join the description of this > propert

Re: Tomcat 6 - not started AJP/NIO on CentOS

2009-05-23 Thread Bill Barker
"Dmitriy Repin" wrote in message news:4a167e1a.30...@inbox.ru... > Tomcat 6.0.18 > JDK 1.6.0_13 > > I want to use AJP/NIO connector, but it didn't started on CentOS > (neither Intel no AMD platform). > > May 22, 2009 10:07:52 AM > org.apache.catalina.startup.SetAllPropertiesRule begin > WARNING:

Re: xml validation on -- good idea or not?

2009-05-20 Thread Bill Barker
"Julian Dunn" wrote in message news:4a14199c.4caf.003...@cbc.ca... > > Hi, > > Is it a good idea to run with xmlValidation="true" in server.xml? > In a development enviroment, it can be helpful (especially if you change web.xml often). I would generally discurage it in a production environmen

Re: Performance on socket reads

2009-05-16 Thread Bill Barker
"David kerber" wrote in message news:4a0dbf88.6030...@verizon.net... > Christopher Schultz wrote: >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >> >> David, >> >> On 5/15/2009 12:22 PM, David kerber wrote: >> >>> But the code works; it just seems to be a little slow. >>> >> >> Gotcha. How

Re: Connector for diameter protocol

2009-05-13 Thread Bill Barker
"kramasundar" wrote in message news:23519306.p...@talk.nabble.com... > > Hi, > > I am trying to port our existing plain old java diameter ( > http://en.wikipedia.org/wiki/Diameter_(protocol) Diameter wiki page ) > server > on top of tomcat. > > I am new to J2EE/Tomcat. > > Since Diameter is qui

Re: Parameter value based on server

2009-05-08 Thread Bill Barker
"Paul M" wrote in message news:402632.36770...@web44811.mail.sp1.yahoo.com... >Hi > >I want a parameter such as the following: >override="false"/> If you set a system property via -DcompanyName="My Company, Incorporated", then you can do: Tomcat will expand the ${companyName} to the value

Re: Force getting Client Cert from browser

2009-04-28 Thread Bill Barker
"i_am" wrote in message news:23286972.p...@talk.nabble.com... > > Thanks Charles. > Ok getting back to it after a looong break... > > I looked at the ssl traces and looks like client is sending server an > Alert > (21) Warning (close notify) but, > server (tomcat) seems to ignore it! > Is there

Re: Gzip compression take 2

2009-04-09 Thread Bill Barker
By any chance are you using the APR connector? If so, it will use sendfile (unless explicitly disabled) for large static files which bypasses the connector compression logic. "Michael" wrote in message news:49de445c.3050...@gmx.net... > Hi folks, > > I recently had a discussion with Chuck abou

Re: Where to Place .dll files in TOMCAT?

2009-03-29 Thread Bill Barker
"ajmerasunny" wrote in message news:22766008.p...@talk.nabble.com... > > Hi All, > I have a java web application running on TOMCAT 6.0 which is > accessing > few .dll files.I am getting "UnsatisfiedLinkError" while running my > application. I have copied these .dll files in System32 folder

Re: tomcat connect 1.2.28 compatability

2009-03-28 Thread Bill Barker
Yes, it is backwards compatible with all TC versions as far back as 3.3.x. "Eddie Yee" wrote in message news:blu149-w24ea136d1830a46009d015de...@phx.gbl... Hi I'm running Tomcat 5.5.25 (eventually I'll be upgrading to the latest, but due to my development team, I won't be able to quickly).

Re: SEVERE: BAD packet singnature 18245

2009-03-23 Thread Bill Barker
"Saju K K" wrote in message news:22656151.p...@talk.nabble.com... > > On configuring nio/ajp I am getting and error org.apache.common.MsgApj > p= > rocessHeader " SEVER: BAD packet singnature 18245" > > We are using jdk 1.5.0_14/ apache-tomcat-6.0.18 / redhat linux 2.6.9 . > I have tried conf

Re: Cofiguring tomcat for trial certificate by trusted authorities like verisign not working.

2009-03-14 Thread Bill Barker
"false" sslProtocol="TLS"/> > ^ If you remove the keyAlias from | it will probably just work. > I have generated the keystore using keytool. > Please suggest me further. > > > > > > On Fri, Mar 13, 2

Re: Cofiguring tomcat for trial certificate by trusted authorities like verisign not working.

2009-03-12 Thread Bill Barker
Willing to try and play psychic ;). Procedure 1 is what you want. But the keystore must be the same one that you used to create the CSR you sent to Verisign. This is by far the second most common mistake that people make when setting up Tomcat to use SSL. As Chuck suggested, check if you are

Re: Problem using chunked encoding - request thread cleanup

2009-03-06 Thread Bill Barker
"Santosh Gangadhar" wrote in message news:6a0454270903060913x1e8a7914qbf9de52744236...@mail.gmail.com... > On Fri, Mar 6, 2009 at 8:50 PM, Caldarale, Charles R < > chuck.caldar...@unisys.com> wrote: > >> > From: Santosh Gangadhar [mailto:sant...@wirkle.com] >> > Subject: Re: Problem using chunke

Re: Unix daemon fails to compile

2009-03-04 Thread Bill Barker
"Rusty Wright" wrote in message news:49aece04.8040...@gmail.com... > jsvc is part of Apache Commons isn't it? Have you tried their mailing > list? > > http://commons.apache.org/daemon/mail-lists.html > Won't be much of a help, since the committers that work on jsvc hang out here as well. >

Re: Getting the tomcat server IP

2009-02-21 Thread Bill Barker
"Natalie Forood" wrote in message news:206003.52131...@web35302.mail.mud.yahoo.com... > Hello, > > Can you tell me how I can get the IP address of the interface that is > running Tomcat? I can't use localhost, I need the IP of the physical > interface. > request.getLocalAddr() returns the IP

Re: WEB-INF/classes vs WEB-INF/lib/classes.jar file

2009-02-05 Thread Bill Barker
"André Warnier" wrote in message news:498ad66a.4080...@ice-sa.com... > Mikolaj Rydzewski wrote: >> André Warnier wrote: >>> if I have a webapp consistig of just a couple of classes and a >>> WEB-INF/web.xml config file, but this web.xml file contains some >>> parameters that are "each-client-d

Re: WEB-INF/classes vs WEB-INF/lib/classes.jar file

2009-02-05 Thread Bill Barker
ignoring the maven fanatics, Tomcat's classloader searches the WEB-INF/classes directory before the WEB-INF/lib/*.jar. This means that it is sometimes nice to use WEB-INF/classes for a development server. But for a production server you won't see much difference. wrote in message news:blu1

Re: jsvc error with tomcat and java 1.6 on os x

2009-01-19 Thread Bill Barker
There are some recent fixes to jsvc on OS/X in the commons SVN repository, but they haven't been released yet. You could try those and see if it helps. There is more info from the commons developer's list archive at http://markmail.org/message/z7klsse5tylcv5es. "Adam Dajka" wrote in message

Re: WARNING: Error sending end packet - ajp

2009-01-08 Thread Bill Barker
"Jim Goodspeed" wrote in message news:84347690901081130k2b5e952agd426dd757e60d...@mail.gmail.com... > Hi, > > I am getting the following WARNING message in my catalina.out file. I am > currently running Apache 2.2.10, Tomcat 6.0.16 and Sun's JDK 1.6.0_07. I > can't tell if this is causing a pr

Re: Execution of filter before request listener

2009-01-05 Thread Bill Barker
"Andrew Feller" wrote in message news:c58792ad.5de8%afel...@lsu.edu... > PROBLEM > Tomcat is executing a Filter before the registered ServletRequestListener > > ENVIRONMENT > Tomcat 6.0.18, Windows Vista, JDK 1.6.0_10 > > CONTEXT > We have a filter setup to intercept forwards. When an unauthenti

Re: WARNING: processCallbacks status 2

2009-01-05 Thread Bill Barker
"Jim Goodspeed" wrote in message news:84347690901051317o3824afa1t7de752b2026a1...@mail.gmail.com... >I am seeing the following Warning in my catalina.out log file - it is being > spit out every couple of seconds. It's not causing a problem that I can > see, but I'm curious as to why it is happe

Re: Tomcat 5.5 error

2008-12-23 Thread Bill Barker
I've confirmed that yes, this is a bug in 5.5.x. Go ahead and enter in a bug report at http://issues.apache.org/bugzilla. I haven't checked on 6.x and 7.x. The problem is that the compiler optimizes out references to o.a.coyote.Constants so the class isn't loaded in trusted code (with the def

Re: Acting on threads by socket events.

2008-12-17 Thread Bill Barker
"uprooter" wrote in message news:21057805.p...@talk.nabble.com... > > Hello. > I'm trying to overcome 2 of tomcat limitations that prevent me from > rolling > my project on it. > The limitations are: > 1. Tomcat can't detect a lost of connection while the server is > processing. Can't be done

Re: ssl

2008-12-17 Thread Bill Barker
"Michael Rooz" wrote in message news:3df1c6c00812170307m3252f89p8c58b8373142...@mail.gmail.com... > Hi, > > I've successfully configured Tomcat to use Client Authentication. > Evidently > for Tomcat to reflect updates made to the truststore, it needs to be > restarted. > > How can I get Tomcat

Re: Tomcat 6 classloading and the Servlet 2.5 API spec

2008-12-15 Thread Bill Barker
wrote in message news:of14e2cc5d.7f3b739a-on87257520.0059a8c8-87257520.005b2...@blm.gov... > > I'm trying to clarify something about Tomcat 6 compliance to the Servlet > 2.5 spec. The spec (section 9.7.2) says: > > "The container should not allow applications to override or access the > containe

Re: Restricting IP address and redirecting

2008-12-12 Thread Bill Barker
"Flemion Shafeeq" wrote in message news:5.2.1.1.2.2008123217.02090...@hulmail.harvard.edu... > Hi, > We restrict IP addresses to our application using RemoteAddressValve. > But we have a requirement of redirecting the request to a customized html > static page when we get request from such d

Re: mod_jk: Expected behaviour for ajp-pool currentThreadCount

2008-12-12 Thread Bill Barker
"Michael Echerer" wrote in message news:49426119.3060...@tngtech.com... > Hello, > > I'm currently analysing issues with a quite old Tomcat 5.5.17, mod_jk > 1.2.15 and Apache 2.0.55 loadbalanced setup with 4 Apaches (worker.c) > and 4 Tomcats. > > Questions are: > * Can anyone explain why Apache

  1   2   3   4   5   6   >