Re: Setting up Virtual Hosts

2001-05-20 Thread Glen Eustace
> I don't know if it makes a difference or not, but I've always had the same > host names in my Apache VHost config and my server.xml file. In your config, > you're using an IP Address in Apache and a name in server.xml. You might try > using the IP in server.xml instead. All my vhosts use the

Re: Setting up Virtual Hosts

2001-05-20 Thread Jeff Kilbride
D]> Sent: Saturday, May 19, 2001 6:08 PM Subject: Re: Setting up Virtual Hosts > As requested, here are the respective configs. I still think there is > something fundamental that I have missed. :-) > > > Apache.conf > NB: I have tried with and witho

Re: Setting up Virtual Hosts

2001-05-19 Thread Glen Eustace
As requested, here are the respective configs. I still think there is something fundamental that I have missed. :-) Apache.conf NB: I have tried with and without the explicit KnMount in the VirtualHost definition. # # m

Re: Setting up Virtual Hosts

2001-05-19 Thread Jeff Kilbride
Post the relevant pieces of your apache config and server.xml. Thanks, --jeff - Original Message - From: "Glen Eustace" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, May 19, 2001 2:31 PM Subject: Setting up Virtual Hosts > I am trying to esta

Virtual hosts and individual webapps directories

2001-05-19 Thread Jonas Björnerstedt
Is there any way to configure Tomcat to have multiple webapps directories, one for each user / virtual host? I want each user to have a webapps directory where explicit specification of the context path is not necessary. As it is, I have to enter a new entry in the for every context a user has.

Setting up Virtual Hosts

2001-05-19 Thread Glen Eustace
I am trying to establish a number of virtual hosts such that the majority of each site is serverd by Apache as usual but the .jsp pages are handled by in tomcat. I have followed the varioss examples in the documentation, but am not having any success. I would appreciate someone who has this

Architectural question for tomcat-apache running Virtual Hosts

2001-05-19 Thread Brandon Cruz
I have an apache-tomcat configuration running on Linux servers.  Does anyone have any experience or know if there is a limit to how many virtual hosts you should set up on one instance of tomcat?  What is the most traffic or connection limit before I should either use another instance of

Difficulties with Virtual hosts

2001-05-17 Thread Glen Eustace
I have followed the examples in the mod_jk documentation, but can not seem to make any headway. The tomcat logs indicate the host contexts are being loaded but tomcat can not find any of the files. I have docBase set correctly, and it is outside the tomcat directory. I am at a loss as to what

Re: Virtual Hosts

2001-05-16 Thread Jeff Kilbride
Mauri" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 16, 2001 6:40 AM Subject: Re: Virtual Hosts > Hi Jeff, > > I agree, but the example shows an IP based virtual host configuration that > means I have to set up different virtual IP addresses i

Re: Virtual Hosts

2001-05-16 Thread Martin Mauri
Hi Jeff, I agree, but the example shows an IP based virtual host configuration that means I have to set up different virtual IP addresses in my OS and I don't want to, I'd like to know how to configure named based virtual hosts within the same JVM. Any idea? regards, Martin &

Re: Virtual Hosts

2001-05-15 Thread Noel E. Lecaros
/etc/hosts -nel Kumar Thotapally wrote: > Hi, > > I am able to startup and shutdown multiple JVMs (using server1.xml ... etc). I >created applications (for example, JVM1, JVM2) under web-apps. > > When I enter http://localhost:8007/jvm1/servlet/HelloWorld1 in my browser, > it works fine. > > H

Virtual Hosts and Tomcat 3.2.1/IIS

2001-05-14 Thread Ross Merritt
We're currently trying to configure a server with one Tomcat NT service and the following contexts in server.xml: We can't get anything to work .jsp-wise except webapps\examples, and they work in both vir

Re: Virtual Hosts

2001-05-14 Thread Jeff Kilbride
Hi Martin, Take a look at the mod_jk howto: http://jakarta.apache.org/tomcat/jakarta-tomcat/src/doc/mod_jk-howto.html The example configuration shows how to use the directive in server.xml to set up virtual hosts using the same JVM. There's no need to specify different ports. Thanks, -

Virtual Hosts

