RE: Is this a stupid question or something? Why no nibbles?

2002-01-30 Thread Anton Brazhnyk
Hi, > -Original Message- > From: August Detlefsen [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, January 29, 2002 8:09 PM > To: Tomcat Users List > Subject: Re: Is this a stupid question or something? Why no nibbles? > > > This is actually the second time I poste

Re: Is this a stupid question or something? Why no nibbles?

2002-01-29 Thread August Detlefsen
This is actually the second time I posted this exact same config to the list. If someone tells me how to update the docs, I will put it there too. -August --- Micael Padraig Og mac Grene <[EMAIL PROTECTED]> wrote: > Thank you, August. A couple of these examples (pictures) in the > documentati

Re: Is this a stupid question or something? Why no nibbles?

2002-01-27 Thread Micael Padraig Og mac Grene
Thank you, August. A couple of these examples (pictures) in the documentation, for me, would have been worth a thousand words. Had my stuff going minutes after you sent this. I really appreciate it. If I can be of assistance anytime, please let me know. Micael At 03:02 PM 1/27/02 -0800, y

Re: Is this a stupid question or something? Why no nibbles?

2002-01-27 Thread August Detlefsen
Are you using tomcat standalone or with Apache? With Apache, you can configure them as separate virtual hosts for each of the URLs. As long as there is one entry for the domain name in the hosts file it will work: /etc/hosts : 12.34.56.78mycompany.com virtual host setup in apache httpd.con

Re: Is this a stupid question or something? Why no nibbles?

2002-01-26 Thread Micael Padraig Og mac Grene
At 04:16 AM 1/26/02 -0800, you wrote: >--- Micael Padraig Og mac Grene ><[EMAIL PROTECTED]> wrote: > > At 01:08 AM 1/25/02 -0800, you wrote: > > >FIRST > > > > > >If I want several development urls, e.g. > > > > > > app1.mycompany.com > > > app2.mycompany.com > > > app3.

Re: Is this a stupid question or something? Why no nibbles?

2002-01-26 Thread Charles Baker
--- Micael Padraig Og mac Grene <[EMAIL PROTECTED]> wrote: > At 01:08 AM 1/25/02 -0800, you wrote: > >FIRST > > > >If I want several development urls, e.g. > > > > app1.mycompany.com > > app2.mycompany.com > > app3.mycompany.com > > > >to be accessed through one registered

Is this a stupid question or something? Why no nibbles?

2002-01-26 Thread Micael Padraig Og mac Grene
At 01:08 AM 1/25/02 -0800, you wrote: >FIRST > >If I want several development urls, e.g. > > app1.mycompany.com > app2.mycompany.com > app3.mycompany.com > >to be accessed through one registered url, e.g. > > www.mycompany.com > >can I do this with server.xml alone