Virtual Hosts and useCanonical

2004-10-27 Thread Mike Curwen
Yup, I've asked about/commented about this before. I'm having trouble with Vhosts, server names, and how to get the value I want out of request.getServerName(), and this is all with apache/jk/tomcat. (apache is in the 2's somewhere, jk (not jk2) and tomcat 4.1.30 and 5.0.29). "I'm only get the

Re: real world deployment with multiple virtual hosts

2004-09-21 Thread QM
On Mon, Sep 20, 2004 at 11:58:08PM -0400, Anthony E. Carlos wrote: : I've configured Tomcat with multiple virtual hosts. However, because of : ever-increasing memory usage, (see : http://jakarta.apache.org/tomcat/faq/deployment.html at the bottom), I : often have to restart Tomcat. Thus a

real world deployment with multiple virtual hosts

2004-09-20 Thread Anthony E. Carlos
Hello, I've configured Tomcat with multiple virtual hosts. However, because of ever-increasing memory usage, (see http://jakarta.apache.org/tomcat/faq/deployment.html at the bottom), I often have to restart Tomcat. Thus a dozen or so sites all go down for a minute or two while each of

virtual hosts howto! (jk2/apache2.0.50||iis5.0/tomcat5.0.25)

2004-09-17 Thread Alex
at5\\conf\\workers2.properties" "extensionUri"="/jakarta/isapi_redirector2.dll" "logLevel"="debug" "serverRoot"="C:\\Apache\\Tomcat5\\" Create the folders which have been defined above in the registry file. Double click the registr

Re: Question about multiple instances instead virtual hosts

2004-09-10 Thread Mark Lowe
vm. So how could I do that?? (especially all connect to port 80) Maarten -Oorspronkelijk bericht- Van: Bedrijven.nl [mailto:[EMAIL PROTECTED] Verzonden: Friday, September 10, 2004 1:54 PM Aan: 'Tomcat Users List' Onderwerp: RE: Question about multiple instances instead virtua

RE: Question about multiple instances instead virtual hosts

2004-09-10 Thread Ralph Einfeldt
You just need one installation. See my previous post for an exaple structure. > -Original Message- > From: Bedrijven.nl [mailto:[EMAIL PROTECTED] > Sent: Friday, September 10, 2004 4:42 PM > To: 'Tomcat Users List' > Subject: RE: Question about multiple instan

RE: Question about multiple instances instead virtual hosts

2004-09-10 Thread Bedrijven.nl
:54 PM Aan: 'Tomcat Users List' Onderwerp: RE: Question about multiple instances instead virtual hosts can you give examples of: - how to define CATALINA_BASE (i.e. a new director applications/applicationX/webapps, applications/applicationY/webapps etc is that OK??) - how to bind

RE: Question about multiple instances instead virtual hosts

2004-09-10 Thread Ralph Einfeldt
54 PM > To: 'Tomcat Users List' > Subject: RE: Question about multiple instances instead virtual hosts > > > can you give examples of: > > - how to define CATALINA_BASE (i.e. a new director > applications/applicationX/webapps, > applications/application

RE: Question about multiple instances instead virtual hosts

2004-09-10 Thread Bedrijven.nl
: Friday, September 10, 2004 1:41 PM Aan: Tomcat Users List; [EMAIL PROTECTED] Onderwerp: RE: Question about multiple instances instead virtual hosts My recommendations: - Use one installation and define CATALINA_BASE for each. - Define one virtual ip per instance - bind each instance to one ip

RE: Question about multiple instances instead virtual hosts

2004-09-10 Thread Ralph Einfeldt
Tomcat Users List' > Subject: Question about multiple instances instead virtual hosts > > > Hello, > > Now I have a production server with tomcat 4.1.24. I have several > applications installed (in webapps) and sets them up as > virtual hosts. I get > the idea that usi

Question about multiple instances instead virtual hosts

2004-09-10 Thread Bedrijven.nl
Hello, Now I have a production server with tomcat 4.1.24. I have several applications installed (in webapps) and sets them up as virtual hosts. I get the idea that using multiple instances would work better for me. I read the documentation but what I read is there are 2 possible solutions: for

Re: Clustering and Virtual Hosts

2004-09-08 Thread Filip Hanik - Dev
dress. Now since all virtual hosts are on the same computer, you would want to set different tcpListenPort attributes as a port can only be used by one server socket on a machine. Filip - Original Message - From: "Leonard Sitongia" <[EMAIL PROTECTED]> To: "Tomcat Use

Clustering and Virtual Hosts

2004-09-07 Thread Leonard Sitongia
Hi, The server.xml in Tomcat 5 has inside of . Right now, I'm running one host in the Tomcat configuration on each of two computers. server.xml in tomcat running on a computer named c1 has a named c1, and computer c2 has a host named c2. I'm planning to create several virtual hosts

Re: SSL in tomcat standalone with virtual hosts

2004-08-19 Thread RJ
At 12:01 PM 8/19/2004, Hassan Schroeder wrote: RJ wrote: OK, I've done some more searching I think you're making this harder than it needs to be... That's definitely the story of my life. For those as clueless as me, here's what I did to get it to work: edit up server.xml to define a Connector

Re: SSL in tomcat standalone with virtual hosts

2004-08-19 Thread Hassan Schroeder
RJ wrote: OK, I've done some more searching I think you're making this harder than it needs to be... I read one post in the archives that said to create a new connector for each IP, but that doesn't work (at least using the Administration tool -- it only allows one connector on 443). So don't use t

Re: SSL in tomcat standalone with virtual hosts

2004-08-19 Thread RJ
s is a dumb question, but if anyone can shed some light (or links) I'd very much appreciate it. rj At 06:29 PM 8/18/2004, RJ wrote: I've tried searching the archives, but haven't found a good answer to this. I've got standalone tomcat (5.0.27) with connectors for 80 and 443, an

SSL in tomcat standalone with virtual hosts

2004-08-18 Thread RJ
I've tried searching the archives, but haven't found a good answer to this. I've got standalone tomcat (5.0.27) with connectors for 80 and 443, and several virtual hosts (each with their own IP). I got my first SSL certificate installed fine. However, I can't figure out h

Re: iis, jk2, virtual hosts.

2004-08-03 Thread Joseph Shraibman
jk2 has problems with virtual hosts. See http://issues.apache.org/bugzilla/show_bug.cgi?id=22045 and http://issues.apache.org/bugzilla/show_bug.cgi?id=18472 Alex wrote: is this something that no one has had experience with? On Wed, 21 Jul 2004, Alex wrote: Date: Wed, 21 Jul 2004 09:39:15 -0400

Re: Virtual Hosts and MySQL

2004-07-31 Thread Evgeny Gesin
Do you meant "deployOnStartup" ("loadOnStartup")? It is not available in 4.1.xx (my case). I found easer to manage multiple contexts in separate directories of virtual hosts, than limit use of deployment parameters. Thanks for reply! :) Evgeny > On Sat, Jul 31, 2004 at 1

Re: Virtual Hosts and MySQL

2004-07-31 Thread QM
On Sat, Jul 31, 2004 at 12:45:50PM -0700, Evgeny Gesin wrote: : Tomcat loads all* web-apps under "appBase" when : starting virtual hosts. Using different "appBase" for : each virtual "host" solves the problem. Just for the archives, Tomcat loads *all* webapps when &

Re: Virtual Hosts and MySQL

2004-07-31 Thread Evgeny Gesin
Well, I solved. Tomcat loads all* web-apps under "appBase" when starting virtual hosts. Using different "appBase" for each virtual "host" solves the problem. Thanks for not response :)) Evgeny __ Do you

Virtual Hosts and MySQL

2004-07-30 Thread Evgeny Gesin
Link encap:Local Loopback inet addr:127.0.0.2 Mask:255.0.0.0 I use 127.0.0.1 for first virtual host, 127.0.0.2 for second virtual host and 127.0.0.1:3306 to connect to local MySQL server. When I run Tomcat 4.1.30 with either or , everything works fine! But when I run both virtual hos

deploying via ant, mutiple virtual hosts apache/tomcat

2004-07-22 Thread Dean A. Hoover
I have a named virtual host in apache that uses mod_jk to communicate with tomcat. I use ant/manager to deploy from my development area, and everything works great. Now I've added another named virtual host to apache and a new worker for the tomcat connection. This works great too, but not for depl

Re: iis, jk2, virtual hosts.

2004-07-22 Thread Alex
is this something that no one has had experience with? On Wed, 21 Jul 2004, Alex wrote: > Date: Wed, 21 Jul 2004 09:39:15 -0400 (EDT) > From: Alex <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: Tomcat Users List <[EMAIL PROTECTED]> >

iis, jk2, virtual hosts.

2004-07-21 Thread Alex
Greetings, Does the jk2 adapter, and workers2.properties support virtual hosts? I have a few domains which are configured as virt. hosts with iis, and i'd like them all to connect to a different context on the tomcat backend via jk2/ajp13. can virtual hosts be configured in the wor

Re: Update virtual hosts when server is running

2004-07-21 Thread Daniel J. Obregon
pdate the lists of virtual hosts when the server is running > (Apache Tomcat) - without restarting the servers? > > > Lars Nielsen Lind - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Update virtual hosts when server is running

2004-07-21 Thread Lars Nielsen Lind
Hi. How do I update the lists of virtual hosts when the server is running (Apache Tomcat) - without restarting the servers? Lars Nielsen Lind

RE: Wildcard virtual hosts help

2004-07-20 Thread Gary Evesson
> -Original Message- > From: Cott Lang [mailto:[EMAIL PROTECTED] > Sent: Monday, July 19, 2004 10:14 PM > To: Tomcat Users List > Subject: RE: Wildcard virtual hosts help > > Thanks, Gary. I thought of that as a possibility over the weekend while > mulling over

RE: Wildcard virtual hosts help

2004-07-19 Thread Cott Lang
Thanks, Gary. I thought of that as a possibility over the weekend while mulling over Daniel's suggestion, but have not had a chance to try it. I appreciate knowing someone else has it working. :) Thanks, Cott > I have done this with re-write rules in apache by forcing the domain names > into a

RE: Wildcard virtual hosts help

2004-07-19 Thread Gary Evesson
> -Original Message- > From: Cott Lang [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 15, 2004 2:11 PM > To: Tomcat Users List > Subject: Wildcard virtual hosts help > > I have a specific problem that requires that I map hundreds of thousands > (yes, hundreds

Re: Wildcard virtual hosts help

2004-07-16 Thread Cott Lang
egexp host string... thanks! On Fri, 2004-07-16 at 05:49, Daniel J. Obregon wrote: > What I'm thinking here is using a virtual host within an apache > configuration file: > > *** With apache 2 (not sure if it's in apache 1.3x) you can have > virtual hosts defined in sepa

Re: Wildcard virtual hosts help

2004-07-16 Thread Daniel J. Obregon
What I'm thinking here is using a virtual host within an apache configuration file: *** With apache 2 (not sure if it's in apache 1.3x) you can have virtual hosts defined in separate files and then include them in the main httpd.conf file by saying Include path/to/foo.conf. Apache 1.

Re: Wildcard virtual hosts help

2004-07-16 Thread Ronald Klop
You can use a default host if I remember correct. All hosts which don't have there own mapping will be handled by the default host. Ronald. On Thu Jul 15 22:11:03 CEST 2004 Cott Lang <[EMAIL PROTECTED]> wrote: I have a specific problem that requires that I map hundreds of thousands (yes, hundreds

Re: Wildcard virtual hosts help

2004-07-15 Thread Cott Lang
On Thu, 2004-07-15 at 13:15, Daniel J. Obregon wrote: > Have you considered using apache/mod_jk? > > If you are mapping thousands of domains to a few webapps, it might be > better to use apache. Then, *worst* case you can write a script to > generate and/or maintain a set o

Re: Wildcard virtual hosts help

2004-07-15 Thread Daniel J. Obregon
Have you considered using apache/mod_jk? If you are mapping thousands of domains to a few webapps, it might be better to use apache. Then, *worst* case you can write a script to generate and/or maintain a set of virtual hosts Just a thought... - Dan Obregon - > I have a specific prob

Wildcard virtual hosts help

2004-07-15 Thread Cott Lang
I have a specific problem that requires that I map hundreds of thousands (yes, hundreds of thousands) of domain names to a dozen or so different web-apps based on domain name. I currently use Resin to handle this, but really wish to abandon Resin for Tomcat for a variety of reasons. Uniquely defin

Re: Virtual Hosts on Tomcat 5

2004-07-03 Thread Marco Pöhler
Am Freitag 02 Juli 2004 21:55 schrieb Steve Beaman: > I'm using Tomcat 5 standalone. > Everything works just fine, but now > I need to enter my virtual hosts information > in the server.xml file. > > Does anybody have a server.xml file > that uses virtual hosts that I

Virtual Hosts on Tomcat 5

2004-07-02 Thread Steve Beaman
I'm using Tomcat 5 standalone. Everything works just fine, but now I need to enter my virtual hosts information in the server.xml file. Does anybody have a server.xml file that uses virtual hosts that I could use as an example? T

Re: Problems with Virtual Hosts

2004-06-18 Thread Matrix Help
MatrixOne Tech Support eMail incident submission functionality requires specific subject line. The following subject lines are recognized. Request for CustomerLink Access - This will submit a request for new CustomerLink account Request for CustomerLink Password Reset - This will subm

Problems with Virtual Hosts

2004-06-18 Thread Carsten Lex
Hi, I installed Apache 2.0.49 and Tomcat 5.0.24. JK-Version is 2.04 My Problem is as follows: if I enter www.test.de:8080 then everything is working fine. But when I try www.test.de then tomcat invokes the default-Host (localhost). So for me it seems Apache doesn't pass the domain-name to tomcat.

Apache 2, Tomcat 5, mod_jk2 with virtual hosts and multiple Tomcat instances

2004-06-08 Thread John Martin
Hi All, I'm having problems integrating Apache 2.0.46, Tomcat 5.0.24 using connectors JK2 2.0.2 on linux for multiple Tomcat instances. I'm trying to run seperate instances of Tomcat for development environments that also correspond to different virtual hosts. I have managed

Re: Tomcat security and virtual hosts

2004-05-24 Thread wsedio
On 21-05-2004 11:33, wsedio wrote: Hi all, I am running Tomcat 5.0.24 on Red Hat Linux Enterprise 3 with Apache web server 2 and mod_jk 1.2. I have a few Apache/Tomcat virtual hosts: each host has its own document root and webapps. I would like to make sure that each host is not allowed to

Tomcat security and virtual hosts

2004-05-21 Thread wsedio
Hi all, I am running Tomcat 5.0.24 on Red Hat Linux Enterprise 3 with Apache web server 2 and mod_jk 1.2. I have a few Apache/Tomcat virtual hosts: each host has its own document root and webapps. I would like to make sure that each host is not allowed to access files outside its document

RE: tomcat virtual hosts question

2004-04-20 Thread D'Alessandro, Arthur
Yes, the manager app may be applied to each host, you'll need to define the manager context inside the host element. -Original Message- From: Emerson Cargnin [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 20, 2004 5:11 PM To: Tomcat Users List Subject: tomcat virtual hosts questio

tomcat virtual hosts question

2004-04-20 Thread Emerson Cargnin
If I have configured some virtualhosts through tomcat, may I manage each one in a independent way like each one having a separate manager app??? -- Emerson Cargnin Analista de Sistemas Setor de Desenvolvimento de Sistemas - TRE-SC tel : (048) - 251-3700 - Ramal 3181

RE: Newbie problem with JSP contexts & virtual hosts

2004-04-14 Thread Yansheng Lin
ant anyways. -Yan -Original Message- From: James Bucanek [mailto:[EMAIL PROTECTED] Sent: April 13, 2004 00:07 To: Tomcat Users List Subject: Re: Newbie problem with JSP contexts & virtual hosts While I didn't get any suggestions or feedback on my original question, I believe I've fou

Re: Newbie problem with JSP contexts & virtual hosts

2004-04-12 Thread James Bucanek
While I didn't get any suggestions or feedback on my original question, I believe I've found a solution. Now I just need to run it by the group to see if it's "Kosher." James Bucanek wrote on Sunday, April 11, 2004: > > > unpackWARs="false" autoDeploy="true"> > > > > >

Newbie problem with JSP contexts & virtual hosts

2004-04-11 Thread James Bucanek
ning in the Context of the 'jsp' defined in ${cataling_home}/conf/web.xml. When I reload the "/" application in the manager, all of my application scope objects disappear. So it would appear that the manager is reloading the 'jsp' servlet, not mine. Also, the of m

RE: Tomcat Configuration with Apache Virtual Hosts [SOLVED]

2004-04-05 Thread Mike Burkhouse
mailto:[EMAIL PROTECTED] > Sent: Monday, April 05, 2004 11:54 AM > To: 'Tomcat Users List' > Subject: RE: Tomcat Configuration with Apache Virtual Hosts > > > Oops. That changed things a bit. Now I get a segmentation fault: > > [Mon Apr 05 12:39:58 2004

RE: Tomcat Configuration with Apache Virtual Hosts

2004-04-05 Thread Mike Burkhouse
gt; Subject: Re: Tomcat Configuration with Apache Virtual Hosts > > > Hi Mike, > > jk_module and JkMount will only work if you are using JK. > You are using JK2 so you should go back to your original > configuration. > > Looking back at your log output, I noticed a

RE: Tomcat Configuration with Apache Virtual Hosts

2004-04-05 Thread Mike Burkhouse
lto:[EMAIL PROTECTED] > Sent: Monday, April 05, 2004 10:36 AM > To: Tomcat Users List > Subject: Re: Tomcat Configuration with Apache Virtual Hosts > > > Take a look at your workers2.properties file: > > Specifically this line: > > # define the worker > [

Re: Tomcat Configuration with Apache Virtual Hosts

2004-04-05 Thread Adrian Lanning
Hi Mike, jk_module and JkMount will only work if you are using JK. You are using JK2 so you should go back to your original configuration. Looking back at your log output, I noticed an error about a JNI lib not being found. I am fairly certain that using Unix Sockets requires JNI so that may be

Re: Tomcat Configuration with Apache Virtual Hosts

2004-04-05 Thread Ed Robbins
MAIL PROTECTED] Subject: Re: Tomcat Configuration with Apache Virtual Hosts It also appears that you can put this directive in your virtual host section for that domain: JkUriSet worker ajp13:localhost:8009 Ed Mike Burkhouse wrote: Hi Ed, Sorry for not being more clear. That is correct that

RE: Tomcat Configuration with Apache Virtual Hosts

2004-04-05 Thread Mike Burkhouse
> by a module > > not included in the server configuration > > > > Mike > > > > > >>-Original Message- > >>From: Ed Robbins [mailto:[EMAIL PROTECTED] > >>Sent: Monday, April 05, 2004 9:25 AM > >>To: [EMAIL PROTECTE

RE: Tomcat Configuration with Apache Virtual Hosts

2004-04-05 Thread Mike Burkhouse
LoadModule jk2_module modules/mod_jk2.so LoadModule jk_module libexec/mod_jk.so My Virtual Hosts section now reads: # # Use name-based virtual hosting. # NameVirtualHost *:80 ServerAdmin [EMAIL PROTECTED] DocumentRoot /usr/local/apache2/htdocs ServerName www.consultantsn

Tomcat Configuration with Apache Virtual Hosts

2004-04-05 Thread Mike Burkhouse
Hi All, I am still dorking around with this after writing the list a couple of weeks ago. I am trying to run JSPs using tomcat through Apache virtual hosts. To refresh, I have 2 domains, I want one to run JSPs, the other one will not. All I can think to do at this point is send you my

RE: Virtual Hosts Kill My JSPs

2004-04-02 Thread Lisa Simaki
t: Friday, April 02, 2004 11:19 AM > To: [EMAIL PROTECTED] > Subject: Virtual Hosts Kill My JSPs > > > Hi, > > Thought I'd try again :) > > We are using Tomcat v5.0.19 as a stand-alone server, > with the Coyote HTTP 1.1 Connector, on Windows 2000. > W

Re: Virtual Hosts Kill My JSPs

2004-04-02 Thread QM
On Fri, Apr 02, 2004 at 09:18:54AM -0800, Lisa Simaki wrote: : : : : : : : It's a stretch, but: I know using "workDir" has been recommended already; but did you restart Tomcat after adding it? -also, did said dirs already exist? For example, http://www.brandxdev.net tech n

RE: Virtual Hosts Kill My JSPs

2004-04-02 Thread LILES, DAVID (CONTRACTOR)
imaki [mailto:[EMAIL PROTECTED] Sent: Friday, April 02, 2004 11:19 AM To: [EMAIL PROTECTED] Subject: Virtual Hosts Kill My JSPs Hi, Thought I'd try again :) We are using Tomcat v5.0.19 as a stand-alone server, with the Coyote HTTP 1.1 Connector, on Windows 2000. We have Tomcat configure

Virtual Hosts Kill My JSPs

2004-04-02 Thread Lisa Simaki
Hi, Thought I'd try again :) We are using Tomcat v5.0.19 as a stand-alone server, with the Coyote HTTP 1.1 Connector, on Windows 2000. We have Tomcat configured with two virtual hosts (i.e., two elements). The virtual hosting is working great except for a problem with identically

Re: Multiple certificates for multiple virtual hosts (1:1)

2004-03-31 Thread Antonio Fiol Bonnín
D] Sent: 31 March 2004 15:25 To: 'Tomcat Users List' Subject: RE: Multiple certificates for multiple virtual hosts (1:1) Hi Doug, I guess my point is that given there may be multiple certificates installed on a web server, and given that certificates authenticate Distinguished Name there

RE: Multiple certificates for multiple virtual hosts (1:1)

2004-03-31 Thread Martin Alley
ll become mainstream?? Martin -Original Message- From: Martin Alley [mailto:[EMAIL PROTECTED] Sent: 31 March 2004 15:25 To: 'Tomcat Users List' Subject: RE: Multiple certificates for multiple virtual hosts (1:1) Hi Doug, I guess my point is that given there may be multipl

RE: Multiple certificates for multiple virtual hosts (1:1)

2004-03-31 Thread Martin Alley
xt I shall do a bit more research... Cheers Martin -Original Message- From: Parsons Technical Services [mailto:[EMAIL PROTECTED] Sent: 31 March 2004 14:55 To: Tomcat Users List Subject: Re: Multiple certificates for multiple virtual hosts (1:1) Martin, You missed something fundamental. Se

Re: Multiple certificates for multiple virtual hosts (1:1)

2004-03-31 Thread Parsons Technical Services
AIL PROTECTED]> To: "'Tomcat Users List'" <[EMAIL PROTECTED]> Sent: Wednesday, March 31, 2004 8:39 AM Subject: RE: Multiple certificates for multiple virtual hosts (1:1) > Okay, I see that the address attribute of the connector element can be > used to retrict

RE: Multiple certificates for multiple virtual hosts (1:1)

2004-03-31 Thread Martin Alley
Thanks Martin -Original Message- From: Martin Alley [mailto:[EMAIL PROTECTED] Sent: 31 March 2004 12:10 To: Tomcat Users List Subject: Multiple certificates for multiple virtual hosts (1:1) Hi, I want to have different certificates for different virtual hosts on my tomcat setup (embedded in JBos

Multiple certificates for multiple virtual hosts (1:1)

2004-03-31 Thread Martin Alley
Hi, I want to have different certificates for different virtual hosts on my tomcat setup (embedded in JBoss). I only have 1 IP address. I want to use the default ports (80 & 443) for each virtual server. A certificate doesn't say anything about the IP address - only the common name (ie

Re: Tomcat 5 Multiple SSL certificates (virtual hosts)

2004-03-24 Thread D'Alessandro, Arthur
Was looking for such an attribute.. I'll have to investigate again, thanks. -Original Message- From: Bill Barker [mailto:[EMAIL PROTECTED] Sent: Wed Mar 24 02:11:52 2004 To: [EMAIL PROTECTED] Subject:Re: Tomcat 5 Multiple SSL certificates (virtual hosts) IMHO,

Re: Tomcat 5 Multiple SSL certificates (virtual hosts)

2004-03-24 Thread D'Alessandro, Arthur
Thanks... Would be nice to utili1 keystore aliases..but that'll work -Original Message- From: Peter Rossbach [mailto:[EMAIL PROTECTED] Sent: Wed Mar 24 02:46:17 2004 To: Tomcat Users List Subject:Re: Tomcat 5 Multiple SSL certificates (virtual hosts) Hello Arthur, I

Re: workers.properties and virtual hosts

2004-03-23 Thread Michael Kastner
heart. Basically you've to define the hosts in the server.xml as describes in the howto and configure jk1 as usual. Add the JkMounts within the virtualhosts in apache's httpd.conf (the virtual hosts in apache must have the same name as in tomcat) : NameVirtualHost your_ip:80 S

Re: Tomcat 5 Multiple SSL certificates (virtual hosts)

2004-03-23 Thread Peter Rossbach
Hello Arthur, I have successfull tested those system with mulple IP Interfaces and different certs. One thing is a good practice: have small Service for admin web application The Engine name are Catalina of this service. Here my example configuration with one Catalina Service an two IP Ser

Re: Tomcat 5 Multiple SSL certificates (virtual hosts)

2004-03-23 Thread Bill Barker
IMHO, using separate keystore files is the easiest option. However, it should also be possible to specify which cert to use via the 'keyAlias' attribute on the Connector. "D'Alessandro, Arthur" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] We'd like to implement a single Tomcat 5 se

Tomcat 5 Multiple SSL certificates (virtual hosts)

2004-03-23 Thread D'Alessandro, Arthur
We'd like to implement a single Tomcat 5 server running multiple ip address aliases, each with it's own SSL certificate assigned. I do not see a configuration option, other than potentially trying to utilize a different keystore file (each with it's own tomcat alias cert) for each virtual host.

Re: workers.properties and virtual hosts

2004-03-23 Thread staf wagemakers
s usual. Add the JkMounts within the virtualhosts > >in apache's httpd.conf (the virtual hosts in apache must have the same > >name as in tomcat) : > > > >NameVirtualHost your_ip:80 > > > > > >ServerName site1 > >DocumentRoot /var/www/site1

Re: workers.properties and virtual hosts

2004-03-23 Thread Michael Kastner
veral virtual hosts to a worker? Sincerely Michael Kastner staf wagemakers schrieb: On Tue, Mar 23, 2004 at 04:14:56PM +0100, Michael Kastner wrote: Depends on what you mean by "virtualhosts", if you have one tomcat server with several virtualnamehosts it's possible to do it wi

Re: workers.properties and virtual hosts

2004-03-23 Thread staf wagemakers
e server.xml as describes in the howto and configure jk1 as usual. Add the JkMounts within the virtualhosts in apache's httpd.conf (the virtual hosts in apache must have the same name as in tomcat) : NameVirtualHost your_ip:80 ServerName site1 DocumentRoot /var/www/site1 JkMount /servle

Re: workers.properties and virtual hosts

2004-03-23 Thread Michael Kastner
r 23, 2004 at 02:01:34PM +0100, Michael Kastner wrote: I am trying to install tomcat5 with apache 1.3 using the mod_jk connector. On my test system I've got several virtual hosts. Do I have to create a separate worker for each virtual host? E.g.: worker.list= worker1, worker2, worker3

Re: workers.properties and virtual hosts

2004-03-23 Thread Michael Kastner
Thanks Adrian, that's very kind. Of cource, I had checked the documentation before I posted my initial question. It doesn't say anything about virtual hosts. Thanks for your reply Michael Kastner Adrian Lanning schrieb: JK tut: http://jakarta.apache.org/tomcat/tomcat-4.1-

Re: workers.properties and virtual hosts

2004-03-23 Thread Adrian Lanning
04 9:28 AM Subject: Re: workers.properties and virtual hosts > On Tue, Mar 23, 2004 at 02:01:34PM +0100, Michael Kastner wrote: > > > > I am trying to install tomcat5 with apache 1.3 using the mod_jk connector. > > > > On my test system I've got several virtual hos

Re: workers.properties and virtual hosts

2004-03-23 Thread staf wagemakers
On Tue, Mar 23, 2004 at 02:01:34PM +0100, Michael Kastner wrote: > > I am trying to install tomcat5 with apache 1.3 using the mod_jk connector. > > On my test system I've got several virtual hosts. Do I have to create a > separate worker for each virtual host? > &

workers.properties and virtual hosts

2004-03-23 Thread Michael Kastner
Hello, I've searched the archives and docs, but so far haven't found any hints on this topic: I am trying to install tomcat5 with apache 1.3 using the mod_jk connector. On my test system I've got several virtual hosts. Do I have to create a separate worker for each vir

RE: Tomcat 5 - Balancer errors with virtual hosts

2004-03-16 Thread Shapira, Yoav
umentation would be much appreciated, or does someone have a >sample server.xml file with virtual hosts please. See the Host configuration file referenced above. Yoav Shapira This e-mail, including any attachments, is a confidential business communication, and may contain information that

RE: Tomcat 5 - Balancer errors with virtual hosts

2004-03-16 Thread Antoni Unkovich
ine does not exist or is not a readable directory Do I still need the locahost entry if I'm defining my own virtual host? Any pointers to documentation would be much appreciated, or does someone have a sample server.xml file with virtual hosts please. Thanks & regards Antoni -Or

RE: Tomcat 5 - Balancer errors with virtual hosts

2004-03-16 Thread Shapira, Yoav
Hi, >Every thing is sweet until I add a virtual host into the server.xml file - >then I get balancer errors on starting up Tomcat. What are the errors? >I've seen a couple of posts about balancer on this list but nothing >conclusive. What is balancer and why do I need it? If you needed it, you

Re: several virtual hosts --> single application

2004-03-16 Thread James Agnew
rrect file is found but the application does not know that it should be parsing it. It must be the way in which virtual hosts are 'ignored' by the application to which they are pointed, if the target folder is not the app folder i.e. a sub-folder like 'domain1' or 'doma

Tomcat 5 - Balancer errors with virtual hosts

2004-03-15 Thread Antoni Unkovich
anager docs (manager-howto.hmtl) "If you have Tomcat configured to support multiple virtual hosts (websites) you would need to configure a Manager for each." Can someone point me to more documentation on how to do this or elaborate please. --

Re: Need example configuration for Apache/Tomcat/JK2 and multiple virtual hosts

2004-03-15 Thread Adrian Lanning
nning - Original Message - From: "Jeremy Nix" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, March 15, 2004 9:10 AM Subject: Need example configuration for Apache/Tomcat/JK2 and multiple virtual hosts I have a need to have Apache and Tomcat both handl

Re: several virtual hosts --> single application

2004-03-15 Thread Adrian Lanning
uot; <[EMAIL PROTECTED]> To: "tomcat list" <[EMAIL PROTECTED]> Sent: Monday, March 15, 2004 5:24 AM Subject: several virtual hosts --> single application > Hello > > Is it possible to have several virtual hosts point to different folders > within the same con

Need example configuration for Apache/Tomcat/JK2 and multiple virtual hosts

2004-03-15 Thread Jeremy Nix
I have a need to have Apache and Tomcat both handle requests for multiple IPs (hosts). I've initially set up a httpd.conf that defines 2 virtual hosts A and B. Both use JSPs/Servlets, so they both have references to JK2. I've kept the JK2 configuration simple and used localhost:800

several virtual hosts --> single application

2004-03-15 Thread James Agnew
Hello Is it possible to have several virtual hosts point to different folders within the same context under tomcat 5 standalone webserver? http://domain1.com --> myapps/domain1 http://domain2.com --> myapps/domain2 so that one application handles all the requests? I'm r

Virtual hosts for single application context

2004-03-12 Thread James Agnew
Any ideas guys/gals? I have an application (CFMX) running under Tomcat 5.0.18 as a deployed war file within the ROOT folder i.e. $CATALINA_HOME/webapps/ROOT/ this all works perfectly and correcly parses all .cfm files. Now, I've created virtual hosts by adding the following in serve

Re: virtual hosts for single application context

2004-03-11 Thread James Agnew
--- Original Message - From: "James Agnew" <[EMAIL PROTECTED]> To: "tomcat list" <[EMAIL PROTECTED]> Sent: Thursday, March 11, 2004 7:30 PM Subject: virtual hosts for single application context > Hello all, > > I have an application (CFMX) running under

virtual hosts for single application context

2004-03-11 Thread James Agnew
Hello all, I have an application (CFMX) running under Tomcat 5.0.18 as a deployed war file within the ROOT folder i.e. $CATALINA_HOME/webapps/ROOT/ this all works perfectly and correcly parses all .cfm files. Now, I've created virtual hosts by adding the following in server.xml:

Re: Virtual Hosts with Apache and Tomcat

2004-03-02 Thread rsequeira
Tomcat Users List omcast.net> <[EMAIL PROTECTED]> cc: 03/02/2004 10:42 AM Subje

Re: Virtual Hosts with Apache and Tomcat

2004-03-02 Thread Christopher Schultz
Kennan, I can agree partially to yours. But if you see him, he doesn't know about the impact of JVM and tuning parameters, as he mentioned in his email. Do you expect him to take a lead in fixing that? I have seen the projects losing its focus by the nature of peoples deviating to get their intere

RE: Virtual Hosts with Apache and Tomcat

2004-03-02 Thread Kannan Sundararajan
Yes, But that doesn't mean that we can put and point on developers for any problem. -Original Message- From: Ralph Einfeldt [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 02, 2004 10:59 AM To: Tomcat Users List Subject: RE: Virtual Hosts with Apache and Tomcat No that's not

Re: Virtual Hosts with Apache and Tomcat

2004-03-02 Thread Christopher Schultz
Stephen, In fact, cap it at 10 and watch the app dring to a halt before it even gets going. This is a pretty compelling example. If the pool is drying up, they're definately screwing up. Whoa there pardner: I am not going to deliberately cripple a production box. The problem has been demonstated

RE: Virtual Hosts with Apache and Tomcat

2004-03-02 Thread Ralph Einfeldt
TECTED] > Sent: Tuesday, March 02, 2004 4:31 PM > To: 'Tomcat Users List' > Subject: RE: Virtual Hosts with Apache and Tomcat > > Sysadmins are sysadmins AND developers are developers. No one > cannot cross the borderline or even compare. >

Re: Virtual Hosts with Apache and Tomcat

2004-03-02 Thread Stephen Carville
On Monday March 01 2004 06:42 pm, Christopher Schultz wrote: > >> Tried that. Capped it at 35 and the webserver stopped servicing any > >> DB request as soon as the pool reached 35. This is why I believe the > >> pool management is faulty and/or something is hogging all the > >> connections. > >

RE: Virtual Hosts with Apache and Tomcat

2004-03-02 Thread Kannan Sundararajan
velopers and him. If he is very keen, why not one of the developers responding his thread and get the issues fixed for the project. -Original Message- From: Christopher Schultz [mailto:[EMAIL PROTECTED] Sent: Monday, March 01, 2004 9:49 PM To: Tomcat Users List Subject: Re: Virtual Hosts w

Re: Virtual Hosts with Apache and Tomcat

2004-03-02 Thread Christopher Schultz
Antonio, In fact, cap it at 10 and watch the app dring to a halt before it even gets going. This is a pretty compelling example. If the pool is drying up, they're definately screwing up. It is. But developers may reply: "You are using less connections than those specified in (the contract) / (t

<    1   2   3   4   5   6   7   8   9   >