2001-05-14 Thread Kumar Thotapally
Hi, I am able to startup and shutdown multiple JVMs (using server1.xml ... etc). I created applications (for example, JVM1, JVM2) under web-apps. When I enter http://localhost:8007/jvm1/servlet/HelloWorld1 in my browser, it works fine. However, with the following code in server1.xml : fo

Re: Virtual Hosts

2001-05-14 Thread Martin Mauri
Thanks Ronan, Now, suppose I want to do it within the same process, with mod_jk I think I should have different ports per virtual host shouldn't I? Do you have an example on how to set up this? thanks. m- > Martin, > > With 3.1 if you had multiple virtual hosts, you had to h

RE: Virtual Hosts

2001-05-14 Thread Ronan Derby
Martin, With 3.1 if you had multiple virtual hosts, you had to have a seperate server.xml file for each vitual host. Tomcat used a seperatee JVM for each virtual host. This is handy in a development environment so that you can stop and start one virtual host without having to stop and start them

Virtual Hosts

2001-05-14 Thread Martin Mauri
Hi Users! As far as I know, with 3.1 versions it's necessary ti run different virtual hosts mounts in different JVM. But according to the mod_jk module documentation it seems that it's fixed because the virtual hosts directives are set in workers.properties, httpd.conf and server

Virtual hosts on IIS 5 & Tomcat

2001-05-10 Thread Connie Chan
Hi, Has anyone tried to set up virtual hosts in IIS with Tomcat successfully? I need to create a development and testing evironments within the same IIS box. I try to create another web site with different port number in IIS. Eventually, I will add additional DNS or ip address for the virtual

Re: Tomcat, IIS and virtual hosts

2001-05-09 Thread Sachin Phatak
quot;d:\webapps\" Q3. Are there any benefits to running multiple instances of tomcat for each virtual host. If yes how does one run multiple instances? thanks sachin - Original Message - From: Robert J. Lebowitz <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, May 0

Re: Virtual Hosts on IIS5 & TOMCAT3.2

2001-05-09 Thread Sachin Phatak
The problem is most likely in teh registry. Try my earlier post subject : isapi_redirector.dll - Registry - help for Newbies thanks sachin - Original Message - From: Antoan Christov To: [EMAIL PROTECTED] Sent: Wednesday, May 09, 2001 1:46 PM Subject: RE: Virtual Hosts on IIS5 & TOMCA

RE: Virtual Hosts on IIS5 & TOMCAT3.2

2001-05-09 Thread Allan Kamau
tak [mailto:[EMAIL PROTECTED]] > Sent: 08 May 2001 15:49 > To: [EMAIL PROTECTED] > Subject: Virtual Hosts on IIS5 & TOMCAT3.2 > > > Can someone please direct me to some documentation > on this issue? or better > explain it to me. > > After I create Virtual Host

RE: Virtual Hosts on IIS5 & TOMCAT3.2

2001-05-09 Thread Antoan Christov
: 08 May 2001 15:49 To: [EMAIL PROTECTED] Subject: Virtual Hosts on IIS5 & TOMCAT3.2     Can someone please direct me to some documentation on this issue? or better explain it to me.   After I create Virtual Hosts on IIS, do i just add he same filter & Virtual directory as I did for the

Virtual Hosts on IIS5 & TOMCAT3.2

2001-05-08 Thread Sachin Phatak
  Can someone please direct me to some documentation on this issue? or better explain it to me.   After I create Virtual Hosts on IIS, do i just add he same filter & Virtual directory as I did for the default website?   thanks   sachin

AW: Virtual hosts

2001-05-08 Thread Gerteis, Roman
t I'm not sure. Basically it does not matter for you since the domain shouldn't change while a user is on a web application. Only Problems which can occure are Logfiles (not quite sure if different virtual hosts can use the same logfile) and Cookies (they are bound to a domain).

Virtual hosts

2001-05-08 Thread Rainer Mager
Hi all, In server.xml we have multiple virtual hosts configured with ... tags, one for each host. This works fine if the site is hit with the exact name listed. If an alternative name is used, however, like the IP address, then Tomcat doesn't recognize it as the same virtual host.

Re: Tomcat, IIS and virtual hosts

2001-05-03 Thread Robert J. Lebowitz
I finally solved the problem of virtual hosts on IIS myself it took a bit of time, and I had to re-read the Tomcat documentation quite a bit. It might be useful to have an example as there is for the Apache server in there in the future. I had to modify to files to allow me to connect

