RE: catch-all host mapping

2004-01-06 Thread Hume, John - NA US HQ Delray
Can you just specify this as the defaultHost in the Engine? That is, something like ... ... -Original Message- From: Marco Pöhler [mailto:[EMAIL PROTECTED] Sent: Monday, January 05, 2004 4:49 PM To: Tomcat Users List Subject: AW: catch-all host mapping Yes, I

AW: catch-all host mapping

2004-01-05 Thread Marco Pöhler
Nachricht- Von: Shapira, Yoav [mailto:[EMAIL PROTECTED] Gesendet: Montag, 5. Januar 2004 15:12 An: Tomcat Users List Betreff: RE: catch-all host mapping Howdy, Yes, one idea: patch or extend StandardHost yourself. ;) Yoav Shapira Millennium ChemInformatics >-Original Message- >From:

RE: catch-all host mapping

2004-01-05 Thread Shapira, Yoav
Howdy, Yes, one idea: patch or extend StandardHost yourself. ;) Yoav Shapira Millennium ChemInformatics >-Original Message- >From: Marco Pöhler [mailto:[EMAIL PROTECTED] >Sent: Saturday, January 03, 2004 9:20 AM >To: tomcat-user >Subject: catch-all host mapping > >

catch-all host mapping

2004-01-03 Thread Marco Pöhler
Hi, I want to map every request like www1.mydomain.com and www2.mydomain.com to one single webapp. That is possible using something like that: ->%- www2.mydomain.com ... -%<- That work's but I don't know how many wwwX.mydomains.com exists in the future, and I do

catch-all host mapping

2004-01-03 Thread Marco Pöhler
Hi, I want to map every request like www1.mydomain.com and www2.mydomain.com to one single webapp. That is possible using something like that: ->%- www2.mydomain.com ... -%<- That work's but I don't know how many wwwX.mydomains.com exists in the future, and I do