Re: Unix socket communications on Tomcat 5.5

2005-11-06 Thread Nikola Milutinovic
Bill Barker wrote: Currently mod_jk doesn't support unix sockets (ditto for mod_proxy_ajp :). To use unix sockets currently, you must use (the currently unsupported) mod_jk2. However, there is some intial support for them in the new APR Connector. It's not complete (and so not usable :), bu

ANT build + Read Password

2005-11-06 Thread Nehal Sangoi
Hi All, I want my ANT Build script be reading manager-deployer's password (stored in "tomcat-users.xml") from mentioned file instead of i do supply clear text password while deployment. How can i configure this in ANT script? I am aware of the option of supplying password at the prompt in ANT. B

Re: how to stop user app daemon threads in tomcat webapps?

2005-11-06 Thread Darek Czarkowski
On Mon, 7 Nov 2005 11:36:16 +0800 "Augmentin" <[EMAIL PROTECTED]> wrote: >Hi, > >I found that the daemon threads created by my Tomcat >webapp won't automatically stop when the webapp itself is >stopped or undeployed/redeployed. > >As Tomcat itself is a java application there will always >be user t

Re: KeepAlive Timeout configuration

2005-11-06 Thread Santosh Asbe
Hi , My application also might require the keep alive timeout parameter. Can you provide more infomration and where exactly to specify the parameter. i am using tomcat 4.1.30 on RHEL 3.0. thanks Santosh On 10/29/05, Bill Barker <[EMAIL PROTECTED]> wrote: > > > - Original Message - > Fro

Asking again: Problem when going to my "default" web site

2005-11-06 Thread David Thielen
Hi; I have IIS and Tomcat and except for this one problem, it is working fine. IIS has 18 websites that are all the same IP address and requests are routed to each based on the header. These all work fine, both htm and jsp. If the requesting header does not match any of those specified for the 1

Re: Unix socket communications on Tomcat 5.5

2005-11-06 Thread Oliver Hookins
Bill Barker wrote: "Oliver Hookins" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Richard Mixon wrote: Oliver, Unless you have a special reason to use mod_jk2, you should probably be using mod_jk instead. See: http://tomcat.apache.org/connectors-doc/news/20041100.html#2004111

how to stop user app daemon threads in tomcat webapps?

2005-11-06 Thread Augmentin
Hi, I found that the daemon threads created by my Tomcat webapp won't automatically stop when the webapp itself is stopped or undeployed/redeployed. As Tomcat itself is a java application there will always be user threads in the jvm even when your webapp is stopped.. which makes the daemon thre

Re: Unix socket communications on Tomcat 5.5

2005-11-06 Thread Bill Barker
"Oliver Hookins" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Richard Mixon wrote: >> Oliver, >> >> Unless you have a special reason to use mod_jk2, you should probably be >> using mod_jk instead. See: >> http://tomcat.apache.org/connectors-doc/news/20041100.html#20041115.1 >>

Re: Client Certificate Authentication Failure

2005-11-06 Thread Bill Barker
Tomcat is getting the cert fine (otherwise you'd get a different reponse message). The problem is that it can't find a user to go with the certificate. This means that you've got a problem with your Realm configuration. Unfortunately, out of the Realms that ship with Tomcat, only MemoryRealm a

OutOfMemoryError with taglib

2005-11-06 Thread Christophe Berge
Hi, I have installed a windows developed webapp on a Linux server (2.4.31 kernel) with the same JDK version (1.5.0) and same Tomcat server version (5.5.12). My webapp uses taglib and jsps and runs perfectly on windows. On Linux, Tomcat provides an OutOfMemoryError with all jsp pages during th

Re: Maximum concurrent connection to Tomcat server

2005-11-06 Thread Don Hill
Luis Torres wrote: Hi there, What do you have on maxThreads and what error do you get when tomcat fails to respond? Just a thought... if you have 1GB of memory maybe is not a good idea to let tomcat use that same number since your OS and other processes need memory also. I don't know what c

Re: security question for this group

2005-11-06 Thread Paul Singleton
Prabhat Kumar (IT) wrote: I am trying to figure out how to prevent a situation where a user has a runaway page that is a super user page (and unauthorized). The page has a text area that takes an SQL query and executes this on the applications database. My question is, how can such unauthorize

Re: Maximum concurrent connection to Tomcat server

2005-11-06 Thread Don Hill
Li Ma wrote: We are deploying a web-based project to Tomcat 5.5. We are doing some load testing now. But the load testing failed after concurrent connection reaches about 80 to 100. I think it is not a big number at all.Our server(a linux box) where Tomcat is running has 1G memory and set maxheap

Re: Maximum concurrent connection to Tomcat server

2005-11-06 Thread Luis Torres
Hi there, What do you have on maxThreads and what error do you get when tomcat fails to respond? Just a thought... if you have 1GB of memory maybe is not a good idea to let tomcat use that same number since your OS and other processes need memory also. I don't know what can happen if your JV