Re: Tomcat, IIS and virtual hosts

2001-05-03 Thread Robert J. Lebowitz
Chris: I've made the same modifications to server.xml as you describe below, but there appears to be more to it when working with IIS. - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, May 03, 2001 9:32 AM Subject: RE: Tomcat, IIS

RE: Tomcat, IIS and virtual hosts

2001-05-03 Thread christopher
F and META-INF directories. hope this helps chris -Original Message- From: Brian Murray [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 02, 2001 9:32 PM To: [EMAIL PROTECTED] Subject: Re: Tomcat, IIS and virtual hosts >Can someone send me an example of how to configure Tomcat to w

RE: Tomcat, IIS and virtual hosts

2001-05-03 Thread Duncan Irvine
out if you need them, but I don't have them to hand at the mo. > -Original Message- > From: Brian Murray [mailto:[EMAIL PROTECTED]] > Sent: 03 May 2001 08:42 > To: [EMAIL PROTECTED] > Subject: Re: Tomcat, IIS and virtual hosts > > > > Apache is a much better

Re: Tomcat, IIS and virtual hosts

2001-05-03 Thread Brian Murray
> Apache is a much better solution for virtual hosts than IIS He's using IIS and I'm using Apache. What we have in common is that we're both after examples of setting up Tomcat to work with virtual hosts. I'm sorry if that was not clear. __

Re: Tomcat, IIS and virtual hosts

2001-05-02 Thread David Crooke
Apache is a much better solution for virtual hosts than IIS Brian Murray wrote: > > >Can someone send me an example of how to configure Tomcat to work with > >virtual hosts? > > Hi Mr. Lebowitz. I've been after the same thing. Unfortunately the score sits at >R

Re: Tomcat, IIS and virtual hosts

2001-05-02 Thread Brian Murray
>Can someone send me an example of how to configure Tomcat to work with >virtual hosts? Hi Mr. Lebowitz. I've been after the same thing. Unfortunately the score sits at Requests 2, Responses 0. If you receive any help off the list, I'd greatly appreciate it if you would

Tomcat, IIS and virtual hosts

2001-05-02 Thread Robert J. Lebowitz
x.html I realized that primary difference between the two servers is that one runs virtual hosts. I suspect that the configuration for Tomcat on IIS must be different when you have virtual hosts. I've looked for examples in the documentation, but haven't found any; most examples s

Re: Boycott Virtual Hosts for China

2001-05-02 Thread Milt Epstein
On Wed, 2 May 2001, Brian Murray wrote: > Or don't, but please post or point me to some real-world or more > complete virtual host setup examples than can be found in > http://jakarta.apache.org/tomcat/jakarta-tomcat/src/doc/uguide/tomcat_ug.html > > Sorry about the title. I couldn't help but no

Boycott Virtual Hosts for China

2001-05-02 Thread Brian Murray
Or don't, but please post or point me to some real-world or more complete virtual host setup examples than can be found in http://jakarta.apache.org/tomcat/jakarta-tomcat/src/doc/uguide/tomcat_ug.html Sorry about the title. I couldn't help but notice that my on-topic request received zero rep

Re: virtual hosts on different ports

2001-04-30 Thread Craig R. McClanahan
On Tue, 10 Apr 2001 [EMAIL PROTECTED] wrote: > Hi, > > Can I configure TOMCAT virutal hosts on different ports, not ip addresses? > I seen this question asked in the archives but there was no responses. > > Dave > > Earlier this evening, I answered a question related to running different

Multiple Tomcat 3.2.1 and virtual hosts

2001-04-30 Thread Hervé Guidetti
Hi all, I have followed the documentation about "Configuring for Multiple Tomcat JVMs" at http://jakarta.apache.org/tomcat/jakarta-tomcat/src/doc/uguide/tomcat_ug.htm l I'd like have multiple virtual hosts (on Apache) and each one mapping one of the Tomcat instance. www.host1.co

AW: isapi_redirect.dll uriworkermap.properties and virtual hosts

2001-04-28 Thread Jakob Praher
orkermap.properties' the other obvious solution would be to store the information right in the meta-base of iis, which I would prefer. (if possible). what do you think about that? bye -Ursprüngliche Nachricht- Von: Ignacio J. Ortega [mailto:[EMAIL PROTECTED]] Gesendet: Samstag,

RE: isapi_redirect.dll uriworkermap.properties and virtual hosts

2001-04-28 Thread Ignacio J. Ortega
nviado el: sábado 28 de abril de 2001 17:05 > Para: [EMAIL PROTECTED] > Asunto: isapi_redirect.dll uriworkermap.properties and virtual hosts > > > hi all, > > tomcat version : 3.2.1 > iis: 5.0 (sp1) > > we have quite a view virtual web-sites hosted

isapi_redirect.dll uriworkermap.properties and virtual hosts

2001-04-28 Thread Jakob Praher
hi all, tomcat version : 3.2.1 iis:5.0 (sp1) we have quite a view virtual web-sites hosted on iis (it is a running system so switching to apache is only a long term issue). now I would like to use apache-tomcat from within iis. the *simple* single server configuration is no

Virtual hosts

2001-04-25 Thread Alejandro Arredondo
How do I configure a virtual host in tomcat to work with apache. I tried the following config in my httpd.conf with no success: LoadModule jk_module modules/mod_jk.dll JkWorkersFile "D:/progs/ins_files/tomcat/conf/workers.properties" JkLogFile "D:/progs/ins_files/tomcat/logs/mod_jk.log" JkL

Virtual Hosts on localhost, different ports

2001-04-25 Thread Alejandro Arredondo
Hello, I have multiple virtual hosts in my system. I am running apache as web server. How can I configure a servlets directory for each virtual host in my system. for example localhost:81 for one web site localhost:82 for another one. And to have their specific servlets &

Re: [Fwd: Multiple IP based virtual hosts in Tomcat 4]

2001-04-23 Thread Neil Aggarwal
1 5:17 PM > > To: tomcat users list > > Subject: [Fwd: Multiple IP based virtual hosts in Tomcat 4] > > > > > > Hello: > > > > Has anyone seen this problem > > > > Thanks, > > Neil. > > > > -- > > Neil Aggarwa

RE: [Fwd: Multiple IP based virtual hosts in Tomcat 4]

2001-04-23 Thread Danny Angus
-Original Message- > From: Neil Aggarwal [mailto:[EMAIL PROTECTED]] > Sent: Monday, April 23, 2001 5:17 PM > To: tomcat users list > Subject: [Fwd: Multiple IP based virtual hosts in Tomcat 4] > > > Hello: > > Has anyone seen this problem > > Tha

[Fwd: Multiple IP based virtual hosts in Tomcat 4]

2001-04-23 Thread Neil Aggarwal
Hello: Has anyone seen this problem Thanks, Neil. -- Neil Aggarwal JAMM Consulting, Inc. -- (972) 612-6056, http://www.JAMMConsulting.com Custom Internet Development -- Java, JSP, servlets, databases Hello: I am trying to set-up multiple IP based virtual hosts in Tomcat 4.0

Multiple IP based virtual hosts in Tomcat 4

2001-04-19 Thread Neil Aggarwal
Hello: I am trying to set-up multiple IP based virtual hosts in Tomcat 4.0 Beta 3 running as a Standalone container. I downloaded the 4.0b3 binary of tomcat, dearchived it, and modified the following items in the server.xml file: In the section, I changed the HttpConnector to use port 80 so

That must be a bug - virtual hosts - depressed again

2001-04-19 Thread Christian Parpart
service (I'd like to use it in standalone mode) * I've removed the "localhost" Host and removed its attribute defaultHost (service/engine/@defaultHost) * Then I've added three virtual hosts (www.a.com, www.b.com, and www.c.com)

Re: Serving with Virtual Hosts w/o a Context Name - ?

2001-04-12 Thread David Crooke
(JServ based) as we also serve static content from the same hosts. Hunter Hillegas wrote: Here's my setup: Tomcat 3.2.1 with Apache 1.3.19 on Red Hat 6.2. We have about 50 IP based virtual hosts, some of which use Tomcat, others which do not. Is it possible to setup Tomcat to serve a virtual hos

Serving with Virtual Hosts w/o a Context Name - ?

2001-04-12 Thread Hunter Hillegas
Here's my setup: Tomcat 3.2.1 with Apache 1.3.19 on Red Hat 6.2. We have about 50 IP based virtual hosts, some of which use Tomcat, others which do not. Is it possible to setup Tomcat to serve a virtual host the contents of a context without the context name having to be in the URL?

RE: [ANS] RE: virtual hosts on different ports

2001-04-11 Thread William Wishon
D]] > Sent: Wednesday, April 11, 2001 7:00 AM > To: [EMAIL PROTECTED] > Subject: [ANS] RE: virtual hosts on different ports > > > Bill, > > What you stated is what I'm trying to do. I have a single > server, in which I need to utiltize ports 8601 and 443. But, I &

