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 produc
Am Wed, 30 Mar 2011 15:09:12 -0400 schrieb James Pifer
:
> 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 Tomcat-6, not Tomcat-5.5,
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 wrote:
> Is this an Apache Tom
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 l
-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
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
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 wi
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 upgra
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 Sc
> 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 in
-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 maintenance-mo
-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
-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
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 hos
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. M
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
> org.apache.catalina
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]
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?
>Th
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 the
>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 t
-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
-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 manager.
-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 tag
>
> Yup, I mistakenly deleted it trying to clean up the email
>
>
>name="j_usern
-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 D
Can someone please help?
On Tue, Mar 29, 2011 at 6:16 PM, Mohit Anchlia 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
> failed (errno=1
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 authenticatio
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 wro
27 matches
Mail list logo