Re: Anygood Howto on Multiple Virtual Hosts Apache, mod_jk and Tomcat

2003-03-31 Thread Michele Neylon :: Blacknight Solutions
John Turner is rumoured to have said > http://www.galatea.com - there are a couple of Flash Guides that should help. -- Mr. Michele Neylon Blacknight Solutions http://www.blacknightsolutions.com/ Reseller plans now available This e-mail messages has been scanned by MailScanner and is be

Re: Anygood Howto on Multiple Virtual Hosts Apache, mod_jk and Tomcat

2003-03-31 Thread John Turner
cat to work together. What I am now having problems with however is the following: I have 1 box running Solaris 9 with 3 ip addresses 192.161.1.3 jupiter (actual hostname) 192.161.1.10 dev 192.161.1.11 stage I want the sites to be on DEV and STAGE through the apache_mod_jk_tomcat (Virtual Hosts)

RE: Anygood Howto on Multiple Virtual Hosts Apache, mod_jk andTo mcat

2003-03-28 Thread Raible, Matt
http://raibledesigns.com/tomcat/index.html Step 6: Configuring Private JVMs. HTH, Matt > -Original Message- > From: Richie Chauhan [mailto:[EMAIL PROTECTED] > Sent: Friday, March 28, 2003 10:31 AM > To: Tomcat > Subject: Anygood Howto on Multiple Virtual Hosts Apa

Anygood Howto on Multiple Virtual Hosts Apache, mod_jk and Tomcat

2003-03-28 Thread Richie Chauhan
) 192.161.1.10 dev 192.161.1.11 stage I want the sites to be on DEV and STAGE through the apache_mod_jk_tomcat (Virtual Hosts). I am however confused as to how to map apache virtual hosts configurations to tomcat virtual host configurations. OR I might be making this whole thing too complicated and

Virtual hosts mod_jk2 and workers2 mount points

2003-03-24 Thread Richard Anderson
After some trying I got the virtual host configuration to work in mod_jk2. However, it seems that I'm not allowed to map two virtual hosts to the same context. Is that correct and is there a work around? Below is the the snippet from my workers2.properties file: (bat02.foo.edu works, but

htaccess/virtual hosts doesn't work

2003-03-21 Thread Carsten Heidmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I am experiencing a strange problem: I have a combination of Apache 2.0.44/mod_jk2 (2.0.2)/Tomcat 4.1.12, running on a Solaris 8 SPARC. Apache is configured to serve a number of name based virtual hosts, of which some are serving content with jsp

Prevent mod_jk from checking all virtual hosts

2003-03-06 Thread Adam Denenberg
I posted this once before but go no response, so I am trying again. Does anybody know how to prevent mod_jk from checking all virtual hosts in apache? JKWorkers and JkLog setting need to be global. However even in VirtualHosts that have no JkMount statement, mod_jk still checks for matches for

Virtual hosts with mod_jk2 to different JVM

2003-03-05 Thread Johann Uhrmann
Hi, is it possible to configure mod_jk2 to pass the requests to different installations of tomcat depending on the host name used in the request? Please note that this is not the virutal host feature from tomcat as Apache (or mod_jk2) has to decide where to pass the request to. Thank You, Hans

Apache 2.0.44, JK2, Tomcat 4.1.18 - virtual hosts

