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