Re: Configuration of Default Servlet for a single Container?

2014-03-22 Thread Brian Burch
On 31/01/14 13:27, Brian Burch wrote: On 31/01/14 12:48, Mark Thomas wrote: On 31/01/2014 12:42, Brian Burch wrote: Have I overlooked a configuration trick that would allow me to use the webapp without a symlink, but still have the Default Servlet access external static content as if it were

Re: Configuration of Default Servlet for a single Container?

2014-03-22 Thread Mark Thomas
On 22/03/2014 12:25, Brian Burch wrote: On 31/01/14 13:27, Brian Burch wrote: On 31/01/14 12:48, Mark Thomas wrote: On 31/01/2014 12:42, Brian Burch wrote: Have I overlooked a configuration trick that would allow me to use the webapp without a symlink, but still have the Default Servlet

Re: Configuration of Default Servlet for a single Container?

2014-03-22 Thread Brian Burch
On 22/03/14 13:10, Martin Gainty wrote: Hi Brian I *think* what youre looking for in JSPWiki Page *Aliases* located here: Thanks for spending time thinking about my question, Martin. Unfortunately, Mark snipped out my original description of the problem and I didn't put it back in my reply.

Re: [Bug 56301] Websockets not working after 8.0.0-RC10

2014-03-22 Thread Cyril Auburtin
Hi, this issue concerns the tomcat-embed server, (likely also the normal tomcat server) after version 8.0.1, websockets can't be estblished like before. I tried from a simple websocket example (standard java websocket implemented in tomcat8

help with setting up proxy

2014-03-22 Thread Hardik Vaishnav
Hi, I am trying to configure Apache Tomcat as a proxy server. Below are the details of what I am trying to do. We have a JBoss running on a server with address 192.168.10.x. JBoss server is connected to bunch of other servers. All the servers are on the same subnet and are configured with

Re: help with setting up proxy

2014-03-22 Thread Hassan Schroeder
On Sat, Mar 22, 2014 at 9:18 AM, Hardik Vaishnav hardikvaish...@gmail.com wrote: I am trying to configure Apache Tomcat as a proxy server. I hope I am not confusing everybody. I think perhaps you are confusing yourself. Tomcat has no intrinsic proxy server capability to configure. Are you

Re: Configuration of Default Servlet for a single Container?

2014-03-22 Thread Brian Burch
On 22/03/14 14:05, Mark Thomas wrote: On 22/03/2014 12:25, Brian Burch wrote: On 31/01/14 13:27, Brian Burch wrote: On 31/01/14 12:48, Mark Thomas wrote: On 31/01/2014 12:42, Brian Burch wrote: Have I overlooked a configuration trick that would allow me to use the webapp without a symlink,

Re: help with setting up proxy

2014-03-22 Thread Hardik Vaishnav
Sorry my bad. I am talking about Apache httpd server. On Mar 22, 2014 12:29 PM, Hassan Schroeder hassan.schroe...@gmail.com wrote: On Sat, Mar 22, 2014 at 9:18 AM, Hardik Vaishnav hardikvaish...@gmail.com wrote: I am trying to configure Apache Tomcat as a proxy server. I hope I am not

Re: [Bug 56301] Websockets not working after 8.0.0-RC10

2014-03-22 Thread Mark Thomas
On 22/03/2014 16:17, Cyril Auburtin wrote: Hi, this issue concerns the tomcat-embed server, (likely also the normal tomcat server) after version 8.0.1, websockets can't be estblished like before. I tried from a simple websocket example (standard java websocket implemented in tomcat8

Effects of turning off sendFile in the NIO connector

2014-03-22 Thread John Smith
What effect would setting useSendfile=false have on a web application using the NIO connector? I'm asking because I may want to use gzip compression in the connector. The docs state: *There is a tradeoff between using compression (saving your bandwidth) and using the sendfile feature (saving your

Re: Configuration of Default Servlet for a single Container?

2014-03-22 Thread Mark Thomas
On 22/03/2014 16:36, Brian Burch wrote: On 22/03/14 14:05, Mark Thomas wrote: On 22/03/2014 12:25, Brian Burch wrote: On 31/01/14 13:27, Brian Burch wrote: On 31/01/14 12:48, Mark Thomas wrote: On 31/01/2014 12:42, Brian Burch wrote: Have I overlooked a configuration trick that would allow

Re: [Bug 56301] Websockets not working after 8.0.0-RC10

2014-03-22 Thread Cyril Auburtin
Hi, thanks for your reply please see https://issues.apache.org/bugzilla/attachment.cgi?id=31426 with the tomcat 8.0.1 (http://search.maven.org/#browse%7C-317025378) and https://issues.apache.org/bugzilla/attachment.cgi?id=31427 with tomcat 8.0.0-RC10 There's clearly a reply in the latter case.

Re: [Bug 56301] Websockets not working after 8.0.0-RC10

2014-03-22 Thread Hardik Vaishnav
Here is the example of what I am trying to do. JBoss Webserver Private IP : 192.168.10.100 JBoss Webserver Public IP 172.x.x.x Server connected to Jboss: 192.168.10.101 192.168.10.102 If I am on the Jboss machine I can access 192.168.10.101\abc\test.html If I am outside the network its not

Re: help with setting up proxy

2014-03-22 Thread Hardik Vaishnav
Here is the example of what I am trying to do. JBoss Webserver Private IP : 192.168.10.100 JBoss Webserver Public IP 172.x.x.x Server connected to Jboss: 192.168.10.101 192.168.10.102 If I am on the Jboss machine I can access 192.168.10.101\abc\test.html If I am outside the network its not