Excluding directories from access log

2005-01-21 Thread footh
I use the AccessLogValve to do standard logging for requests to my site. However, I find that image file requests dominate the log file. Is there way to exclude an entire directory from printing to the access log when its files are requested? I looked at the docs and all I could find was the "co

Re: Two Tomcat installations on one server in Windows 2K3

2004-12-13 Thread footh
Wolfgang Hackl <[EMAIL PROTECTED]> wrote: > footh wrote: > > [running more than one Tomcat on a single machine] > > > First off, I want to run Tomcat as a service and > that > > seems to talk about running multiple instances > with > > the startup scri

Re: Two Tomcat installations on one server in Windows 2K3

2004-12-13 Thread footh
orking fine now. --- footh <[EMAIL PROTECTED]> wrote: > Thanks, I already read that but didn't quite > understand how I could use that information for my > setup. > > First off, I want to run Tomcat as a service and > that > seems to talk about running multiple i

Re: Two Tomcat installations on one server in Windows 2K3

2004-12-13 Thread footh
> http://jakarta.apache.org/tomcat/tomcat-4.1-doc/RUNNING.txt > > It helped me a lot. > > Tino > > > footh wrote: > > I have a server with several IP addresses and I'd > like > > to have two separate instances of Tomcat listening > on > >

Two Tomcat installations on one server in Windows 2K3

2004-12-12 Thread footh
I have a server with several IP addresses and I'd like to have two separate instances of Tomcat listening on two of the IP addresses. I want both of these instances to be a separate service as well. I already had one Tomcat installation on the server and I attempted to run the installer again un

Re: SSL and form-based login

2004-11-24 Thread footh
ROTECTED] > >Reply-To: "Tomcat Users List" > <[EMAIL PROTECTED]> > >To: [EMAIL PROTECTED] > >Subject: Re: SSL and form-based login > >Date: Wed, 24 Nov 2004 01:11:11 -0600 > > > >On Tue, Nov 23, 2004 at 01:20:16PM -0800, footh > wrote: > &

Re: SSL and form-based login

2004-11-23 Thread footh
previously had only worked with IIS. --- Carl Howells <[EMAIL PROTECTED]> wrote: > footh wrote: > > Now that I think about it, most (if not all) of my > > non-SSL links are in include files. So, it is > easy > > enough to just place the full link in there. What > > b

Re: SSL and form-based login

2004-11-23 Thread footh
--- [EMAIL PROTECTED] wrote: > > > I guess I could set transport-guarantee tags to > NONE > > for every single non-SSL page. That just seems > like a > > bit of an administrative hassle as everytime I add > a > > new page (or rather, folder) I'd have to add the > > appropriate transport tag. >

Re: SSL and form-based login

2004-11-22 Thread footh
ansport-guarantee tags to NONE for every single non-SSL page. That just seems like a bit of an administrative hassle as everytime I add a new page (or rather, folder) I'd have to add the appropriate transport tag. --- [EMAIL PROTECTED] wrote: > On Sun, Nov 21, 2004 at 10:53:52AM -0800,

Re: SSL and form-based login

2004-11-21 Thread footh
; On Sat, Nov 20, 2004 at 04:59:31PM -0800, footh > wrote: > > SSL seems to be working fine, however, I don't > believe > > the login page is using SSL. The reason being is, > > when I try to hit any other page on the site with > SSL, > > my browser invokes

SSL and form-based login

2004-11-20 Thread footh
Through lots of research, I thought I had finally figured out how to set up SSL with form-based login. However, I still have a couple of outstanding issues. SSL seems to be working fine, however, I don't believe the login page is using SSL. The reason being is, when I try to hit any other page o

Re: Form-based login question - explicit login

2004-11-05 Thread footh
> working on a large-scale > in-house production app - their are performance > issues I'm sure > if your considering a super-large deployment. > > If anybody has a better/quicker solution I'm > interested. > > --JW > > > footh wrote: > > >

Form-based login question - explicit login

2004-11-05 Thread footh
I have a quick question regarding Tomcat's form-based login. I have it working fine for pages that are listed as protected. For ex, if a user hits a protected page, they are redirected to a login page, we'll call it "login_required" that says the requested resource requires a login. If they fail

RE: Bind Tomcat to one IP address on multiple IP machine

2004-11-02 Thread footh
Sorry, it was really late at night when I was looking into this and after spending the evening going through docs for Apache, jk2, MySQL, etc. my eyes were very tired. There are a ton of questions that I answered for myself by going through these docs. This just happens to be one that slipped by.

Bind Tomcat to one IP address on multiple IP machine

2004-11-02 Thread footh
My computer has multiple IP addresses assigned to it and I'd like Tomcat to only listen on one of those addresses. I've scoured the documentation on the server.xml config file and the closest thing I can find is the tcpListenAddress of a cluster element. However, it seems to me that I shouldn't h

Re: Apache, Tomcat and mod_jk2 - question about layout

2004-10-26 Thread footh
d by Tomcat. > > Regarding the directory setup ... it is whatever > works best for you. I > personally do the following: > Apache Content -> /sites/static//... > Tomcat Content -> /sites/webapps// > > This means that all of the Tomcat content is outside > the real

Re: Apache, Tomcat and mod_jk2 - question about layout

2004-10-26 Thread footh
have a reason, why not let Tomcat do it > all? > > Doug > > - Original Message - > From: "footh" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Tuesday, October 26, 2004 5:13 PM > Subject: Apache, Tomcat and mod_jk2 - question about

Apache, Tomcat and mod_jk2 - question about layout

2004-10-26 Thread footh
After going through all the documentation, I have gotten mod_jk2 to forward jsp requests to Tomcat. However, I have a question about the layout... Essentially, my site will be .html pages with some occasional .jsp pages (it will likely change in the future to all .jsp/servlets, but for now that's