Re: EL 3.0 Constructor Reference

2013-08-16 Thread Violeta Georgieva
2013/8/14 Daniel Mikusa wrote: > > In the EL 3.0 Spec, section 1.22.3 "Constructor Reference" states "A class name reference, followed by arguments in parenthesis, such as "Boolean(true)" denotes the invocation of the constructor of the class with the supplied arguments." > > This leads me to beli

Re: tomcat 7 in ubuntu

2013-08-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Fachhoch, On 8/16/13 8:36 AM, fachhoch wrote: > this is the error I am getting *sigh* Had to go to Nabble to get the right information: Nabble is not really a great mailing list interface. :( Anyhow, for those playing along at home, here is the

Regarding queries to access application using domain name instead of IP_address:8080 _ cpanel

2013-08-16 Thread Karuppu Samy
Hi, I have cPanel servers which runs on tomcat 7 and installed necessary modules. But I wanted to know how to access the deployed application using domain name instead of http://IP_address:8080 ? where should change the configuration part? I have created the domain and assigned dedicated IP addr

Webapp HTTP proxy authentication

2013-08-16 Thread Marko Asplund
Hi, We're developing webapps running on Tomcat 7. The apps use third-party components that we can't modify and those components connect to external sites using HTTP. Our ops guys have a policy of routing all outbound traffic through an authenticating HTTP proxy. This is a bit of problem for us sin

RE: Tomcat 7.0.42 closing websocket without any error receiving WebSocket ContinuationFrames

2013-08-16 Thread Bob DeRemer
> -Original Message- > From: Mark Thomas [mailto:ma...@apache.org] > Sent: Friday, August 16, 2013 3:18 PM > To: Tomcat Users List > Subject: Re: Tomcat 7.0.42 closing websocket without any error receiving > WebSocket ContinuationFrames > > On 16/08/2013 20:01, Bob DeRemer wrote: > > > >

Re: Tomcat 7.0.42 closing websocket without any error receiving WebSocket ContinuationFrames

2013-08-16 Thread Mark Thomas
On 16/08/2013 20:01, Bob DeRemer wrote: > > >> -Original Message- >> From: Mark Thomas [mailto:ma...@apache.org] >> Sent: Friday, August 16, 2013 1:40 PM >> To: Tomcat Users List >> Subject: Re: Tomcat 7.0.42 closing websocket without any error receiving >> WebSocket ContinuationFrames >>

RE: Tomcat 7.0.42 closing websocket without any error receiving WebSocket ContinuationFrames

2013-08-16 Thread Bob DeRemer
> -Original Message- > From: Mark Thomas [mailto:ma...@apache.org] > Sent: Friday, August 16, 2013 1:40 PM > To: Tomcat Users List > Subject: Re: Tomcat 7.0.42 closing websocket without any error receiving > WebSocket ContinuationFrames > > On 16/08/2013 18:08, Bob DeRemer wrote: > > Hi

Re: Non-Blocking IO Issue

2013-08-16 Thread Daniel Mikusa
On Aug 16, 2013, at 12:32 PM, Mark Thomas wrote: > On 16/08/2013 17:08, Daniel Mikusa wrote: >> I have a simple echo servlet which uses the Servlet 3.1 Non-Blocking IO API. >> It creates a ReadListener, that reads the request's input, buffers it, >> creates a WriteListener that takes the buffe

Re: Tomcat 7.0.42 closing websocket without any error receiving WebSocket ContinuationFrames

2013-08-16 Thread Mark Thomas
On 16/08/2013 18:08, Bob DeRemer wrote: > Hi Tomcat community, > > Has anyone had a large WS message sent as the response to an outbound > call? We have a scenario where the request causes a 300K WS message to > be sent back as the “response”. The client is sending multiple WS > continuation fra

Tomcat 7.0.42 closing websocket without any error receiving WebSocket ContinuationFrames

2013-08-16 Thread Bob DeRemer
Hi Tomcat community, Has anyone had a large WS message sent as the response to an outbound call? We have a scenario where the request causes a 300K WS message to be sent back as the "response". The client is sending multiple WS continuation frames and after a couple of frames are successfully

Re: Non-Blocking IO Issue

2013-08-16 Thread Mark Thomas
On 16/08/2013 17:08, Daniel Mikusa wrote: > I have a simple echo servlet which uses the Servlet 3.1 Non-Blocking IO API. > It creates a ReadListener, that reads the request's input, buffers it, > creates a WriteListener that takes the buffered input and echoes it back to > the response. > > Mo

Non-Blocking IO Issue

2013-08-16 Thread Daniel Mikusa
I have a simple echo servlet which uses the Servlet 3.1 Non-Blocking IO API. It creates a ReadListener, that reads the request's input, buffers it, creates a WriteListener that takes the buffered input and echoes it back to the response. Most of the time this works OK, but when I send a reques

Re: Exception by upgrading to WebSocket connection in 8.0.0-RC1

2013-08-16 Thread Rossen Stoyanchev
On Fri, Aug 16, 2013 at 4:58 AM, Sergey Shcherbakov wrote: > Thank you for the hints! > > Upgraded to SF 4.0.0.BUILD-SNAPSHOT (14.08.2013) and now getting another > exception: > > 2013-08-16 10:49:02,711 15913 ERROR [http-nio-8080-exec-4] > org.apache.coyote.http11.Http11NioProtocol - Error readin

Re: tomcat 7 in ubuntu

2013-08-16 Thread fachhoch
this is the error I am getting -- View this message in context: http://tomcat.10.x6.nabble.com/tomcat-7-in-ubuntu-tp5003226p5003329.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To unsubscribe, e-mai

Re: Tomcat Monitoring - Thread usage - currentThreadCount or currentThreadBusy

2013-08-16 Thread Vikram Jain
Thank you, Christopher. Regards, Vikram On Fri, Aug 16, 2013 at 7:42 AM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Vikram, > > On 8/14/13 9:42 PM, Vikram Jain wrote: > > I am working on Tomcat monitoring solution for a pro

Re: Exception by upgrading to WebSocket connection in 8.0.0-RC1

2013-08-16 Thread Sergey Shcherbakov
Thank you for the hints! Upgraded to SF 4.0.0.BUILD-SNAPSHOT (14.08.2013) and now getting another exception: 2013-08-16 10:49:02,711 15913 ERROR [http-nio-8080-exec-4] org.apache.coyote.http11.Http11NioProtocol - Error reading request, ignored java.lang.NullPointerException: null at org.apache

Re: JspTagException- Stream closed

2013-08-16 Thread André Warnier
tinz wrote: Hi, My application is working properly most of the times. But sometimes I am getting the Stream closed error in a random fashion. There is no specific way to reproduce the issue as well. Sometimes it happens more frequently and sometimes not. I am attaching the stack trace . It wou