Re: Does JSR-356 provide a way for a client to pass security info on connect?

2013-09-04 Thread Niki Dokovski
On Thu, Sep 5, 2013 at 12:44 AM, Bob DeRemer wrote: > > > > -Original Message- > > From: André Warnier [mailto:a...@ice-sa.com] > > Sent: Wednesday, September 04, 2013 3:59 PM > > To: Tomcat Users List > > Subject: Re: Does JSR-356 provide a way for a client to pass security > info on > >

RE: JspTagException- Stream closed

2013-09-04 Thread Babu, Tinu
Here is the body of the method doEndTag(). The exception is thrown for line number 146, which isthis.iter = null; of the reset method. public int doEndTag() throws JspException { if (this.jdField_bodyContent_of_type_JavaxServletJspTagextBodyContent != null) { try

Criticat Bug in Tomcat7.0.42 produces Deadlock (org.apache.catalina.websocket.WsOutbound)

2013-09-04 Thread Steffi Müller
I found that when you use Websockets with Tomcat 7.0.42 sometimes thread will become to a deadlock state during websockt write operation. A detailed discussion can be found here: https://github.com/Atmosphere/atmosphere/issues/1264

RE: Does JSR-356 provide a way for a client to pass security info on connect?

2013-09-04 Thread Bob DeRemer
> -Original Message- > From: André Warnier [mailto:a...@ice-sa.com] > Sent: Wednesday, September 04, 2013 3:59 PM > To: Tomcat Users List > Subject: Re: Does JSR-356 provide a way for a client to pass security info on > connect? > > Bob DeRemer wrote: > > I'm curious if there's anything

RE: is there a GA timeframe for 7.0 w/ jsr-356?

2013-09-04 Thread Bob DeRemer
> -Original Message- > From: Mark Thomas [mailto:ma...@apache.org] > Sent: Wednesday, September 04, 2013 5:30 PM > To: Tomcat Users List > Subject: Re: is there a GA timeframe for 7.0 w/ jsr-356? > > On 04/09/2013 22:26, Bob DeRemer wrote: > > With the 7.0 dev branch supporting jsr-356 fo

Re: is there a GA timeframe for 7.0 w/ jsr-356?

2013-09-04 Thread Mark Thomas
On 04/09/2013 22:26, Bob DeRemer wrote: > With the 7.0 dev branch supporting jsr-356 for a couple weeks, I wanted > to see if there is a timeframe yet for a 7.0 GA release w/ jsr-356 support? It is stalled waiting for a native connector release that is required for correct operation when using Web

is there a GA timeframe for 7.0 w/ jsr-356?

2013-09-04 Thread Bob DeRemer
With the 7.0 dev branch supporting jsr-356 for a couple weeks, I wanted to see if there is a timeframe yet for a 7.0 GA release w/ jsr-356 support? Thanks, Bob DeRemer Senior Director, Architecture and Development [Description: Description: Description: Description: cid:image001.png@01CBE3DE.5

7.0.42 - tomcat-juli.jar not found on classpath

2013-09-04 Thread Mike Abernethy
I installed Tomcat 7.0.42 on my Windows 2008 server.  I have Tomcat 6 installed already and host multiple instances of tomcat in separate folders.  I repeated this same process for Tomcat 7. 1.  Installed java1.7 2.  Unzipped the .zip 64-bit tomcat file into a folder C:\tomcat7 3.  Created a ne

Re: Does JSR-356 provide a way for a client to pass security info on connect?

2013-09-04 Thread André Warnier
Bob DeRemer wrote: I'm curious if there's anything defined in JSR-356 to enable a client to pass some security claims in the connect that would allow me to perform an auth check - prior to actually establishing the websocket connection. In an attempt to avoid a websocket DOS, I'm looking to se

Does JSR-356 provide a way for a client to pass security info on connect?

2013-09-04 Thread Bob DeRemer
I'm curious if there's anything defined in JSR-356 to enable a client to pass some security claims in the connect that would allow me to perform an auth check - prior to actually establishing the websocket connection. In an attempt to avoid a websocket DOS, I'm looking to see whether we can do a

Re: [OT] FW: Tomcat 7.0.40 on Win2k8 occasionally does not deploy war file on restart

2013-09-04 Thread André Warnier
Adam Scarborough wrote: Adam Scarborough wrote: Hi I was wondering if anyone can help We have an issue with with tomcat7 deploying wars on server2k8 which is quite perplexing: Essentially the normal and desired procedure is that we build a new set of wars (usingjenkins) which are then moved

RE: Re: FW: Tomcat 7.0.40 on Win2k8 occasionally does not deploy war file on restart

2013-09-04 Thread Adam Scarborough
> Adam Scarborough wrote: > > Hi > > > > I was wondering if anyone can help > > > > We have an issue with with tomcat7 deploying wars on server2k8 which is > quite perplexing: > > > > Essentially the normal and desired procedure is that we build a new set of > wars (usingjenkins) which are then mov

Re: FW: Tomcat 7.0.40 on Win2k8 occasionally does not deploy war file on restart

2013-09-04 Thread André Warnier
Adam Scarborough wrote: Hi I was wondering if anyone can help We have an issue with with tomcat7 deploying wars on server2k8 which is quite perplexing: Essentially the normal and desired procedure is that we build a new set of wars (using jenkins) which are then moved to an output directory,

FW: Tomcat 7.0.40 on Win2k8 occasionally does not deploy war file on restart

2013-09-04 Thread Adam Scarborough
Hi I was wondering if anyone can help We have an issue with with tomcat7 deploying wars on server2k8 which is quite perplexing: Essentially the normal and desired procedure is that we build a new set of wars (using jenkins) which are then moved to an output directory, this change in the outpu

Re: tomcat7w.exe

2013-09-04 Thread Markward Schubert
Christopher, > > On 9/2/13 12:22 PM, Markward Schubert wrote: > > I have a short question. Does the monitor exe do anything "magical" > > when a tomcat service is started the first time with it, in > > contrast to starting the already installed service with the windows > > service manager? > > > >

Re: If i configured client certificate at my browser unable to access my web app (Apace Tomcat 7.0.42/CentOs)

2013-09-04 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Sushil, On 9/4/13 8:25 AM, Sushil Prusty wrote: > Sure, I will maintain same thread .Thanks for your input. > > I just follow below link to generate CA certificate . > http://oshogsb.blogspot.in/2007/07/how-to-create-custom-ca-and.html(Whichwill >

Re: If i configured client certificate at my browser unable to access my web app (Apace Tomcat 7.0.42/CentOs)

2013-09-04 Thread Sushil Prusty
Hi Chris Sure, I will maintain same thread .Thanks for your input. I just follow below link to generate CA certificate . http://oshogsb.blogspot.in/2007/07/how-to-create-custom-ca-and.html(Whichwill help me te create custom CA certificate using OpenSSL) And i just point those generated file to s

Tomcat session replication with static membership

2013-09-04 Thread Willem Fibbe - Realworks BV
Hi, As multicast seems to be giving problems sometimes in our network, we're trying to also setup static membership. Note that we want the multicast membership service to be still functioning. To do this, I configured the following in server.xml (simplified for brevity) on all nodes the same,

Re: tomcat7w.exe

2013-09-04 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Markward, On 9/2/13 12:22 PM, Markward Schubert wrote: > I have a short question. Does the monitor exe do anything "magical" > when a tomcat service is started the first time with it, in > contrast to starting the already installed service with the

Re: [OT] Problems keeping references to HttpServletRequest, HttpServletResponse and HttpSession

2013-09-04 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Thomas, On 8/31/13 5:50 PM, Mark Thomas wrote: > However, there is some good news. If you use the async API, the > app can stay pretty much as is. > > The short version is: - use startAsync and pass the async context > to your threads - have those

Re: If i configured client certificate at my browser unable to access my web app (Apace Tomcat 7.0.42/CentOs)

2013-09-04 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Sushil, Please maintain a single thread when (repeatedly) asking the same questions. On 9/4/13 5:20 AM, Sushil Prusty wrote: > disableUploadTimeout="true" enableLookups="false" > keystoreFile="/LocalDev/software/ssl/server/server.ks" > keystoreP

If i configured client certificate at my browser unable to access my web app (Apace Tomcat 7.0.42/CentOs)

2013-09-04 Thread Sushil Prusty
Hi All 1)I have configured https to acces my web app . Which is working fine. 2) 2nd i have configured client certificate at my browser (firfox). 3)3rd it's ask me pop message at client side for selecting a certificate. 4)4th once i select a certificate and click ok it will throw below excption