RE: Problem building Tomcat connector

2013-09-18 Thread Casper Wandahl Schmidt
See inline. De bedste hilsner/ Best regards Casper Wandahl Schmidt | ExpandIT Mobile ApS Udviklingskonsulent c...@expandit.com | T: +45 70 26 86 19 | M: +45 50 44 46 33 www.expandit.com | Nyhedsbrev | Se katalog -Original Message- From: Christopher Schultz [mailto:ch...@christophers

Tomcat classes from previous run remains

2013-09-18 Thread Saurabh Saraswat
Dear All, I am running an j2ee application which uses spring, hibernate, jsf, etc. the application also uses ha-jdbc to make the databases highly available. when the application is deployed for the first time, the app runs smoothly, but when it is un-deployed and deployed back, tomcat gives the fo

RSocket Error

2013-09-18 Thread Divya Prakash
Hi Folks, We are getting below random error while sending request from one web application to another. It is messing up the live application only for some of the requests. java.net.SocketException: Connection reset at java.net.SocketInputStream.read(SocketInputStream.java:168)

Re: Problems with Clustering / Session Replication

2013-09-18 Thread Vince Stewart
alternatively try an explicit address in the Receiver configuration instead of address="auto" try address="192.168.1.43" this should alter the log displayed at start-up and I would be very interested if you still had a problem. On Thu, Sep 19, 2013 at 10:35 AM, Vince Stewart wrote: > Hi Nicho

Re: Problems with Clustering / Session Replication

2013-09-18 Thread Vince Stewart
Hi Nicholas, I'm am a bit of a novice but I did have a very similar problem when I started using the clustering modules. My Tomcat output was referring to localhost (10.x.x.x) addresses while my netstat was reporting LISTEN on network addresses (192.x.x.x:400?). You have the same disparity. My sys

[OT] (Non-ASF) Tomcat meet-up next week in San Francisco

2013-09-18 Thread Mark Thomas
I'm speaking at JavaOne next week [1] on building WebSocket support on top of Servlet 3.1 and the challenges with doing that. $work has taken advantage of the fact that I am in town to schedule one of their 'Pivotal Open Source Hub' events [2] on 'Everything Tomcat' where I'll be talking about Tom

Re: [Tomcat-7.0.42/JmxRemoteLifecycleListener] rmiBindAddress vs localhost

2013-09-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Marcin, On 9/18/13 8:58 AM, Marcin Domański wrote: > 2013/9/12 >> On 9/11/13 2:29 PM, Marcin Domański wrote: >>> Hi there! I am trying to setup a Tomcat instance using only >>> specific address for all communications. This is convenient for >>> us

tomcat7-maven-plugin enable auto deployment under webapps

2013-09-18 Thread Greg Amerson
Hello fellow tomcat7-maven-plugin users, Is there a way to configure the embedded tomcat launched via the tomcat7-maven-plugin in such a way that the ${project.build.directory}/tomcat/webapps folder will be monitored for automatic deployments like it is with a standard tomcat bundle? I dug around

Re: Problems with Clustering / Session Replication

2013-09-18 Thread Mark Eggers
On 9/18/2013 6:00 AM, Nicholas Violi wrote: Thanks Daniel. On Tue, Sep 17, 2013 at 5:30 PM, Daniel Mikusa wrote: Tried a quick two node setup on my Mac w/out HTTPD and it worked OK. Go to one Tomcat instance's port in chrome, it increments the counter in my app. Refresh a few times. Open a

Re: Problem building Tomcat connector

2013-09-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Casper, On 9/17/13 3:01 PM, Casper Wandahl Schmidt wrote: > After being away from this list for some time I’m now back for > help. I recently upgraded my home server to Ubuntu 12.04.2 LTS with > Apache 2.2.22. I’m now trying to build the tomcat conn

Re: Audit Exceptions on Apache

2013-09-18 Thread Daniel Mikusa
On Sep 18, 2013, at 9:00 AM, Obba Joy wrote: > Hello Team, Please don't post the same message to the list twice. This list is made up of volunteers who will respond to your request as they have time. If you need a faster response or more hand holding, please consider purchasing a support co

Re: Audit Exceptions on Apache

2013-09-18 Thread Obba Joy
Hello David,   Kindly assist with the documentation I need to use   Regards From: David kerber To: Tomcat Users List Sent: Wednesday, September 18, 2013 2:09 PM Subject: Re: Audit Exceptions on Apache On 9/18/2013 5:04 AM, Joy Obba wrote: > Hello Team, >

Re: Audit Exceptions on Apache

2013-09-18 Thread David kerber
On 9/18/2013 5:04 AM, Joy Obba wrote: Hello Team, Some security issues were raised by our audit team and these issues were forwarded to secur...@apache.org. We got a response from Mark Thomas from the Security team Theses issues are listed below: 1. Banner Disclosure We observed that the G

Audit Exceptions on Apache

2013-09-18 Thread Obba Joy
Hello Team, Some security issues were raised by our audit team and these issues were forwarded to secur...@apache.org. We got a response from Mark Thomas from the Security team Theses issues are listed below: 1. Banner Disclosure     We observed that the GTApplication web server disclosed

Re: Problems with Clustering / Session Replication

2013-09-18 Thread Nicholas Violi
Thanks Daniel. On Tue, Sep 17, 2013 at 5:30 PM, Daniel Mikusa wrote: > > Tried a quick two node setup on my Mac w/out HTTPD and it worked OK. Go > to one Tomcat instance's port in chrome, it increments the counter in my > app. Refresh a few times. Open a second tab, go to the second Tomcat > in

Re: [Tomcat-7.0.42/JmxRemoteLifecycleListener] rmiBindAddress vs localhost

2013-09-18 Thread Marcin Domański
Chris, 2013/9/12 > > > Marcin, > > On 9/11/13 2:29 PM, Marcin Domański wrote: > > Hi there! I am trying to setup a Tomcat instance using only > > specific address for all communications. This is convenient for us > > from the point of IPsec. I was able to succeed in http, https, ajp, > > etc. b

Re: Apache Tomcat 8.0.0-RC2

2013-09-18 Thread Mark Thomas
On 18/09/2013 09:05, Mark Thomas wrote: > On 18/09/2013 01:42, jieryn wrote: >> I'm trying out the new Apache Tomcat 8.0.0-RC2 with some existing web >> applications that work fine under Apache Tomcat 8.0.0-RC1. >> >> I am now seeing literally thousands of warning messages at start up time: >> >> 1

Re: Cannot access webapp outside the server box using a public domain name

2013-09-18 Thread Albert Kam
> How exactly does it fail ? Sorry, it failed with error message stating that it cannot connect to the myweb.com:80; > nslookup disregards the local "hosts" file > What's with the other nodes' local "hosts" file ? These lines gave me a brain jolt. It's my mistake, as i mapped myweb.com to 127.0.0.

Re: Cannot access webapp outside the server box using a public domain name

2013-09-18 Thread André Warnier
Albert Kam wrote: I have a case where accessing the webapp within the server box is fine, but accessing the webapp from outside the server box using the domain name is problematic, but not so using the public ip address, which is accessible. The content of the webapp is just a single index.html,

Re: WebSocket message size limits

2013-09-18 Thread Mark Thomas
On 18/09/2013 06:19, Igor Urisman wrote: > Dear All, > > I am looking for help in understanding why the size of the inbound > WebSocket message is limited to 125 bytes. It isn't, at least not by Tomcat. > I realize that this may not > even be the right place for my question, but am still hoping

Re: Apache Tomcat 8.0.0-RC2

2013-09-18 Thread Mark Thomas
On 18/09/2013 01:42, jieryn wrote: > I'm trying out the new Apache Tomcat 8.0.0-RC2 with some existing web > applications that work fine under Apache Tomcat 8.0.0-RC1. > > I am now seeing literally thousands of warning messages at start up time: > > 17-Sep-2013 20:19:40.346 WARNING [hostname-star

Cannot access webapp outside the server box using a public domain name

2013-09-18 Thread Albert Kam
I have a case where accessing the webapp within the server box is fine, but accessing the webapp from outside the server box using the domain name is problematic, but not so using the public ip address, which is accessible. The content of the webapp is just a single index.html, so no JSPs, no clas