Re: Tomcat HTTPS Connector Stops working after an hour

2011-12-26 Thread Saravanan L
Please find the server.xml attached. The real problem is I dont know where to look at. -There are no error in logs or the linux sys logs. - I cannot diagnose as the connector(443) does not even connect. On 12/24/2011 3:31 PM, Pid wrote: On 23/12/2011 14:47, Christopher Schultz wrote: S

tomcat7 maven plugin (frustration) - probably a simple question

2011-12-26 Thread PS M.
Hi there -- I am frustrated with the tomcat7 maven plugin. I am trying to create an executable jar from my war project. The problem is that none of the war's dependencies are included in the executable jar even though the corresponding war created at the same time is complete. In the pom.xml file

Re: MBean InitialContext() Tomcat query- pls help

2011-12-26 Thread S B
On Mon, Dec 26, 2011 at 3:28 PM, Pid * wrote: > On 26 Dec 2011, at 09:50, S B wrote: > > > On Sat, Dec 24, 2011 at 6:29 PM, Pid wrote: > > > >> On 23/12/2011 04:57, S B wrote: > >>> On Thu, Dec 22, 2011 at 8:49 PM, Pid wrote: > >>> > On 22/12/2011 10:34, Konstantin Kolinko wrote: > >

Re: Security Constraints With URL Rewrite filter

2011-12-26 Thread Jerry Malcolm
Half of the site is protected, and the other half is not, and some pages have moved from unprotected to protected at the whim of the client. The client has simply stated "clean URLs". I have argued that point, and lost. So independent of valid substantiation for the requirement, it is what it is

Re: Security Constraints With URL Rewrite filter

2011-12-26 Thread Terence M. Bandoian
On 1:59 PM, Pid * wrote: On 25 Dec 2011, at 22:03, Jerry Malcolm<2ndgenfi...@gmail.com> wrote: Thanks for the input. This has turned into something really ugly. Let me go back and summarize the situation: I have an established large application made up of about 10 separate webapps (context

RE: Security Constraints With URL Rewrite filter

2011-12-26 Thread Caldarale, Charles R
> From: Jerry Malcolm [mailto:2ndgenfi...@gmail.com] > Subject: Re: Security Constraints With URL Rewrite filter > --- I want the user to see the URL: /showPlasmaTVs > -- I want it to map internally to: > /webAppContext1/jsp/user/products.jsp?productSearch=plasma > -- I would like for it to u

Tomcat 6.0.35 : Cluster and new node

2011-12-26 Thread Cédric SAMSON
Hi all, Context : I have a cluster with 2 nodes (both on linux). * The master node is configured as below : * resourceName="UserDatabase"/> channelSendOptions="8"> className="org.apache.catalina.tribes.transport.ReplicationTransmitter"> className="org.apache.catalina.tribes.t

Re: MBean InitialContext() Tomcat query- pls help

2011-12-26 Thread Pid *
On 26 Dec 2011, at 09:50, S B wrote: > On Sat, Dec 24, 2011 at 6:29 PM, Pid wrote: > >> On 23/12/2011 04:57, S B wrote: >>> On Thu, Dec 22, 2011 at 8:49 PM, Pid wrote: >>> On 22/12/2011 10:34, Konstantin Kolinko wrote: > 2011/12/20 S B : >> Hi, >> >> I created and deployed

Re: MBean InitialContext() Tomcat query- pls help

2011-12-26 Thread S B
On Sat, Dec 24, 2011 at 6:29 PM, Pid wrote: > On 23/12/2011 04:57, S B wrote: > > On Thu, Dec 22, 2011 at 8:49 PM, Pid wrote: > > > >> On 22/12/2011 10:34, Konstantin Kolinko wrote: > >>> 2011/12/20 S B : > Hi, > > I created and deployed an MBean in my tomcat. It uses datasource t

Re: Security Constraints With URL Rewrite filter

2011-12-26 Thread Pid *
On 25 Dec 2011, at 22:03, Jerry Malcolm <2ndgenfi...@gmail.com> wrote: > Thanks for the input. This has turned into something really ugly. Let me > go back and summarize the situation: > > I have an established large application made up of about 10 separate > webapps (contexts) to keep it modula