Reuse work temp directories

2013-05-27 Thread vicky007aggarwal
Hi Guys, Is there is a way by which we can create work & temp directories on run time so that we can avoid creating multiple tomcat instances having there individual work & temp directories. Please suggest that we can achieve it Thanks, Vicky

Re: Parameterized the server.xml

2013-05-27 Thread vicky007aggarwal
Thanks a ton Kolinko for your help..it works Thanks, Vicky On May 27, 2013, at 6:52 PM, Konstantin Kolinko wrote: > 2013/5/27 : >> Team, >> >> Is there a way by which we can pass the tomcat port numbers via config file >> or command line.i don't want to hardcode the port numbers in >> serve

Re: Doubt about Qmail

2013-05-27 Thread Hassan Schroeder
On Mon, May 27, 2013 at 6:05 PM, Caldarale, Charles R wrote: >> I received a message indicating that "We've noticed that it's been a week >> since you read your Qmail messages. Your colleagues might be confused and >> wait for your answers" > >> How can I answer to tell those messages have alread

RE: Doubt about Qmail

2013-05-27 Thread Caldarale, Charles R
> From: Gabriel Huerta Araujo [mailto:huert...@hildebrando.com] > Subject: Doubt about Qmail > I received a message indicating that "We've noticed that it's been a week > since you read your Qmail messages. Your colleagues might be confused and > wait for your answers" > How can I answer to tel

Doubt about Qmail

2013-05-27 Thread Gabriel Huerta Araujo
I received a message indicating that "We've noticed that it's been a week since you read your Qmail messages. Your colleagues might be confused and wait for your answers" How can I answer to tell those messages have already been solved? Thanks for your attention. "

Re: NPE in coyote InternalNioOutputBuffer

2013-05-27 Thread Konstantin Kolinko
2013/5/27 Peter Cipov : > Hello > > I have the commet application - some sort of event bus where requests are > turned in async mode then stored in internal cache and when event occures / > or request times out response is sent back to subscriber (it is handled with > my executor worker threads). >

RE: Exeptions after upgrading to tomcat 7

2013-05-27 Thread Manuel LeNormand
I tried commenting out the two listeners above for test, but this doesnt ommit the memory leak exceptions (after service restart of course). Any suggestions? On May 27, 2013 5:15 PM, "Manuel LeNormand" wrote:

RE: NPE in coyote InternalNioOutputBuffer

2013-05-27 Thread Caldarale, Charles R
> From: Peter Cipov [mailto:pci...@kerio.com] > Subject: NPE in coyote InternalNioOutputBuffer > Did I miss some curtial lesson about flushing async responses ? > By the way that NPE should never occur - Is it a BUG ? I am using Tomcat > 7.0.28 (current in debian 7.0 Wheezy) That level is alm

Re: Tomcat Unix daemon (jsvc) - problem with compilation

2013-05-27 Thread Konstantin Kolinko
2013/5/26 Jaroslav Fikker : > Hello. > > To Chris: Thank you very much for your comments. > > Is there anyone who knows why Tomcat 7.0.25 (commons-daemon-1.0.8-native-src) > started to use jni_md.h which is not part of IBM Java? I didn't encounter any > problem with compilation of Tomcat Unix dae

403.18 : "The Specific Request Cannot Be Executed from Current Application Pool."

2013-05-27 Thread Asha K S
Hi, When we run an IIS application in a different Application Pool rather than the site's default Application Pool , we are getting 403.18 : "The Specific Request Cannot Be Executed from Current Application Pool." Please let me know if this a bug or if there is any workaround to this issue.

RE: Exeptions after upgrading to tomcat 7

2013-05-27 Thread Manuel LeNormand
Hey again folks, I understand well better after the informative discussion between you two about this subject. Do you have an idea about the mbean unregistration exception? Cheers, Manu On May 26, 2013 5:06 PM, "Caldarale, Charles R" wrote: > > From: Leon Rosenberg [mailto:rosenberg.l...@gmail.

NPE in coyote InternalNioOutputBuffer

2013-05-27 Thread Peter Cipov
Hello I have the commet application - some sort of event bus where requests are turned in async mode then stored in internal cache and when event occures / or request times out response is sent back to subscriber (it is handled with my executor worker threads). It worked fine until I have

Re: WebSocket API JSR 356 in Tomcat 7

2013-05-27 Thread Niki Dokovski
On Mon, May 27, 2013 at 4:31 PM, Konstantin Kolinko wrote: > 2013/5/27 Niki Dokovski : > > Hello, > > are there any concrete plans of getting JSR 356 implementation available > in > > Tomcat 8 dev version in the productive Tomcat 7? > > > > As Mark answered a month ago, > https://issues.apache.org

Re: WebSocket API JSR 356 in Tomcat 7

2013-05-27 Thread Konstantin Kolinko
2013/5/27 Niki Dokovski : > Hello, > are there any concrete plans of getting JSR 356 implementation available in > Tomcat 8 dev version in the productive Tomcat 7? > As Mark answered a month ago, https://issues.apache.org/bugzilla/show_bug.cgi?id=51181#c64 Best regards, Konstantin Kolinko --

Re: Parameterized the server.xml

2013-05-27 Thread Konstantin Kolinko
2013/5/27 : > Team, > > Is there a way by which we can pass the tomcat port numbers via config file > or command line.i don't want to hardcode the port numbers in > server.xml.please suggest how to do it > Yes. If "foo" is a system property, you can use "${foo}" in any XML file parsed by Tomca

Bug 47678 - Unable to allocate shared memory when using isapi_redirect.dll as an extension and filter

2013-05-27 Thread Asha K S
Hi, We are facing the same issue as mentioned in bug 47678. Is anyone else facing the same issue ? Please let me know if there are any plans of fixing this issue. Thanks, Asha

jdbc connection pool, hanging threads and same physical connection usage

2013-05-27 Thread Huub Sepers
Hi, We are experiencing some problems while using the tomcat jdbc pool. Tomcat version: apache-tomcat-7.0.29 Pool settings: Under heavy load we regularly see a thread waiting for response on a "socketRead". Furthermore we see one or more threads trying to lock the same physica

Parameterized the server.xml

2013-05-27 Thread vicky007aggarwal
Team, Is there a way by which we can pass the tomcat port numbers via config file or command line.i don't want to hardcode the port numbers in server.xml.please suggest how to do it Thanks, Vicky Sent from my iPhone - To unsub

Parameterized the server.xml

2013-05-27 Thread vicky007aggarwal
Team, Is there a way by which we can pass the tomcat port numbers via config file or command line.i don't want to hardcode the port numbers in server.xml.please suggest how to do it Thanks, Vicky Sent from my iPhone - To unsub

WebSocket API JSR 356 in Tomcat 7

2013-05-27 Thread Niki Dokovski
Hello, are there any concrete plans of getting JSR 356 implementation available in Tomcat 8 dev version in the productive Tomcat 7? cheers Niki

Session is replicated without jsf beancontents in cluster

2013-05-27 Thread zinni_s
Hi, I set up a simple tomcat cluster using the example from http://tomcat.apache.org/tomcat-7.0-doc/cluster-howto.html but using the BackupManager. I deployed a simple jsf portlet/app where you can store values in an application scoped and a session scoped bean. I access one server through a loadb