Re: A Couple of 8.0.0 WebSocket Questions

2013-08-10 Thread Mark Thomas
Igor Urisman wrote: >Dear all, Answering from a JSR356 perspective. Tomcat could add these features outside of the SPEC. >1. I see how to close a session from either end of the connection. >That, >of course, leaves the underlying endpoint intact. Is there a way to >un-deploy an entire server e

Re: Tomcat 7.0.39 - Embedded Tomcat within Eclipse Juno doesn’t pick assets from DOC ROOT

2013-08-10 Thread Mark Eggers
On 8/10/2013 11:06 AM, Saurabh Agrawal wrote: Hi Mark, You got my problem BANG ON !! Deploying the /common/* folder under tomcat root is a workaround and I don't want overhead of installing Apache Server and configure AJP to talk to tomcat. I copied the /common/* folder inside the following l

RE: Tomcat 7.0.39 - Embedded Tomcat within Eclipse Juno doesn’t pick assets from DOC ROOT

2013-08-10 Thread Saurabh Agrawal
Hi Mark, You got my problem BANG ON !! Deploying the /common/* folder under tomcat root is a workaround and I don't want overhead of installing Apache Server and configure AJP to talk to tomcat. I copied the /common/* folder inside the following location and it worked- C:\Users\sagraw\workspa

Re: Tomcat 7.0.39 - Embedded Tomcat within Eclipse Juno doesn’t pick assets from DOC ROOT

2013-08-10 Thread Neven Cvetkovic
On Sat, Aug 10, 2013 at 12:02 PM, Mark Eggers wrote: > Hopefully the original poster is just emulating what will be in > production. In other words, rather than having an Apache HTTPD server with > the static files on his development machine, as well as connecting Apache > HTTP and Tomcat with AJ

Re: Tomcat 7.0.39 - Embedded Tomcat within Eclipse Juno doesn’t pick assets from DOC ROOT

2013-08-10 Thread Mark Eggers
Comments inline: On 8/10/2013 4:29 AM, André Warnier wrote: Saurabh Agrawal wrote: Hi, I have developed Struts 2 application which is deployed on Tomcat. I am using Eclipse to do the coding and configured Tomcat with Eclipse to deploy the war from Eclipse itself. My requirement is that all st

Re: A Couple of 8.0.0 WebSocket Questions

2013-08-10 Thread Niki Dokovski
On Sat, Aug 10, 2013 at 6:57 AM, Igor Urisman wrote: > Dear all, > > 1. I see how to close a session from either end of the connection. That, > of course, leaves the underlying endpoint intact. Is there a way to > un-deploy an entire server endpoint so that no new connections can be made > to it?

RE: Tomcat 7.0.39 - Embedded Tomcat within Eclipse Juno doesn’t pick assets from DOC ROOT

2013-08-10 Thread Saurabh Agrawal
Hi Andre, I think I was not able to clearly articulate the problem statement. Let me try and explain it again. I am not using Apache HTTP server on my local development box. So my development box has Eclipse and Tomcat. My problem statement is that I want to serve my static assets by using the

Re: Tomcat 7.0.39 - Embedded Tomcat within Eclipse Juno doesn’t pick assets from DOC ROOT

2013-08-10 Thread André Warnier
Saurabh Agrawal wrote: Hi, I have developed Struts 2 application which is deployed on Tomcat. I am using Eclipse to do the coding and configured Tomcat with Eclipse to deploy the war from Eclipse itself. My requirement is that all static assets should be served from Apache HTTP Server becaus