Re: Dynamic URIs Using one Context

2007-05-17 Thread Nathan Hook
Excellent. This might sound a tad bit on the dense side, but are there any links to examples of how to use wildcard certificates with IP address mapping for both Apache and Tomcat? I've tried to find some examples on the web, but I am unable to find anything with substance. Thank you again

Re: Dynamic URIs Using one Context

2007-05-16 Thread Pid
Hassan Schroeder wrote: On 5/16/07, Nathan Hook <[EMAIL PROTECTED]> wrote: Would changing the ServerName attribute to .com allow Apache to respond to all requests sent to the server that are subdomains? I'm not sure ServerName is even *required*, in which case you'd simply be processing any

Re: Dynamic URIs Using one Context

2007-05-16 Thread Hassan Schroeder
On 5/16/07, Nathan Hook <[EMAIL PROTECTED]> wrote: Would changing the ServerName attribute to .com allow Apache to respond to all requests sent to the server that are subdomains? I'm not sure ServerName is even *required*, in which case you'd simply be processing any request to *:80 (presumabl

Re: Dynamic URIs Using one Context

2007-05-16 Thread Nathan Hook
<[EMAIL PROTECTED]> Reply-To: "Tomcat Users List" To: "Tomcat Users List" Subject: Re: Dynamic URIs Using one Context Date: Wed, 16 May 2007 11:24:31 +0200 These sort of things http://www.mycompany.com/~craigmcc/index.htm Yes nice I think for static sites and

Re: Dynamic URIs Using one Context

2007-05-16 Thread Johnny Kewl
about tomcat... - Original Message - From: "Raghupathy, Gurumoorthy" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Wednesday, May 16, 2007 10:53 AM Subject: RE: Dynamic URIs Using one Context You can use http://httpd.apache.org/docs/2.0/mod

RE: Dynamic URIs Using one Context

2007-05-16 Thread Raghupathy, Gurumoorthy
[mailto:[EMAIL PROTECTED] Sent: 16 May 2007 08:43 To: Tomcat Users List Subject: Re: Dynamic URIs Using one Context Interesting question this is wot I would do try! The basic thing I would use Apache Httpd for it to direct via Virtual hosting and the worker file... domain names to various

Re: Dynamic URIs Using one Context

2007-05-16 Thread Johnny Kewl
Interesting question this is wot I would do try! The basic thing I would use Apache Httpd for it to direct via Virtual hosting and the worker file... domain names to various tomcat instances. eg you can have 2 tomcat instances on a machine and tomcat spread across many machines.

Re: Dynamic URIs Using one Context

2007-05-15 Thread Hassan Schroeder
On 5/15/07, Nathan Hook <[EMAIL PROTECTED]> wrote: We are an Application Service Provider (ASP) that has numerous clients with the number of clients increasing rapidly. All our clients use the same application but each client needs/wants a distinguishing element in the url to identify them to t