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

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

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 for

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

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.1

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: 17-Sep-2013

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

2013-09-18 Thread Marcin Domański
Chris, 2013/9/12 users-digest-h...@tomcat.apache.org 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

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 dmik...@gopivotal.comwrote: 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

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: 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

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 dcker...@verizon.net To: Tomcat Users List users@tomcat.apache.org Sent: Wednesday, September 18, 2013 2:09 PM Subject: Re: Audit Exceptions on Apache On

Re: Audit Exceptions on Apache

2013-09-18 Thread Daniel Mikusa
On Sep 18, 2013, at 9:00 AM, Obba Joy joyo...@yahoo.com 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

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

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 dmik...@gopivotal.comwrote: 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

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

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 users-digest-h...@tomcat.apache.org 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.

[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

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

Re: Problems with Clustering / Session Replication

2013-09-18 Thread Vince Stewart
alternatively try an explicit address in the Receiver configuration Receiver className=org.apache.catalina.tribes.transport.nio.NioReceiver address=auto port=4001 autoBind=100 selectorTimeout=5000

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

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