[ANS] RE: virtual hosts on different ports

2001-04-11 Thread davea
) > by h31.sny.collab.net with SMTP; 10 Apr 2001 18:49:36 - > Received: from ecto1 (jnm0-215 [192.168.0.215]) by jnm-main.pictureiq.com with SMTP >(Microsoft Exchange Internet Mail Service Version 5.5.2653.13) > id HMS1GX6X; Tue, 10 Apr 2001 11:54:00 -0700 > From: "W

RE: virtual hosts on different ports

2001-04-10 Thread William Wishon
You can configure tomcat to listen on multiple ports, but you cannot restrict particular contexts to particular ports. If you setup tomcat to listen on ports 8080 and 8082 then all of your contexts become available on both ports. Using virtual hosts you can restrict particular contexts to

[ANS] RE: virtual hosts on different ports

2001-04-10 Thread davea
31C7@STR_CONNECT2> > From: Chris Andreou <[EMAIL PROTECTED]> > To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> > Subject: RE: virtual hosts on different ports > Date: Tue, 10 Apr 2001 14:29:42 -0400 > MIME-Version: 1.0 > X-Mailer: Internet Mail

RE: virtual hosts on different ports

2001-04-10 Thread Chris Andreou
you can create different contexts that listen on different ports -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 10, 2001 1:22 PM To: [EMAIL PROTECTED] Subject: virtual hosts on different ports Hi, Can I configure TOMCAT virutal hosts on

virtual hosts on different ports

2001-04-10 Thread davea
Hi, Can I configure TOMCAT virutal hosts on different ports, not ip addresses? I seen this question asked in the archives but there was no responses. Dave

possible error in virtual hosts / context name clashes?

2001-04-05 Thread Michael McElligott
Okay, I'm just starting to investigate this one, and I have a non-standard configuration (I'm only using Tomcat right now - Apache isn't running), but here is my problem.   When I set up multiple hosts in Catalina, using the following in my server.xml:                          

virtual hosts / tomcat integration

2001-03-27 Thread Morianos
Title: virtual hosts / tomcat integration Thanks in advance and sorry for the newbie question. I want to have multiple tomcat instances on the same box so each developer can start and stop the server when needed.  I want them all to share the same apache server, each having their own virtual

Re: Virtual Hosts w/ Tomcat+Apache

2001-03-12 Thread tomcat
error JkMount /*.jsp ajp13 JkMount /servlet/* ajp13 On Sun, 11 Mar 2001, Joshua Lifton wrote: > > The "Tomcat-Apache HOWTO" document that comes with the Tomcat 3.2.1 distro > mentions that there are two different ways to configure Tomcat for virtual

virtual hosts / tomcat

2001-03-12 Thread Alexander Seitz
Hi all, pleas i need some help. I am playing arround with apache and tomcat now for nearly a week but i can't get running what i need. Basically i need some virtual hosts like: (10 all in all) server1.mydomain.com server2.mydomain.com server3.mydomain.com .. .. The only thing i need is JS

Virtual Hosts w/ Tomcat+Apache

2001-03-11 Thread Joshua Lifton
The "Tomcat-Apache HOWTO" document that comes with the Tomcat 3.2.1 distro mentions that there are two different ways to configure Tomcat for virtual hosts; one is to use a different Tomcat for each Apache virtual host and the other is to use the same Tomcat for each Apache virtual hos

Virtual hosts

2001-03-01 Thread Julie Ruiz
Hi, How can I setup virtual hosts in Tomcat using SSL direct Thanks, Julie. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Virtual Hosts

2001-02-28 Thread Julie Ruiz
Hi, How can I setup virtual hosts in Tomcat using SSL direct Thanks, Julie. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Virtual hosts

2001-02-28 Thread Julie Ruiz
Hi, How can I setup virtual hosts in Tomcat using SSL Thanks, Julie. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

tomcat directory and virtual hosts configuration????

2001-02-20 Thread Jim
I want to host several websites on the Apache/Tomcat server. When I put the jsp file in the /webapps/root directoy, the JSP file works fine. But when I put it in other directory, JSP file does not work. (It could not find jsp files even if I change the directory configuration in those files such a

Re: Tomcat + Apache + mod_jk and virtual hosts

2001-02-20 Thread Tom Woteki
I had the same objective, went through the same agony and finally got it to work. Glancing at your conf files I'll hazard the following guess: The docBase parameters are relative to the root of the host. This example is for one of my virtual hosts and it works: Httpd.conf: Serve

Re: Setting up Virtual Hosts

2001-02-20 Thread Tom Woteki
uot; <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > Date: Tue, 20 Feb 2001 14:28:35 -0500 > To: <[EMAIL PROTECTED]> > Subject: Re: Setting up Virtual Hosts > > In my experience I have had to stop using the auto generated > "mod_jk.conf-auto".

Re: Setting up Virtual Hosts

2001-02-20 Thread [EMAIL PROTECTED]
ration I like, however, I rarely have to change it. So it works for me. Hope this helps Rory - Original Message - From: "Erick Todd" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, February 20, 2001 1:37 PM Subject: Setting up Virtual Hosts > I currently h

Setting up Virtual Hosts

2001-02-20 Thread Erick Todd
I currently have many virtual hosts on a server. I need to set up tomcat so that I can serve jsp and regular html/images from the document root as set up by the virtual host directive. I also need to be able to access servlets through each site as www.theirdomain.com/servlet for each

RE: Tomcat + Apache + mod_jk and virtual hosts

2001-02-19 Thread Saurabh Shukla
: Monday, February 19, 2001 6:45 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Tomcat + Apache + mod_jk and virtual hosts Can anyone help? I've been trying to achieve very simple name based virtual hosting with very little luck. I have read the mod_jk documentation but not found wha

Re: Tomcat + Apache + mod_jk and virtual hosts

2001-02-19 Thread Bard
tting things up as I have tried above, with new contexts and virtual // hosts is a catastrophe - does not work at all! Am I making a very // obvious mistake that somebody can spot and correct for me or must I // include pages of log file extracts? // // Any, any help would be greatly a

Tomcat + Apache + mod_jk and virtual hosts

2001-02-19 Thread bard
above, with new contexts and virtual hosts is a catastrophe - does not work at all! Am I making a very obvious mistake that somebody can spot and correct for me or must I include pages of log file extracts? Any, any help would be gr

RE: Virtual Hosts

2001-02-19 Thread Saurabh Shukla
Did u add the Virtual Host directtive in server.xml ? which version of tomcat are you using ?   Shuklix -Original Message-From: Bertone Advertising [mailto:[EMAIL PROTECTED]]Sent: Thursday, February 15, 2001 11:11 PMTo: [EMAIL PROTECTED]Subject: Virtual Hosts I am using

Re: Virtual Hosts

2001-02-16 Thread sfarrell
I think you need to upgrade to tomcat 3.2.1 - to get support for virtual hosting. Scott Bertone Advertising <[EMAIL PROTECTED]> 16/02/2001 03:41 AM Please respond to tomcat-user                 To:        [EMAIL PROTECTED]         cc:                 Subject:        Virtual Hosts

Virtual Hosts

2001-02-15 Thread Bertone Advertising
I am using tomcat 3.0 with Apache and mod_jk to run jsp. I have got it functioning for one domain by changing the server.xml: I works for the one domain. Problem is, I want to use jsp on other domains as well. When I run them, they look for the page.jsp on the domain I referenced in the server.x

RE: aliased name based virtual hosts apache/mod_jk/tomcat

2001-02-14 Thread Saurabh Shukla
I do not think you need to specify Virtual Hosts in server.xml,  your document root is same.   shuklix -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Sent: Tuesday, February 13, 2001 7:10 PMTo: [EMAIL PROTECTED]Subject: aliased name based virtual

aliased name based virtual hosts apache/mod_jk/tomcat

2001-02-14 Thread sfarrell
Do I have to do a for each alias from an apache virtual host? ( I have some v.hosts with about a dozen names) I am using tomcat 3.2.1, mod_jk, apach 1.3.12-2 How do I get this to work (httpd.cnf):                              ServerName www.icconsulting.com.au              ServerAlia

request.getScheme() problem and virtual hosts

2001-02-14 Thread Tom Gilbert
Hey, I have two problems, one seems to be a bug in request.getScheme(). It always returns "https", no matter whether I am viewing a page with http or https. This is a problem due to my second issue. I need to do virtual hosts based on port. I do this on apache like so: and I want

aliased name based virtual hosts apache/mod_jk/tomcat

2001-02-13 Thread sfarrell
Hi, tomcat 3.2.1, mod_jk, apach 1.3.12-2 How do I get this to work (httpd.cnf):                               ServerName www.icconsulting.com.au               ServerAlias w3    w3.icconsulting.com.au    www    icconsulting.com.au         DocumentRoot /home/httpd/ic/                      

Tomcat 3.2/Apache Virtual Hosts

2001-02-12 Thread Duncan Irvine
Hi all, I've got a working Tomcat installation, and a working Apache installation. I've installed mod_jk, and am using the mod_jk.conf-auto file within the httpd.conf. This all works fine (I can access http://myhost.mydomain.com:8080/examples/ and http://myhost.mydomain.com/examples/ and

Virtual hosts on Tomcat 3.2

2001-02-09 Thread Chris Freyer
Hi all, new subscriber here. I'm running Tomcat stand-alone. I upgraded to 3.2 last night for the multiple host support. Several questions Can I have separate logfiles for each host? Can separate hosts share a context? (just curious). Can sessions be shared between hosts? Can database conne

RE: HttpSession across virtual hosts

2001-02-08 Thread Randy Layman
I didn't say I did it, and I didn't say it was a good idea, but I said I had seen it done. Randy -Original Message- From: David Wall [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 08, 2001 12:01 PM To: [EMAIL PROTECTED] Subject: Re: HttpSession across vir

RE: HttpSession across virtual hosts

2001-02-08 Thread David Oxley
ailto:[EMAIL PROTECTED]] Sent: 08 February 2001 14:31 To: [EMAIL PROTECTED] Subject: RE: HttpSession across virtual hosts The http // https comparison doesn't work as cookies are sent or not depending on the host, not on the protocol. So if I have a valid session_id in a cookie in http, that wil

Re: HttpSession across virtual hosts

2001-02-08 Thread David Wall
> What I've seen done, which doesn't necessarily make it secure, it to > send some form of CartID. This ID identifies the Cart in some shared back > end data store. Usually these are large numbers that contain enough > information to determine if its a possible real value, or a number someone >

RE: HttpSession across virtual hosts

2001-02-08 Thread Kief Morris
David Oxley typed the following on 01:07 PM 2/8/2001 + >>I sort-of understand what you're doing, but I'm not clear on a couple of >details. >>What do you mean when you say you've "coded a request"? How exactly is >>the session ID passed from the original host to the new host, is this by a >>fo

RE: HttpSession across virtual hosts

2001-02-08 Thread Alistair Hopkins
Randy Layman [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 08, 2001 1:13 PM To: [EMAIL PROTECTED] Subject: RE: HttpSession across virtual hosts What I've seen done, which doesn't necessarily make it secure, it to send some form of CartID. This ID identifies the Cart in some

RE: HttpSession across virtual hosts

2001-02-08 Thread Randy Layman
ROTECTED]] Sent: Thursday, February 08, 2001 8:08 AM To: '[EMAIL PROTECTED]' Subject: RE: HttpSession across virtual hosts >I sort-of understand what you're doing, but I'm not clear on a couple of details. >What do you mean when you say you've "coded a request"?

RE: HttpSession across virtual hosts

2001-02-08 Thread David Oxley
>I sort-of understand what you're doing, but I'm not clear on a couple of details. >What do you mean when you say you've "coded a request"? How exactly is >the session ID passed from the original host to the new host, is this by a >form field embedded into the HTML, or is it all on the server side

Re: HttpSession across virtual hosts

2001-02-08 Thread Kief Morris
to doing this is that some legitimate users may be behind weird ISP proxies which give different IP addresses on different requests. But I don't know how many users do use such systems, it may be a small enough number to be acceptable to your needs. >3. I am right in assuming there is no way of

AW: HttpSession across virtual hosts

2001-02-08 Thread Ralph Einfeldt
achricht- > Von: David Oxley [mailto:[EMAIL PROTECTED]] > Gesendet: Donnerstag, 8. Februar 2001 11:38 > An: [EMAIL PROTECTED] > Betreff: HttpSession across virtual hosts > 2. If I save the remote ip address and check it during the > AttachSession, is > that secure enough or

HttpSession across virtual hosts

2001-02-08 Thread David Oxley
nd to be the same ip address? 3. I am right in assuming there is no way of making an HttpSession valid across virtual hosts (Make my life a lot easier)? 4. How can I keep the HttpSession on the original host valid? Or is it easier to do an AttachSession every time the host is switched? Thanks.

frustration installing tomcat 3.2.1 + apache + virtual hosts

2001-01-12 Thread Stefanos Karasavvidis
I'm successfully using JServ + GNUjsp + Apache and tried to setup a similar system using Tomcat 3.2.1 + Apache, but I got confused with the configuration files and nothing seems to work right now. I want to setup the following system: -An Apache server with several virtual hosts -A se

Making custom tags available to all Tomcat virtual hosts

2001-01-11 Thread Andreas Sheriff
Hi, Does anyone know how to make custom tags be available to all of Tomcat's virtual hosts? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: Not Found(404) for virtual hosts

2000-12-28 Thread Ramkumar Manoharan
Did you try diting your web.xml file in your project diectory.See the examples folder in your tomcat installation and follow the same technique Ram >From: Shailaja Someshwar <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: [EMAIL PROTECTED] >Subject: Not Found(404)

Not Found(404) for virtual hosts

2000-12-27 Thread Shailaja Someshwar
o and everything was working OK until when I a trying to extend servlets support for virtual hosts. added the following into server.xml added in httpd.conf LoadModulejk_module libexec/mod_jk.so AddModule mod_jk.c JkWorkersFile

Not Found(404) for virtual hosts

2000-12-27 Thread Shailaja Someshwar
Hello All, I am working on Tomcat 3.2.1 + mod_jk + apache 1.3.14 on RH 6.2. I've followed the mod_jk howto and everything was working OK until when I a trying to extend servlets support for virtual hosts. added the following into serve

Re: virtual hosts on tomcat 4.0-m5

2000-12-16 Thread Craig R. McClanahan
Christian Parpart wrote: > Hi > > I thought about installing a virtual host in Tomcat/4.0-m5 (standalone > mode). > But, I just can type appBase="webapps" and not anything else. > Is That the right way to do that? > Yes, you can do this (set "appBase" to some directory location. Tomcat will loo

virtual hosts on tomcat 4.0-m5

2000-12-16 Thread Christian Parpart
Hi I thought about installing a virtual host in Tomcat/4.0-m5 (standalone mode). But, I just can type appBase="webapps" and not anything else. Is That the right way to do that? Please help, the online help can't. server.xml -

Security and virtual hosts on Tomcat 3.2

2000-12-08 Thread Nirav S. Desai
Hi, I am trying to set up a secure tomcat/apache server. I have Apache set up with mod_ssl and tomcat 3.2 setup with viruatl hosts. All of this works great. However, I am haveing trouble getting the secure and insecure hosts to map to different pages in tomcat. That is, I want "http://www.hos

Virtual Hosts and Context Path Question

2000-12-01 Thread Shahed Ali
I am running Apache Stronghold with Virtual Hosts and Tomcat 3.1   I am using Named Hosts and have www.a.com and www.b.com both pointing to the same IP address.     Now when I go to http://www.a.com I want my DoucmentRoot to point to /usr/local/jakarta-tomcat/webapps/A_APP/index.jsp But I

Re: Virtual Hosts and Properties files..

2000-11-21 Thread chris edwards
May not be the answer you want but, but how about 3 different named properties files and using resource bundle to load the right one dependent on the host http header ( will return dev.site.com, or www.site.com) , just to be really awkward you could use a 4th properties file which is used to loa

<    3   4   5   6   7   8   9   >