Re: Tomcat with multiple domains

2012-11-29 Thread André Warnier
Hi. Here is a brief tutorial on how the virtual host thing works. (I find that many times, reminding someone of these basic things helps in diagnosing things quickly). 1) the browser is given a URL to retrieve, say http://myhost.mycompany.com:8080/home.html; 2) the browser parses this URL

Logfile noise, mod_jk, Apache 2.2, Uri * is invalid. Uri must start with /

2012-11-29 Thread Patrick Middleton
Hi folks, I'm working with recent builds/installations of Apache 2.2.22 with mod_jk 1.2.37 on MacOSX 10.4.11/PPC Apache 2.2.22 with mod_jk 1.2.37 on MacOSX 10.8.2/x86_64 connecting to Tomcat 5.5.7 (from binary distribution) running on MacOSX 10.4.11. What I am finding is lots of log entries

Re: Logfile noise, mod_jk, Apache 2.2, Uri * is invalid. Uri must start with /

2012-11-29 Thread André Warnier
Patrick Middleton wrote: Hi folks, I'm working with recent builds/installations of Apache 2.2.22 with mod_jk 1.2.37 on MacOSX 10.4.11/PPC Apache 2.2.22 with mod_jk 1.2.37 on MacOSX 10.8.2/x86_64 connecting to Tomcat 5.5.7 (from binary distribution) running on MacOSX 10.4.11. What I am

AW: Accidentally remove catalina.out file

2012-11-29 Thread Steffen Heil (Mailinglisten)
Hi What should happen when catalina.out is deleted? Please, I need to resolve this question. So far as I know it's just a logfile and all that happens is that you lost the log output. The file should be created on the next start of the server. Even when the server is running and the

Context Path for a subdirectory

2012-11-29 Thread Leo Donahue - RDSA IT
Reading the docs: http://tomcat.apache.org/tomcat-7.0-doc/config/context.html ..The web application used to process each HTTP request is selected by Catalina based on matching the longest possible prefix of the Request URI against the context path of each defined Context. If I have a webapp,

Re: Context Path for a subdirectory

2012-11-29 Thread Mark Eggers
On 11/29/2012 11:41 AM, Leo Donahue - RDSA IT wrote: Reading the docs: http://tomcat.apache.org/tomcat-7.0-doc/config/context.html ..The web application used to process each HTTP request is selected by Catalina based on matching the longest possible prefix of the Request URI against the

RE: Context Path for a subdirectory

2012-11-29 Thread Caldarale, Charles R
From: Leo Donahue - RDSA IT [mailto:leodona...@mail.maricopa.gov] Subject: Context Path for a subdirectory If I have a webapp, with a www directory, and in that www directory are other directories, how would I restrict access to one of those subdirectories to the localhost? Probably your

Re: Tomcat 7 SSL Session ID

2012-11-29 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Vincent, On 11/28/12 3:14 AM, Vincent Goelen wrote: When the keepAliveTimeout is not set to 0 I can see in the SSL debug logs the SSL session get's invalidated after some requests with a Broken Pipe exception. Is this because there are too many

RE: Context Path for a subdirectory

2012-11-29 Thread Leo Donahue - RDSA IT
-Original Message- From: Mark Eggers [mailto:its_toas...@yahoo.com] Sent: Thursday, November 29, 2012 1:12 PM To: Tomcat Users List Subject: Re: Context Path for a subdirectory On 11/29/2012 11:41 AM, Leo Donahue - RDSA IT wrote: Reading the docs:

Re: Context Path for a subdirectory

2012-11-29 Thread Mark Eggers
On 11/29/2012 12:32 PM, Leo Donahue - RDSA IT wrote: -Original Message- From: Mark Eggers [mailto:its_toas...@yahoo.com] Sent: Thursday, November 29, 2012 1:12 PM To: Tomcat Users List Subject: Re: Context Path for a subdirectory On 11/29/2012 11:41 AM, Leo Donahue - RDSA IT wrote:

Re: Context Path for a subdirectory

2012-11-29 Thread Konstantin Kolinko
2012/11/29 Leo Donahue - RDSA IT leodona...@mail.maricopa.gov: Reading the docs: http://tomcat.apache.org/tomcat-7.0-doc/config/context.html ..The web application used to process each HTTP request is selected by Catalina based on matching the longest possible prefix of the Request URI

Re: Context Path for a subdirectory

2012-11-29 Thread André Warnier
Leo Donahue - RDSA IT wrote: -Original Message- From: Mark Eggers [mailto:its_toas...@yahoo.com] Sent: Thursday, November 29, 2012 1:12 PM To: Tomcat Users List Subject: Re: Context Path for a subdirectory On 11/29/2012 11:41 AM, Leo Donahue - RDSA IT wrote: Reading the docs:

Re: Tomcat with multiple domains

2012-11-29 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Paul, On 11/28/12 6:29 PM, Paul van Hoven wrote: Thanks for your quick and detailed answers. Actually I think I did all the things you mentioned but it still does not work. So here are the changes I made: 1. I checked that the following entries

RE: Context Path for a subdirectory

2012-11-29 Thread Leo Donahue - RDSA IT
-Original Message- From: André Warnier [mailto:a...@ice-sa.com] Sent: Thursday, November 29, 2012 3:40 PM To: Tomcat Users List Subject: Re: Context Path for a subdirectory Leo Donahue - RDSA IT wrote: -Original Message- From: Mark Eggers [mailto:its_toas...@yahoo.com] Sent:

Re: Tomcat 6.0.18 Caching Question

2012-11-29 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Vasanth, I'm finally getting around to reading all the messages in this thread. I have a few questions: On 11/22/12 10:39 AM, Sekar, Vasanth wrote: Sorry, about that. Here is the detailed explanation. html:options collection=pages

RE: Logfile noise, mod_jk, Apache 2.2, Uri * is invalid. Uri must start with /

2012-11-29 Thread Martin Gainty
assume this Apache URLhttp://systemname:port/server1/example/samples/ExampleServlet then to map ALL subdomains and pages under example to SystemWorker1 (To Tomcat) issue this JKMount JkMount /example/* System1worker on ApacheServer be careful to chmod +r+x for ALL urls

Veritas Clustering for Tomcat

2012-11-29 Thread Sameera, Shaakunthala
Hi, Is there a Veritas clustering agent available for Tomcat? As per the following page, currently there's no agent available. https://sort.symantec.com/agents Are there any alternatives? Thanks in advance. With thanks and best regards, Sameera Shaakunthala | Systems Administrator -

Re: Context Path for a subdirectory

2012-11-29 Thread André Warnier
Leo Donahue - RDSA IT wrote: -Original Message- From: André Warnier [mailto:a...@ice-sa.com] Sent: Thursday, November 29, 2012 3:40 PM To: Tomcat Users List Subject: Re: Context Path for a subdirectory Leo Donahue - RDSA IT wrote: -Original Message- From: Mark Eggers