mod_jk stable version - numbering

2006-10-06 Thread Mohan2005
Is there a numbering scheme used when releasing mod_jk stable versions? For example, some software releases use EVEN numbers as STABLE releases and ODD numbers as UNSTABLE releases. Example: 1.2.18 - stable release 1.2.19 - unstable release thanks in advance mohan -- View

Re: mod_jk stable version - numbering

2006-10-06 Thread Mladen Turk
Mohan2005 wrote: Is there a numbering scheme used when releasing mod_jk stable versions? No. We tried that more then a year ago, but then decide not to. For example, some software releases use EVEN numbers as STABLE releases and ODD numbers as UNSTABLE releases. Example: 1.2.18 - stable

HTTP redirect problem - fully qualified host name - tomcat 5.5.9 / mod-jk / Load balancing

2006-10-06 Thread Ashley Hayes
Hi all, We use tomcat's formbased authentication (post to /j_security_check), the bases of which is a HTTP 302 redirect on success. We have a problem because tomcat/mod jk is issuing a full URL to the client that points at an internal ( private) IP/server - as opposed to the public IP/domain

Re: tomcat doesn't reload my classes

2006-10-06 Thread Alessandro Ilardo
I think that all the others problems I had were related to this configuration. Anyway, I had an issue with data saved in the application scope which after the user switched from http to https was not anymore available, and now I understand why. If you don't mind I'd like to ask a couple of

Re: mod_jk stable version - numbering

2006-10-06 Thread Mohan2005
thanks for response. Mladen Turk-2 wrote: Mohan2005 wrote: Is there a numbering scheme used when releasing mod_jk stable versions? No. We tried that more then a year ago, but then decide not to. For example, some software releases use EVEN numbers as STABLE releases and ODD

Re: AXIS: tomcat always do http compression without watch min size

2006-10-06 Thread Tim Funk
you won't be able to disable the chunked encoding. But you can disable the compression by ensure the client does NOT send a accept-encoding header with the a value containing gzip or by using the noCompressionUserAgents, compressableMimeType attributes on the connector. -Tim wakeup wrote:

Re: AXIS: tomcat always do http compression without watch min size

2006-10-06 Thread wakeup
Thanks but I don't want disable compress, because I want compress when the lenght exceeds a limit. In the client I can't disable response chuked? Tim Funk wrote: you won't be able to disable the chunked encoding. But you can disable the compression by ensure the client does NOT send a

Where is the problem in my ThreadDump information?

2006-10-06 Thread Minh Tu Thanh Tran
Dear all, Below is the Thread Dump output. I am new to this subject so that I can not figure out what and where the problem that make Thread Dump is. Could some one please give me some hints? Thanks alot Tu Thread Dump

Re: error while running a webapp

2006-10-06 Thread Hassan Schroeder
On 10/6/06, David Smith [EMAIL PROTECTED] wrote: A word of caution -- autoReconnect=true is more a hack than a solution. Recent experience of users in another list I'm on suggest it's really hit or miss whether it actually recovers a stale connection or not. I don't recall ever having a

Re: error while running a webapp

2006-10-06 Thread David Smith
Hassan Schroeder wrote: On 10/6/06, David Smith [EMAIL PROTECTED] wrote: A word of caution -- autoReconnect=true is more a hack than a solution. Recent experience of users in another list I'm on suggest it's really hit or miss whether it actually recovers a stale connection or not. I don't

Response committed before getting to the filters

2006-10-06 Thread Dan Adams
So every once in a while when you make a request to the server you won't get anything back and the log will show that one of the filters complained that response is already committed. So I restarted tomcat with the jpda debugger on, fired up my debugger in eclipse, and set a breakpoint at the

tomcat manager security

2006-10-06 Thread Rizwan Merchant
Hi, Can someone give me some insight into how secure the tomcat manager page is on a production application? Currently we have an application running on the production box, and we also have the manager running (password protected of course) so that we can access the tomcat status pages to

Re: Response committed before getting to the filters

2006-10-06 Thread David Smith
So what does the first filter do? Does it do anything with the response before chaining to the second one? --David Dan Adams wrote: So every once in a while when you make a request to the server you won't get anything back and the log will show that one of the filters complained that response

