Re: Simulating HTTPS in terminated SSL/Apache 2/Tomcat 6 cluster

2011-03-30 Thread Richard Levy
Hi, first of all, thanks to everyone that's replied - this is definitely the #1 source for information and expertise! We went with Rainers advice and it's worked a treat, so thanks very much. This thread can be considered resolved. Thanks Rich On Tue, Mar 29, 2011 at 11:09 PM, Stefan Mayr

Tomcat webservices on ISS

2011-03-30 Thread frantisek kocun
Hello, I have application deployed on Tomcat 5.5. on Windows Server 2003 R2. From application we try to connect to webservices hosted on IIS 6.0 on the same machine. Our webservice client is JAX-WS with CXF implementation. Webservices are authorised by NTLM. We have problem with HTTP

Re: Bug Help

2011-03-30 Thread Mohit Anchlia
Can someone please help? On Tue, Mar 29, 2011 at 6:16 PM, Mohit Anchlia mohitanch...@gmail.com wrote: In order to circimvent this bug https://issues.jboss.org/browse/JBPAPP-366 what should I exactly have in apache 2 properties. We often see cping/cpong after connecting to the backend server

Re: Logging request parameters - Filter vs Servlet

2011-03-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Leo, On 3/29/2011 5:44 PM, Leo Donahue - PLANDEVX wrote: -Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Subject: Re: Logging request parameters - Filter vs Servlet On 3/29/2011 12:57 PM, Leo Donahue -

Re: Mac and Google Authentication Issue

2011-03-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dick, On 3/27/2011 6:57 PM, Dick Eastlake wrote: Konstantin Kolinko said: and you are certainly missing closing from the input tag Yup, I mistakenly deleted it trying to clean up the email td width=147 input

Re: manager app problem

2011-03-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Barry, On 3/28/2011 11:43 AM, Propes, Barry L wrote: Here's the content of my context.xml in the /webapps/manager/META-INF directory. FWIW, Chuck asked for server.xml, though context.xml is probably more relevant. Did you check for any

Re: Issue with mod_jk

2011-03-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rainer, On 3/29/2011 3:06 AM, Rainer Jung wrote: On 23.03.2011 22:29, Lance Campbell wrote: I discovered an issue with mod_jk. In the workers.property file I miss typed lbFactor=2 with lbactor=2. Mod_jk was able to continue to work which I

Re: [OT] Response Swapping

2011-03-30 Thread SQ
Yep that is it. You are using the old BIO AJP connector based on the classes you are loading. Hmm. Not what I was expecting. It might be worth taking a look at this bug: https://issues.apache.org/bugzilla/show_bug.cgi?id=50189 The problem is that we need a test case to investigate this but the

RE: manager app problem

2011-03-30 Thread Propes, Barry L
Yes, I didand while it was getting replaced with the new one, for whatever reason, the web.xml file in the manager/WEB-INF sub-dir got deleted. I replaced it and VOILA, it all worked again! Thanks, Chris. However, I guess I thought it a bit odd this didn't seem to log, but maybe that's

RE: Logging request parameters - Filter vs Servlet

2011-03-30 Thread Leo Donahue - PLANDEVX
Chris, -Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Subject: Re: Logging request parameters - Filter vs Servlet I don't know what I don't know... Log4j I guess. That is what everyone recommends. Hmm... ServletContext logging then? There is an

Error: The JSP specification requires that an attribute name is preceded by whitespace

2011-03-30 Thread Marcell Manfrin Barbacena
Hi, I am getting this error message the app the I recently upgraded to tomcat 7. It may be the bug 49297... How to proceed to correct it? Log is below. 2011-03-30 12:42:10,431 [http-bio-8080-exec-17] ERROR org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/sadAdmAgenciaAdmin].[jsp]

Re: Error: The JSP specification requires that an attribute name is preceded by whitespace

2011-03-30 Thread Mark Thomas
On 30/03/2011 17:30, Marcell Manfrin Barbacena wrote: Hi, I am getting this error message the app the I recently upgraded to tomcat 7. It may be the bug 49297... How to proceed to correct it? Log is below. 2011-03-30 12:42:10,431 [http-bio-8080-exec-17] ERROR

Re: Issue with mod_jk

2011-03-30 Thread Rainer Jung
On 30.03.2011 17:23, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rainer, On 3/29/2011 3:06 AM, Rainer Jung wrote: On 23.03.2011 22:29, Lance Campbell wrote: I discovered an issue with mod_jk. In the workers.property file I miss typed lbFactor=2 with lbactor=2.

virtual host for apache/tomcat server

2011-03-30 Thread James Pifer
I have the following installed on CentOS 5.5 httpd-2.2.3-43.el5.centos.3 tomcat5-5.5.23 I have a small jsp app that I CAN hit through apache like: http://www.mydomain.com/tomcat/myapp.jsp So tomcat in the url above is the apache proxy address for the tomcat server. I want to setup a virtual

Re: Logging request parameters - Filter vs Servlet

2011-03-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Leo, On 3/30/2011 12:28 PM, Leo Donahue - PLANDEVX wrote: -Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Subject: Re: Logging request parameters - Filter vs Servlet I don't know what I don't know...

Re: manager app problem

2011-03-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Barry, On 3/30/2011 11:52 AM, Propes, Barry L wrote: Yes, I didand while it was getting replaced with the new one, for whatever reason, the web.xml file in the manager/WEB-INF sub-dir got deleted. I replaced it and VOILA, it all worked again!

Re: virtual host for apache/tomcat server

2011-03-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 James, On 3/30/2011 2:36 PM, James Pifer wrote: I have the following installed on CentOS 5.5 httpd-2.2.3-43.el5.centos.3 tomcat5-5.5.23 Any opportunity to upgrade? Tomcat 5.5.23, while current and still supported, is basically in

RE: manager app problem

2011-03-30 Thread Caldarale, Charles R
From: Christopher Schultz [mailto:ch...@christopherschultz.net] Subject: Re: manager app problem It's (strangely) not an error for a web-app not to have a WEB-INF/web.xml file: defaults will be used. However, for anything but static-only webapps, it will render the webapp somewhat inert.

RE: manager app problem

2011-03-30 Thread Propes, Barry L
I didn't know that was the case, but I'd probably not even attempt such a feat! Yikes! -Original Message- From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: Wednesday, March 30, 2011 1:55 PM To: Tomcat Users List Subject: RE: manager app problem From: Christopher

Re: virtual host for apache/tomcat server

2011-03-30 Thread James Pifer
On Wed, 2011-03-30 at 14:53 -0400, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 James, On 3/30/2011 2:36 PM, James Pifer wrote: I have the following installed on CentOS 5.5 httpd-2.2.3-43.el5.centos.3 tomcat5-5.5.23 Any opportunity to upgrade? Tomcat

Re: Bug Help

2011-03-30 Thread Mohit Anchlia
Can someone please give some pointers? Connector document says that connection_pool_timeout should be same as ConnectionTimeout and I think setting these will help but not sure. Do I need to add connection_pool_timeout? server.xml doesn't have ConnectionTimeout set either so does it mean it will

RE: Logging request parameters - Filter vs Servlet

2011-03-30 Thread Leo Donahue - PLANDEVX
Chris, Thanks for the feedback.. very much appreciated! -Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Subject: Re: Logging request parameters - Filter vs Servlet So you need to log the txtAPN parameter, right? Yes. Actually, the contents of the

[OT] Protecting against HTTP response splitting

2011-03-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 All, I was playing around with findbugs today and saw a security warning I've never seen before: HTTP parameter directly written to HTTP header output in [somefile.java]. I read a bit more into it and the warning was correct, I was doing something

Re: Bug Help

2011-03-30 Thread Dave Fisher
Is this an Apache Tomcat problem, or a JBoss problem? If it is a Tomcat version, is it from a repackager or an official http://tomcat.apache.org/? In a new email thread with a descriptive subject provide the Apache HTTPD, mod_jk, Apache Tomcat, JDK and Operating System versions. Then you will

Re: Bug Help

2011-03-30 Thread Mohit Anchlia
This seems to be mod_jk bug. I read in some other thread about this bug and look similar to what I am seeing. But what I am really looking for is to see if I have correct settings. We are using mod_jk 1.2.21 and apache 2 On Wed, Mar 30, 2011 at 1:46 PM, Dave Fisher dave2w...@comcast.net wrote:

Re: virtual host for apache/tomcat server

2011-03-30 Thread Tobias Crefeld
Am Wed, 30 Mar 2011 15:09:12 -0400 schrieb James Pifer j...@obrien-pifer.com: Ok, my httpd.conf is pretty standard. It includes proxy_ajp.conf which has: LoadModule proxy_ajp_module modules/mod_proxy_ajp.so ProxyPass /tomcat/ ajp://localhost:8009/ I only have some experience with

Reg.NoClassDefintionFound Error with Tomcat-4.0.1 and jdk1.5.0_02

2011-03-30 Thread Tirumala Rao Naidu
Hi, I am using the following configurations details OS: SunSolaris-Sparc Processor. Server: Tomcat-4.0.1 JDk: jdk1.5.0_02 my application is using jaxbapi.jar files.when I deploy the application on test machine it is working pretty fine.The same war file I deployed it in