Fw: Can not understand how maxThreads of Connectors works

2013-01-20 Thread Hermes Flying
Hi, Is there any update on this? I don't see any problem setting maxThreads=0 Thank you - Forwarded Message - From: Hermes Flying To: Tomcat Users List Sent: Friday, January 18, 2013 8:55 AM Subject: Re: Can not understand how maxThreads of Connectors works Hi Chris, Tried with th

War archive issue

2013-01-20 Thread vicky007aggarwal
Is this is an issue in tomcat that if we Deploy an archive file having hypen(-) , then the tomcat creates multiple directories while deploying it eg:- if the war file name is demo-rest.war then tomcat creates two Directories i.e "demo-rest" & "demo" Please suggest, does this is the expected beh

RE: Problem

2013-01-20 Thread vinit shashank
I have run the TC in standlone mode...and it is running .. but when running thru eclipse juno ...it is showing the message - Server Tomcat v7.0 Server at localhost was unable to start within 45 seconds. If the server requires more time, try increasing the timeout in the server editor. i have rei

Re: Fw: Tomcat 5.0.28 jdbc error "Name jdbc is not bound in this Context" on WindowsXP.

2013-01-20 Thread sryder
"shouldn't it be easy to determine where the file should go in your development environment?" One would think so. On the linux environment it is under etc/Tomcat5.5/ the same directory as server.xml However, when I put it in the ...conf directory on Windows, it appears that it is ignored, in t

Re: Class loaders line confusion, please help

2013-01-20 Thread Mark Eggers
On 1/20/2013 7:34 AM, Caldarale, Charles R wrote: From: Narahari 'n' Savitha [mailto:savith...@gmail.com] Subject: Class loaders line confusion, please help What is the diff between common.loader or shared.loader What should be put on which line. What is the right approach ? Don't chan

Re: Fw: Tomcat 5.0.28 jdbc error "Name jdbc is not bound in this Context" on WindowsXP.

2013-01-20 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 To whom it may concern, On 1/19/13 10:54 PM, Gmail wrote: > The production machine (Ubuntu) is Tomcat 5.0, which is why I need > to keep my development machine at the same level so I can test > changes to xml files, and then upload to the server. O

Re: BufferOverflowException in AjpNioProcessor

2013-01-20 Thread Mark Thomas
On 18/01/2013 14:11, Konstantin Preißer wrote: > Hi Mark, > >>> If you set the following system property: >>> org.apache.catalina.connector.RECYCLE_FACADES >>> >>> to true (e.g. in setenv.[bat|sh]) and your application is retaining >>> references you should start to see NPEs and the stack trace sh

RE: Class loaders line confusion, please help

2013-01-20 Thread Caldarale, Charles R
> From: Narahari 'n' Savitha [mailto:savith...@gmail.com] > Subject: Class loaders line confusion, please help > What is the diff between > common.loader > or > shared.loader > What should be put on which line. > What is the right approach ? Don't change either; the shared loader is a left-ove

RE: session not working when dash or underscore in application name

2013-01-20 Thread Martin Gainty
There are a number of TC variables that are acquired from the FileSystem during webapp initialiasation.. unfortunately when File systems assign folder name they vary widely in their treatment of 'special characters' in filenames as a test ..install Tomcat to Tomcat off of root folder then place

Re: session not working when dash or underscore in application name

2013-01-20 Thread Benin Technologies
Thanks, maybe the problem has been solved in 7.0.34, I'll try that version later in the meantime I simply removed all dashes and underscores, and everything works fine Le 19/01/2013 20:52, Christopher Schultz a écrit : -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 To whom it may concern, O