Which version of Tomcat 5.5.x is best to use with Vignette 7.2.1

2006-10-06 Thread Siphiwe Madi
Hi, I'm working on the preliminary investigation stage of a project and have been assigned the task of finding the best version of Tomcat: - Tomcat 5.5.x to use with specifically Vignette Application Portal 7.2.1. I need to find the best version of Tomcat 5.5.x to use with VAP 7.2.1.

Re: Response committed before getting to the filters

2006-10-06 Thread Dan Adams
The source code for both is below (this code is actually from the spring library if that makes any difference). I really don't think the filters have anything to do with it. I just set a conditional breakpoint in the first line of doFilter() in the first filter that gets called by tomcat for

Re: Response committed before getting to the filters

2006-10-06 Thread Dan Adams
So I set a conditional breakpoint for response.isCommitted() all the way down in CoyoteAdapter.service() (called by Http11Processor.process()) and the response was committed at that point when this happened. Here is the source where the breakpoint was: // Parse and set Catalina and

Please help me to configure TOMCAT with APR connector Thanks

2006-10-06 Thread Alla Winter
I am trying to configure TOMCAT 5.5.17 JDK, 1.4.2.12 with APR on Windows 2000. I was able to start this version of tomcat without ssl configuration and my application is working OK with it. Here are the steps what I did: I downloaded tcnative-1.dll into c\Cobra\nativeLib I added

Missing key in KEYS file for 5.5.20?

2006-10-06 Thread Paul Lynch
I was just trying to use gpg to verify the signature on the 5.5.20 tar.gz file, and got the following error: gpg -v apache-tomcat-5.5.20.tar.gz.asc gpg: armor header: Version: GnuPG v1.4.5 (MingW32) gpg: assuming signed data in `apache-tomcat-5.5.20.tar.gz' gpg: Signature made Tue 12 Sep 2006

Java Bean Method Call Don't Work

2006-10-06 Thread Aynalem, Seblewengel (Trawick)
I am using tomcat 5.5.17, jdk 1.5 jre 1.5. I have the following jsp page that displays the text without the output of the java bean method call. The function is working fine... I can see the output on Tomcat console. But I could not see it on the browser. Is there any library I should

Resolved: Response committed before getting to the filters

2006-10-06 Thread Dan Adams
Thankfully (and shamefully) it did in fact turn out to be something on our end. Basically there was object that had a reference to the response output stream that would close the stream when it was getting garbage collected which had as a side effect that tomcat would set the response that owned

use of maxIdle parameter of DataSource

2006-10-06 Thread Edoardo Panfili
I have this configuration for my roller server application Resource name=jdbc/rollerdb auth=Container type=javax.sql.DataSource driverClassName=org.postgresql.Driver url=jdbc:postgresql://127.0.0.1/roller username=roller password=o

Every virtual host app reloads localhost

2006-10-06 Thread Oleg
Hi, this is a weird problem and I cannot figure out why it is happening. Running Tomcat 5.5.9 on Windows 2003 server. There are 200 sites deployed on the server, each having its own virtual host and one deployer application deployed under localhost. What I see happening is on Tomcat startup

how to handle null values when storing db data from jsp forms?

2006-10-06 Thread Ferindo Middleton
I have an tomcat application page that stores data from a form to a mysql datasource running on the server. Many of the form fields are simple text fields where the user can leave the field blank when filling out the form. The parameter values from the form are passed to the preceding jsp page

Java heap space

2006-10-06 Thread Daniel Blumenthal
I've been running a struts app on a plain vanilla install of Tomcat (5.0.28), and recently I've been getting some OutOfMemoryErrors. I did some looking, and found the -Xms and -Xmx flags, and was hoping to get some advice regarding good values. I'm upgrading to a couple of RH Linux servers which

Move application to 64 bit from 32 bit

2006-10-06 Thread dharmendra chouhan
I use Tomcat with Apache on Windows 32 bit.Now we want to move to Windows 64 bit.What i need to do and where i can find the resources. Thanks - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL