Re: Feedback Requested: Proposed CLI Tool for Apache Tomcat; kitty.

2010-08-22 Thread msacks
Yes, +1 On Thu, Aug 19, 2010 at 7:13 AM, Jim Jagielski wrote: > Any interest in the code moving to the ASF incubator? > > On Aug 16, 2010, at 4:06 PM, Networked wrote: > >> >> >> Myself and Peary Chiu have created a lightweight utility for >> administering Tomcat from the command line in our cop

RE: Is there a better way to disable JSESSIONID in the URLs?

2010-08-22 Thread Caldarale, Charles R
> From: Wesley Acheson [mailto:wesley.ache...@gmail.com] > Subject: Re: Is there a better way to disable JSESSIONID in the URLs? > > I wan't actually going to do it but I think the specs should > allow vendor extensions to web.xml. That would be a really bad idea, and pretty much kill off any ch

Re: Is there a better way to disable JSESSIONID in the URLs?

2010-08-22 Thread Wesley Acheson
On Sun, Aug 22, 2010 at 5:55 PM, Mark Thomas wrote: > On 22/08/2010 16:29, Wesley Acheson wrote: > > Sorry for bring this off list. I'll put it back on list if you think that > > appropriate. > > > > You think that the context is the correct place to put this? I thought > maybe > > web.xml but I

Re: Is there a better way to disable JSESSIONID in the URLs?

2010-08-22 Thread Mark Thomas
On 22/08/2010 16:29, Wesley Acheson wrote: > Sorry for bring this off list. I'll put it back on list if you think that > appropriate. > > You think that the context is the correct place to put this? I thought maybe > web.xml but I don't know if you can extend that or if its rigidly covered by > th

Re: Tomcat Version Numbers

2010-08-22 Thread Mark Thomas
On 20/08/2010 17:36, Caldarale, Charles R wrote: >> Given that, there's no telling which 7.0 version will be the >> first stable one, right? > > Mark seems to be close to recommending stable, but yes, there's no telling. Ultimately it is a community decision. The more folks that use the betas an

Re: Is there a better way to disable JSESSIONID in the URLs?

2010-08-22 Thread Wesley Acheson
Sorry for bring this off list. I'll put it back on list if you think that appropriate. You think that the context is the correct place to put this? I thought maybe web.xml but I don't know if you can extend that or if its rigidly covered by the spec. I started to do this on the connector is that

RE: Mapping REST requests across multiple app contexts

2010-08-22 Thread Caldarale, Charles R
> From: Ken Fox [mailto:k...@vulpes.com] > Subject: Re: Mapping REST requests across multiple app contexts > > I looked at UrlRewriteFilter and it seemed designed for forwarding > within a context, not between contexts. Not true; forwards may cross contexts - look at the context attribute on the

Re: Configure read/write-access in TomCat

2010-08-22 Thread André Warnier
Mark Thomas wrote: On 20/08/2010 18:56, André Warnier wrote: Mark Thomas wrote: On 18/08/2010 13:32, André Warnier wrote: What do you mean by "write" ? There is nothing in tomcat itself which allows users to write anywhere on the server. I know I am coming late to this thread but to be pedan

Re: Mapping REST requests across multiple app contexts

2010-08-22 Thread André Warnier
Ken Fox wrote: chuck.caldar...@unisys.com wrote: If you place the standard rewrite filter in the ROOT context, you can catch any requests that do not directly map to the appropriate webapp and forward or redirect them appropriately. I looked at UrlRewriteFilter and it seemed designed for for

Re: tomcat 7.0 embedded usage

2010-08-22 Thread Mark Thomas
On 22/08/2010 04:04, Mondain wrote: > This was blogged earlier this week.. > http://copperykeenclaws.wordpress.com/2010/08/19/embedding-tomcat-7/ > I'll be using this info for the Red5 plugin very soon.. The POM error will be fixed for 7.0.3 onwards. As an aside, if you find a problem please repo

Re: Configure read/write-access in TomCat

2010-08-22 Thread Mark Thomas
On 20/08/2010 18:56, André Warnier wrote: > Mark Thomas wrote: >> On 18/08/2010 13:32, André Warnier wrote: >>> What do you mean by "write" ? There is nothing in tomcat itself which >>> allows users to write anywhere on the server. >> >> I know I am coming late to this thread but to be pedantic th

Re: Mapping REST requests across multiple app contexts

2010-08-22 Thread Ken Fox
chuck.caldar...@unisys.com wrote: > If you place the standard rewrite filter in the ROOT context, you can catch > any requests that do not directly map to the appropriate webapp and forward > or redirect them appropriately. > I looked at UrlRewriteFilter and it seemed designed for forwarding with

Re: war not redeploying

2010-08-22 Thread Mark Thomas
On 20/08/2010 15:02, Sean McEligot wrote: > I'm trying to figure out the logic behind redeploying a war. From > examining HostConfig.java, it looks like: > > 1. remembered date of the war file is compared to the current date of > the war file and the application is redeployed if the current date i

Re: How stable is Tomcat?

2010-08-22 Thread Pid
On 21/08/2010 20:13, Ken Fox wrote: > On Sat, Aug 21, 2010 at 2:42 PM, Pid * wrote: >> We don't usually count web traffic in hits any more, because a single >> page could easily cause 100 hits. > > I think hits to your app servers is still an appropriate way to think > about your server load. If