Re:

2014-04-21 Thread cpanon
Hi! http://www.integrasoluzioni.com/_redirect?jsytjnj925768 - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Configuring a JSR-356 Websocket

2014-04-21 Thread Daniel Mikusa
On Apr 21, 2014, at 9:58 AM, Thom Hehl wrote: > Tomcat 8/Ubuntu 12.04 > > I have my tomcat deployed with the example echo application. I wrote a tester > that hits the URL provided and sends a message and then receives the response > back. > > I want to deploy my own websocket. I have done so

Configuring a JSR-356 Websocket

2014-04-21 Thread Thom Hehl
Tomcat 8/Ubuntu 12.04 I have my tomcat deployed with the example echo application. I wrote a tester that hits the URL provided and sends a message and then receives the response back. I want to deploy my own websocket. I have done so using the @ServerEndpoint(value = "/websocket") annotation

mod_jk warning about "OPTIONS *" requests

2014-04-21 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 All, I'm running some load tests in a dev environment, and I'm seeing acess log messages like these: ::1 - - [21/Apr/2014:14:15:03 +] "OPTIONS * HTTP/1.0" 200 - "-" "Apache/2.4.9 (Amazon) OpenSSL/1.0.1g-fips PHP/5.5.10 mod_jk/1.2.40 (internal d

RE: Configuration question

2014-04-21 Thread Jeffrey Janner
> -Original Message- > From: Mark Murphy [mailto:jmarkmur...@gmail.com] > Sent: Thursday, April 17, 2014 9:01 AM > To: Tomcat Users List > Subject: Re: Configuration question > > Here is the configuration, as you can see the default host is set and > the IP is not aliased. > > in server.x

RE: How to monitor performance of tomcat

2014-04-21 Thread Jeffrey Janner
> -Original Message- > From: Randhir Singh [mailto:randhir.si...@sterlite.com] > Sent: Monday, April 21, 2014 5:17 AM > To: Tomcat Users List > Subject: RE: How to monitor performance of tomcat > > Hi, > > I wanted input from the experts on my query below that the port 8891 > does not res

Re: Maximum number of JSP ?

2014-04-21 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Sylvain, This thread is bit old, but there were no conclusions si I figured I'd pick it back up. On 4/11/14, 11:52 AM, Sylvain Goulmy wrote: > Thank you all for your returns. > > Maybe also, just to give us an idea, you could tell us how much > me

RE: How to monitor performance of tomcat

2014-04-21 Thread Randhir Singh
Hi, I wanted input from the experts on my query below that the port 8891 does not respond when the command, jconsole 10.101.17.79:8891 is issued when the application hangs and stops responding. Requesting inputs so that the root cause analysis of this issue can be found out. Regards -Orig

Re: sudo apt-get install Tomcat7

2014-04-21 Thread Franck Routier
Sure, it does come from the repositories. Have a look here: https://help.ubuntu.com/community/Repositories/Ubuntu Also, the package itself has a maintainer, and some metainformations. Do this in a terminal to get additional informations: $ apt-cache show tomcat7 You should get something like th