2003-02-23 Thread Yuriy Zubarev
Hello everyone, I had 3 web applications that were running under the same instance of Tomcat and were publicly accessible via 'virtual hosts' like: ... Now I have to do SSL encrypted transactions and since Tomcat is a one big problem when it comes to SSL (I've exper

RE: Solved it. Re: mod_jk virtual hosts ? 90% of the way there.

2003-02-18 Thread pqin
18, 2003 12:19 PM To: 'Tomcat Users List' Subject: RE: Solved it. Re: mod_jk virtual hosts ? 90% of the way there. Look at the link again! You're missing the part that was chopped off at the end of the line... > -Original Message- > From: sunisson [mailto:[EMAIL PROTECTED]] &

RE: Solved it. Re: mod_jk virtual hosts ? 90% of the way there.

2003-02-18 Thread Barney Hamish
Look at the link again! You're missing the part that was chopped off at the end of the line... > -Original Message- > From: sunisson [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, February 18, 2003 9:18 PM > To: Tomcat Users List > Subject: Re: Solved it. Re: mod_jk vi

Re: Solved it. Re: mod_jk virtual hosts ? 90% of the way there.

2003-02-18 Thread sunisson
perfectly for me. John -Original Message- From: sunisson [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 18, 2003 3:05 PM To: Tomcat Users List Subject: Re: Solved it. Re: mod_jk virtual hosts ? 90% of the way there. This link is broken.: http://jakarta.apache.org/tomcat/tomcat-4.1-doc

RE: Solved it. Re: mod_jk virtual hosts ? 90% of the way there.

2003-02-18 Thread Turner, John
Works perfectly for me. John > -Original Message- > From: sunisson [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, February 18, 2003 3:05 PM > To: Tomcat Users List > Subject: Re: Solved it. Re: mod_jk virtual hosts ? 90% of the > way there. > > > Th

Re: Solved it. Re: mod_jk virtual hosts ? 90% of the way there.

2003-02-18 Thread sunisson
This link is broken.: http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/jk2/confighowto.html [EMAIL PROTECTED] wrote: Hi RK, I thought my workers.properties file looked very different from everybody else's using mod_jk2 ! I just checked again and realize I misread the page http://jakart

Re: mod_jk virtual hosts ? 90% of the way there.

2003-02-18 Thread sunisson
mod_jk ever was, largely due to some much more abundant and well-written documentation. I've set up mod_jk2 and now Apache is passing requests to Tomca OK. I've also set up Virtual Hosts in Tomcat's server.xml, and now I can access my server via "http://www.mydomain.com:8080

RE: mod_jk virtual hosts ? 90% of the way there.

2003-02-18 Thread Turner, John
> -Original Message- > From: Soefara Redzuan [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, February 18, 2003 7:35 AM > To: [EMAIL PROTECTED] > Subject: RE: mod_jk virtual hosts ? 90% of the way there. > > > Thank you John, > > You're right on all three counts >

RE: mod_jk virtual hosts ? 90% of the way there.

2003-02-18 Thread Soefara Redzuan
omcat Users List' <[EMAIL PROTECTED]> Subject: RE: mod_jk virtual hosts ? 90% of the way there. Date: Tue, 18 Feb 2003 06:46:54 -0500 JK has way more documentation and support than JK2. You're missing a JkMount line. ServerName www.domain1.com DocumentRoot /usr/local/etc/httpd/site1

RE: Solved it. Re: mod_jk virtual hosts ? 90% of the way there.

2003-02-18 Thread Turner, John
dzuan [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 18, 2003 6:19 AM To: [EMAIL PROTECTED] Subject: Re: Solved it. Re: mod_jk virtual hosts ? 90% of the way there. Hi RK, I thought my workers.properties file looked very different from everybody else's using mod_jk2 ! I just ch

RE: Solved it. Re: mod_jk virtual hosts ? 90% of the way there.

2003-02-18 Thread Turner, John
FYI...you aren't using JK2 at all. You are using JK. John -Original Message- From: Soefara Redzuan [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 18, 2003 4:04 AM To: [EMAIL PROTECTED] Subject: Solved it. Re: mod_jk virtual hosts ? 90% of the way there. Solved it myself :

RE: mod_jk virtual hosts ? 90% of the way there.

2003-02-18 Thread Turner, John
From: Soefara Redzuan [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 18, 2003 3:05 AM To: [EMAIL PROTECTED] Subject: mod_jk virtual hosts ? 90% of the way there. Hello all, Mod_jk2 is much easier to install and configure than mod_jk ever was, largely due to some much more abundant and well-wr

Re: Solved it. Re: mod_jk virtual hosts ? 90% of the way there.

2003-02-18 Thread Soefara Redzuan
been using this http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/jk/aphowto.html#Installation assuming from the 'jk2' in the URL that it applied to mod_jk2 but now I see from the navigation in the left of the page that it's actually mod_jk(1) I still can't believe I got virtua

Re: Solved it. Re: mod_jk virtual hosts ? 90% of the way there.

2003-02-18 Thread Soefara Redzuan
Hi RK, I thought my workers.properties file looked very different from everybody else's using mod_jk2 ! I just checked again and realize I misread the page http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/jk2/confighowto.html I actually put the following in jk2.properties instead of in w

Re: Solved it. Re: mod_jk virtual hosts ? 90% of the way there.

2003-02-18 Thread ramakrishna
hi, * Soefara Redzuan ([EMAIL PROTECTED]) wrote: > Wow, this mod_jk2 really is much easier to configure than mod_jk was, though > the advanced configuration looks quite daunting. For simple virtual hosting > of a servlet/JSP site, I shouldn't need more than one worker, should I? Correct me if a

Solved it. Re: mod_jk virtual hosts ? 90% of the way there.

2003-02-18 Thread Soefara Redzuan
From: "Soefara Redzuan" <[EMAIL PROTECTED]> Reply-To: "Tomcat Users List" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: mod_jk virtual hosts ? 90% of the way there. Date: Tue, 18 Feb 2003 16:05:04 +0800 Hello all, Mod_jk2 is much easier to install and configure

mod_jk virtual hosts ? 90% of the way there.

2003-02-18 Thread Soefara Redzuan
Hello all, Mod_jk2 is much easier to install and configure than mod_jk ever was, largely due to some much more abundant and well-written documentation. I've set up mod_jk2 and now Apache is passing requests to Tomca OK. I've also set up Virtual Hosts in Tomcat's server.xml, and n

re: virtual hosts and manager app

2003-02-14 Thread Edgar Dollin
t; Date: Thu, 13 Feb 2003 20:29:48 -0500 > > From: Edgar Dollin <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> > > > Reply-To: Tomcat Users List <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> > > > To: "'[EMAIL PROTECTED]' " <[EMAIL PROTE

Re: virtual hosts and manager app

2003-02-14 Thread Craig R. McClanahan
On Thu, 13 Feb 2003, Edgar Dollin wrote: > Date: Thu, 13 Feb 2003 20:29:48 -0500 > From: Edgar Dollin <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> > Subject: virtual hos

virtual hosts and manager app

2003-02-14 Thread Edgar Dollin
The manager app is pretty nice for applications located in the $CATALINA_HOME/webapps directory. For the manager application to function does your application have to be located there or can it be in the arbitrary docbase directory of your . I have added the for the manager application to my b

virtual hosts and manager app

2003-02-13 Thread Edgar Dollin
The manager app is pretty nice for applications located in the $CATALINA_HOME/webapps directory. For the manager application to function does your application have to be located there or can it be in the arbitrary docbase directory of your . Answering my own question the answer is obviously yes, s

Re: Multiple Virtual Hosts Single Sign On

2003-02-10 Thread Gary Gwin
Victor, You might take a look at our centralized security server, Cams. Cams provides SSO via Apache or Tomcat to subdomains as your show in your request. You can find out more at http://www.cafesoft.com. Good luck and let us know if you have any questions, Gary Victor Soares wrote: Hello, I

[Tomcat] Large number of virtual hosts

2003-02-06 Thread Felicia Neff
I have tomcat up and running but am having an implementation problem. We have a large number of virtual hosts, and after I have about 60 of them in server.xml, tomcat will no longer start (the error is java.lang.NullPointerException - I can send the whole long thing if that would be helpful

Re: Multiple Virtual Hosts Single Sign On

2003-01-28 Thread Lajos
Lajos Victor Soares wrote: Lajos, Yes, the 3 sites are going to be on the same box and apache is sitting in front. I haven't tried this, so correct me if I'm wrong... but from what I understand, even if I JkMount directories within the virtual hosts to the same Tomcat instance, the session

Re: Multiple Virtual Hosts Single Sign On

2003-01-28 Thread Victor Soares
Lajos, Yes, the 3 sites are going to be on the same box and apache is sitting in front. I haven't tried this, so correct me if I'm wrong... but from what I understand, even if I JkMount directories within the virtual hosts to the same Tomcat instance, the session will not span all 3

RE: Multiple Virtual Hosts Single Sign On

2003-01-28 Thread Tolles, James
ECTED] Subject: Multiple Virtual Hosts Single Sign On Hello, I have dug through the tomcat-user archives and have seen this question come up several times, but there was no concrete solution so I'll bring it up again. For an upcoming project, I am going to have 3 websites. ex: library.ci.ti

Re: Multiple Virtual Hosts Single Sign On

2003-01-28 Thread Lajos
Victor - If you are talking about across different Tomcat instances no, there is not (unless you want to write your own realm). If you have three virtual hosts on the same server, the Tomcat SSO solution will support that. Are you fronting Tomcat with Apache? 'Cause what you could do is

Multiple Virtual Hosts Single Sign On

2003-01-28 Thread Victor Soares
Hello, I have dug through the tomcat-user archives and have seen this question come up several times, but there was no concrete solution so I'll bring it up again. For an upcoming project, I am going to have 3 websites. ex: library.ci.tigard.or.us police.ci.tigard.or.us www.ci.tigard.or.us Each

Re: web.xml and ip-based virtual hosts

2003-01-26 Thread Craig R. McClanahan
On Sun, 26 Jan 2003, Marcin Gryszkalis wrote: > Date: Sun, 26 Jan 2003 20:32:04 +0100 > From: Marcin Gryszkalis <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: web.xml and ip-based virtual hosts > &

web.xml and ip-based virtual hosts

2003-01-26 Thread Marcin Gryszkalis
Hi I have Tomcat 4.1.x in configuration there's block that contains two blocks (I have 2 ip/port-based virtual hosts). 1. How can I specify in application's web.xml which should it be deployed to? 2. Can I have ip-based virtual hosts with one serice and multiple ? I guess it'

RE: Virtual Hosts

2003-01-24 Thread Robert L Sowders
Try this from Umberto, It may shed some light. rls "Turner, John" <[EMAIL PROTECTED]> 01/23/2003 07:44 PM Please respond to "Tomcat Users List" To: 'Tomcat Users List' <[EMAIL PROTECTED]> cc: Subject:RE: V

Re: Virtual Hosts

2003-01-23 Thread Tom Holmes Jr.
John, don't worry about it. I got a couple of people who have a similiar configuration (Apache 2.0.43, Tomcat 4.1.18, and Win2k) with the same setup looking into my configuration files. If they can have multiple virtual hosts with multiple contexts working, then it must be something wi

RE: Virtual Hosts

2003-01-23 Thread Turner, John
ECTED]] Sent: Thursday, January 23, 2003 9:36 PM To: Tomcat Users List; [EMAIL PROTECTED] Subject: Re: Virtual Hosts Hi Chris, I am afraid we have two seperate issues. It seems like I solved your issues a few days ago and have a few new ones to work out. If you need any more help, send me a me

Re: Virtual Hosts

2003-01-23 Thread Ed Robbins
TECTED]> > To: "'Tomcat Users List'" <[EMAIL PROTECTED]> > Sent: Thursday, January 23, 2003 2:42 PM > Subject: RE: Virtual Hosts > > > > I'm having a similar issue. I'm running tc4.1.18 on w2k server. > > http://localhost/examples wor

Re: Virtual Hosts

2003-01-23 Thread Tom Holmes Jr.
. My issue is a little different, I have 3 virtual hosts and 3 different web-apps defined under httpd.conf, and I have 3 different and tags in server.xml. The JSP pages ONLY work with the last web-app defined. What I mean by 'works' is that the JSP pages get compiled into servlets, an

Re: Virtual Hosts

2003-01-23 Thread Chris Schild
get a: Directory index forbidden by rule: Is there a definition in http.conf that I need to alter??? - Original Message - From: "John Ruffin" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" <[EMAIL PROTECTED]> Sent: Thursday, January 23, 2003 2:

Re: Virtual Hosts

2003-01-23 Thread Chris Schild
ed to alter??? - Original Message - From: "John Ruffin" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" <[EMAIL PROTECTED]> Sent: Thursday, January 23, 2003 2:42 PM Subject: RE: Virtual Hosts > I'm having a similar issue. I'm running t

Re: Virtual Hosts

2003-01-23 Thread Chris Schild
Users List'" <[EMAIL PROTECTED]> Sent: Thursday, January 23, 2003 2:42 PM Subject: RE: Virtual Hosts > I'm having a similar issue. I'm running tc4.1.18 on w2k server. > http://localhost/examples works but http://mysite.com/examples doesn't. I > searched

Re: Virtual Hosts

2003-01-23 Thread Lajos Moczar
as mydomain.com to localhost or 2) copy the localhost Host element, change name's value to "mydomain.com", and then within that new Host element, setup a Context for whatever you want. John -Original Message- From: John Ruffin [mailto:[EMAIL PROTECTED]] Sent: Thursday, Januar

RE: Virtual Hosts

2003-01-23 Thread Turner, John
ay, January 23, 2003 3:42 PM > To: 'Tomcat Users List' > Subject: RE: Virtual Hosts > > > I'm having a similar issue. I'm running tc4.1.18 on w2k server. > http://localhost/examples works but > http://mysite.com/examples doesn't. I > searched the a

RE: Virtual Hosts

2003-01-23 Thread John Ruffin
rsday, January 23, 2003 1:16 PM To: Tomcat Users List Cc: [EMAIL PROTECTED] Subject: Re: Virtual Hosts Tom, I could possibly use some of the information. I am running on the same releases: Apache 2.0.43, Tomcat 4.1.18 & win2k. My problem is that I can't get to the directory of my vi

Re: Virtual Hosts

2003-01-23 Thread Chris Schild
shown, I would much appreciated it! - Original Message - From: "Tom Holmes Jr." <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Wednesday, January 22, 2003 11:37 PM Subject: Virtual Hosts > I have finally discovered the problem on w

Virtual Hosts

2003-01-22 Thread Tom Holmes Jr.
. The server.xml file has one tag and then it has 4 different tags with 1 for each virtual host. When we have two virtual host/web-apps listed below ONLY the JSP pages work for the second web-app. They do NOT work for the first web-app listed. If I flip these virtual hosts around and then

DataSourceRealm and virtual hosts confusion

2003-01-17 Thread Scott Dunbar
Hello, I'm attempting to set up a DataSourceRealm within a virtual host. What I would like to do is have every virtual host have it's own DataSource and have a "private" realm within the virtual host. In this way each virtual host owner can manage their own users in a set of DB tables that th

RE: JK2 + multiple JVM + multiple virtual hosts

2003-01-09 Thread Turner, John
nt: Thursday, January 09, 2003 4:30 PM > To: < > Subject: JK2 + multiple JVM + multiple virtual hosts > > > On one Apache server I am running multiple tomcat > installations, each one > serves a seperate virtual host. This is considered an > advanced use case and is

JK2 + multiple JVM + multiple virtual hosts

2003-01-09 Thread Robert Riley
On one Apache server I am running multiple tomcat installations, each one serves a seperate virtual host. This is considered an advanced use case and is not very well documented for JK2, so I thought I would pass this along. I run Apache 2.0.43, TC 4.1.18, and mod_jk2 out of process over regula

RE: Connection Pool problem with virtual hosts

2003-01-09 Thread Roberts, Eric
lookup to the InitialContext will resolve the resource. Regards Eric -Original Message- From: Nate Drake [mailto:[EMAIL PROTECTED]] Sent: Donnerstag, 09. Jänner 2003 15:48 To: [EMAIL PROTECTED] Subject: Connection Pool problem with virtual hosts Hi, I'm having trouble when attempti

Connection Pool problem with virtual hosts

2003-01-09 Thread Nate Drake
e web app is deploy without using virtual hosts. When attempting to run with virtual hosts I get the following error: "Could not load JDBC driver 'null'". I've seen this error reported many times on the list, with no definite solution that has worked. Here is infor

website for Jk2 and virtual hosts

2003-01-08 Thread Kemp Randy-W18971
Is there any websites, besides the Tomcat site, for a how to on building and using the JK2 connector? Is there any websites, besides the Tomcat site, for a how to on building and using the JK2 connector WITH virtual hosts? Anyone care to share any example configuration test files, such as workers

RE: Multiple Virtual hosts, setting DocumentRoot

2003-01-07 Thread Turner, John
http://www.johnturner.com/howto/mod_jk_conf.html That's just for a default install, one virtual host (localhost). John > -Original Message- > From: adrian [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, January 07, 2003 1:44 PM > To: 'Tomcat Users List' > S

Multiple Virtual hosts, setting DocumentRoot

2003-01-07 Thread adrian
Anyone got an example mod_jk.conf, the one created isn`t working for me. Adrian -- To unsubscribe, e-mail: For additional commands, e-mail:

RE: can tomcat do dynamic virtual hosts?

2003-01-05 Thread Turner, John
-Original Message- From: Joseph Shraibman [mailto:[EMAIL PROTECTED]] Sent: Sunday, January 05, 2003 3:58 PM To: Tomcat Users List Subject: Re: can tomcat do dynamic virtual hosts? >> >> Sorry, I have no idea what that means. >> > Somtimes you want a.host.com an

Re: can tomcat do dynamic virtual hosts?

2003-01-05 Thread Joseph Shraibman
ation in it. I gave up on autogeneration. Even so, you wouldn't WANT a restart, because having a monolithic Tomcat with many many virtual hosts and webapps in it is the wrong way to go in an ISP/ASP scenario (in my opinion). This isn't that scenario, but we do have multiple webapps a

RE: virtual hosts | more [RBS2003010400002265]

2003-01-03 Thread techassistance
Ahoy there! This is an automated response, to let you know that we have received your query and will answer your email as soon as possible. We know you'd like to get back to playing our state-of-the-art online games. We'd therefore like to assure you that we are determined to keep our service at

RE: virtual hosts | more

2003-01-03 Thread Turner, John
The default server.xml already has one. In the default server.xml, "localhost" is a virtual host. Basically, all elements in server.xml are virtual hosts. If you post back with an error message or what's happening, maybe someone can help. John -Original Message---

virtual hosts | more

2003-01-03 Thread Adrian
Anybody got a server.xml example with virtual hosts for tomcat 4.1.xx ? I`m missing something. Adrian -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

RE: can tomcat do dynamic virtual hosts?

2003-01-03 Thread Noel J. Bergman
: Turner, John [mailto:[EMAIL PROTECTED]] Sent: Friday, January 03, 2003 4:22 To: 'Tomcat Users List' Subject: RE: can tomcat do dynamic virtual hosts? Fairly soon here, as well. Definitely by mid-year. It will be a chore, though. We have a lot of sites (one site = one client = one app), s

RE: can tomcat do dynamic virtual hosts?

2003-01-03 Thread Turner, John
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Friday, January 03, 2003 3:42 PM > To: Tomcat Users List > Subject: RE: can tomcat do dynamic virtual hosts? > > webapps are like document roots. That's my point. The only way you

RE: can tomcat do dynamic virtual hosts?

2003-01-03 Thread jks
power hosting with Tomcat in a single > instance is being foolish, but that's my own personal opinion. My > production servers are using Jserv, but I wouldn't think of using a single > Tomcat instance for all of my virtual hosts. Doesn't make any sense at all. If you mean one

RE: can tomcat do dynamic virtual hosts?

2003-01-03 Thread Turner, John
> -Original Message- > From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 02, 2003 2:22 PM > To: Tomcat Users List > Subject: RE: can tomcat do dynamic virtual hosts? > > > In principle, it would be pretty straightforward to extend th

RE: can tomcat do dynamic virtual hosts?

2003-01-03 Thread Turner, John
: Thursday, January 02, 2003 11:09 PM To: Tomcat Users List Subject: RE: can tomcat do dynamic virtual hosts? > My production servers are using Jserv, but I wouldn't think of using a single > Tomcat instance for all of my virtual hosts. Same here, in most cases, and me neither. Just out of

RE: can tomcat do dynamic virtual hosts?

2003-01-02 Thread Noel J. Bergman
> My production servers are using Jserv, but I wouldn't think of using a single > Tomcat instance for all of my virtual hosts. Same here, in most cases, and me neither. Just out of curiousity, when do you think you'll finally get off of JServ? We're thinking of doing it

RE: can tomcat do dynamic virtual hosts?

2003-01-02 Thread Turner, John
and design. On that note, anyone who tries to do power hosting with Tomcat in a single instance is being foolish, but that's my own personal opinion. My production servers are using Jserv, but I wouldn't think of using a single Tomcat instance for all of my virtual hosts. Doesn&#x

Re: can tomcat do dynamic virtual hosts?

2003-01-02 Thread Joseph Shraibman
Turner, John wrote: Hmmm...you lost me there. Yes, you do map to a Context directly, at least you do with JK. That's exactly what having a JK block for "/examples", does, for example. With Apaches 'apachectl restart' or 'apachectl graceful' you can pic

RE: can tomcat do dynamic virtual hosts?

2003-01-02 Thread Turner, John
Hmmm...you lost me there. Yes, you do map to a Context directly, at least you do with JK. That's exactly what having a JK block for "/examples", does, for example. With Apaches 'apachectl restart' or 'apachectl graceful' you can pick up both new virtual hosts

Re: can tomcat do dynamic virtual hosts? [RBS2003010200005188]

2003-01-02 Thread techassistance
Ahoy there! This is an automated response, to let you know that we have received your query and will answer your email as soon as possible. We know you'd like to get back to playing our state-of-the-art online games. We'd therefore like to assure you that we are determined to keep our service at

Re: can tomcat do dynamic virtual hosts?

2003-01-02 Thread Joseph Shraibman
Sorry, having a bad keyboard day. 'contect' should be context and 'somcat' should be tomcat. Joseph Shraibman wrote: Apache already supports dynamic virtual hosting. See http://httpd.apache.org/docs-2.0/vhosts/mass.html. That's what I'm talking about. The problem is that when connecting apache

Re: can tomcat do dynamic virtual hosts?

2003-01-02 Thread Joseph Shraibman
Apache already supports dynamic virtual hosting. See http://httpd.apache.org/docs-2.0/vhosts/mass.html. That's what I'm talking about. The problem is that when connecting apache to tomcat you can't map into a contect directly, you only pass the request along to tomcat so somcat has to find the p

RE: can tomcat do dynamic virtual hosts?

2003-01-02 Thread Craig R. McClanahan
On Thu, 2 Jan 2003, Turner, John wrote: > Date: Thu, 2 Jan 2003 13:51:42 -0500 > From: "Turner, John" <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: 'Tomcat Users List' <[EMAIL PROTECTED]> > Subject: RE: can tomca

RE: can tomcat do dynamic virtual hosts?

2003-01-02 Thread Turner, John
Users List > Subject: RE: can tomcat do dynamic virtual hosts? > > > > > On Thu, 2 Jan 2003, Turner, John wrote: > > > Date: Thu, 2 Jan 2003 08:05:18 -0500 > > From: "Turner, John" <[EMAIL PROTECTED]> > > Reply-To: Tomcat Users List <[E

RE: can tomcat do dynamic virtual hosts?

2003-01-02 Thread Craig R. McClanahan
On Thu, 2 Jan 2003, Turner, John wrote: > Date: Thu, 2 Jan 2003 08:05:18 -0500 > From: "Turner, John" <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: 'Tomcat Users List' <[EMAIL PROTECTED]> > Subject: RE: can t

RE: can tomcat do dynamic virtual hosts?

2003-01-02 Thread Turner, John
ceful" will pick those up without effecting other requests. How do you envision dynamic virtual hosts working? I think it's a huge issue, not only from a usage POV, but from a design/architecture POV. I doubt doing this is trivial, but I'm no developer so maybe it is. In any case,

Re: can tomcat do dynamic virtual hosts?

2003-01-01 Thread Jason Pyeron
: Can tomcat do dynamic virtual hosts? I'm currently doing dynamic virtual hosts with apache + Jserv but I don't know how to do that with tomcat. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mail

can tomcat do dynamic virtual hosts?

2003-01-01 Thread Joseph Shraibman
Can tomcat do dynamic virtual hosts? I'm currently doing dynamic virtual hosts with apache + Jserv but I don't know how to do that with tomcat. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: tomcat virtual hosts and SSL certificates

2002-12-18 Thread Luc Santeramo
At 10:46 18/12/2002 +0200, you wrote: Hi List, I run Tomcat 4.1.16b as a standalone server and I have 2 virtual hosts defined. One already has SSL certificate from Verisign - its alias is tomcat. Now, after I added the second host's Verisign certificate to the keystore (with a different

tomcat virtual hosts and SSL certificates

2002-12-18 Thread Uri Shohet
Hi List, I run Tomcat 4.1.16b as a standalone server and I have 2 virtual hosts defined. One already has SSL certificate from Verisign - its alias is tomcat. Now, after I added the second host's Verisign certificate to the keystore (with a different alias) - I get a warning box that says

RE: JK and multiple virtual hosts on Apache (repost)

2002-12-09 Thread Robert L Sowders
uot;Tomcat Users List" To: 'Tomcat Users List' <[EMAIL PROTECTED]> cc: Subject:RE: JK and multiple virtual hosts on Apache (repost) Any chance you can get the workers.properties file this person used for configuring JK? > -Original M

RE: JK and multiple virtual hosts on Apache (repost)

2002-12-09 Thread Madere, Colin
gt; Subject: RE: JK and multiple virtual hosts on Apache (repost) > > Perhaps this document can help you a little. > > rls > > > > > > "Madere, Colin" <[EMAIL PROTECTED]> > 12/09/2002 12:13 PM > Please respond to "Tomcat User

RE: JK and multiple virtual hosts on Apache (repost)

2002-12-09 Thread Robert L Sowders
Perhaps this document can help you a little. rls "Madere, Colin" <[EMAIL PROTECTED]> 12/09/2002 12:13 PM Please respond to "Tomcat Users List" To: 'Tomcat Users List' <[EMAIL PROTECTED]> cc: Subject:RE: JK an

RE: JK and multiple virtual hosts on Apache (repost)

2002-12-09 Thread Madere, Colin
d yes, I'm using IP-based Virtual Hosts on Apache. > -Original Message- > From: Robert L Sowders [SMTP:[EMAIL PROTECTED]] > Sent: Monday, December 09, 2002 2:48 AM > To: Tomcat Users List > Subject: RE: JK and multiple virtual hosts on Apache (repost) > >

RE: JK and multiple virtual hosts on Apache (repost)

2002-12-09 Thread Robert L Sowders
This has come up quite often in the past. Search the archives for JkUriSet. When using apache/modssl make sure you use IP based virtual hosts. rls "Madere, Colin" <[EMAIL PROTECTED]> 12/08/2002 08:00 PM Please respond to "Tomcat Users List" To: &

RE: JK and multiple virtual hosts on Apache (repost)

2002-12-08 Thread Madere, Colin
I'm doing > -Original Message- > From: David Brown [SMTP:[EMAIL PROTECTED]] > Sent: Friday, December 06, 2002 7:48 PM > To: 'Tomcat Users List' > Subject: Re: JK and multiple virtual hosts on Apache (repost) > > Madere, Colin writes: > > > I might ha

Re: JK and multiple virtual hosts on Apache (repost)

2002-12-06 Thread David Brown
irtualHosts + 1 Tomcat4 = ? JK connectors? Before I go off into JK configuration craziness, I thought I'd post my situation and see what rises to the top. What I have: 1 Apache 2.0.43 with 4 virutal hosts (3 w/ SSL) 1 Tomcat 4.12 (no virtual hosts as of yet) 1 JK 1.2.0 connector working prope

JK and multiple virtual hosts on Apache (repost)

2002-12-06 Thread Madere, Colin
irtualHosts + 1 Tomcat4 = ? JK connectors? > > Before I go off into JK configuration craziness, I thought I'd post my > situation and see what rises to the top. > > What I have: > > 1 Apache 2.0.43 with 4 virutal hosts (3 w/ SSL) > 1 Tomcat 4.12 (no virtual hosts as o

Re: Different appBase for more virtual hosts

2002-12-04 Thread Rasputin
* cris.moreira <[EMAIL PROTECTED]> [1220 11:20]: > Hello. I'd like to know, or if you have some server.xml example to show me, > how can I configure more than one Virtual Host in Tomcat, and each host > pointing to a different directory of webapps. Normally when you define appBase, that define

Re: Different appBase for more virtual hosts

2002-12-04 Thread Cristiano Silva
ine. > > Andoni. > > > - Original Message - > From: "cris.moreira" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Wednesday, December 04, 2002 11:20 AM > Subject: Different appBase for more virtual hosts > > > Hello. I'd l

RE: Different appBase for more virtual hosts

2002-12-04 Thread Alberto Puerta
e diciembre de 2002 12:21 Para: [EMAIL PROTECTED] Asunto: Different appBase for more virtual hosts Hello. I'd like to know, or if you have some server.xml example to show me, how can I configure more than one Virtual Host in Tomcat, and each host pointing to a different directory of webapps. I

Re: Different appBase for more virtual hosts

2002-12-04 Thread Andoni
You can have as many hosts as you like in an engine. Andoni. - Original Message - From: "cris.moreira" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, December 04, 2002 11:20 AM Subject: Different appBase for more virtual hosts > Hello. I'

Different appBase for more virtual hosts

2002-12-04 Thread cris.moreira
Hello. I'd like to know, or if you have some server.xml example to show me, how can I configure more than one Virtual Host in Tomcat, and each host pointing to a different directory of webapps. I know that I must set up the parameter "appBase" in the tag , but can I have more than one inside a

RE: Is anyone using manager for virtual hosts? (Help Please!!!)

2002-11-21 Thread Craig R. McClanahan
On Thu, 21 Nov 2002, Craig R. McClanahan wrote: > > The guaranteed way to receive this message is if you have privileged="true" > on the element ... Oops ... that should say "if you DO NOT have privileged="true". You must have the privileged attribute set on the webapp that runs ManagerServle

RE: Is anyone using manager for virtual hosts? (Help Please!!!)

2002-11-21 Thread Craig R. McClanahan
t; virtual host is set to "webapps", which does not work since there are other > applications in the users host directory. > > All I need is a way to restart web applications for virtual hosts. I can do > this from one place, from each virtual host independently, or any other

RE: Is anyone using manager for virtual hosts? (Help Please!!!)

2002-11-21 Thread Brandon Cruz
there are other applications in the users host directory. All I need is a way to restart web applications for virtual hosts. I can do this from one place, from each virtual host independently, or any other way possible. Does anyone do this successfully with tomcat 4.1.12 right now? I keep getting the e

<    1   2   3   4   5   6   7   8   9   >