RE: Tomcat-user versus StackOverflow

2014-03-16 Thread Prastein, Rebeccah H
Chris said: >I was happy to see SO demolish the "Experts Exchange" overnight. Their site >got great Google rankings but never gave you any actual answers >unless you >paid them. > >- -chris About 3/4 of the time when I have gone there, all I have to do is scroll down the page to below all the a

RE: Securing A Directory Listing

2010-10-20 Thread Prastein, Rebeccah H
For the benefit of the original poster: If you don't specify any http-methods for the web-resource-collection, the default behavior is that all methods are protected. If you specify one or more http-methods, the behavior is that those specified are protected, and any that are not specified are not

RE: How to set Log4J debug flag in Tomcat

2008-12-11 Thread Prastein, Rebeccah H
I'll take a look, thanks. Rebeccah -Original Message- From: André Warnier [mailto:a...@ice-sa.com] Sent: Wednesday, December 10, 2008 4:51 PM To: Tomcat Users List Subject: Re: How to set Log4J debug flag in Tomcat Prastein, Rebeccah H wrote: > How do I start tomcat as an app

How to set Log4J debug flag in Tomcat

2008-12-10 Thread Prastein, Rebeccah H
How do I start tomcat as an application (not a service) and set the log4j debug commandline parameter? I tried editing startup.bat to prepend -Dlog4j.debug to %CMD_LINE_ARGS%, but I get the following error on startup, and I don't see any log4j debug output: usage: java org.apache.catalina.startup

webapp deploy/undeploy log4j and other weirdnesses

2008-12-02 Thread Prastein, Rebeccah H
The deeper I dig, the more I'm confusing myself, and the more weird stuff I unearth, so I apologize if this seems disjointed. I know it's all a big jumbled mess, and I'll need to chop it up into separate topics, but if anyone has any clues about *any* of this, I'd be most appreciative. I started

RE: Updating users

2008-11-25 Thread Prastein, Rebeccah H
There must be a way - Managing users is one of the things that the admin webapp does. Maybe take a look at its source code? BTW, The admin webapp doesn't come with the default installation of tomcat any more, you have to download and install it separately. Rebeccah -Original Message- F

log4j FileAppenders not flushing

2008-11-25 Thread Prastein, Rebeccah H
I'm hoping someone here can help me with this; I've searched all over the web, and any references to FileAppenders not flushing in the log4j lists get the response, "not a log4j problem, must be your application." I have a simple 3-page Spring 2.5 Spring MVC application running under Tomcat 5.5.