Re: problem with manager for virtual hosts

2002-01-29 Thread August Detlefsen
I had to specify the full path to the manager app to get it to work for virtual hosts. Because manager is mounted at /manager, but is actually installed at /usr/local/catalina/webapps/manager. If you just specify manager for docbase it looks for it at /home/infoelog/website/manager Here is my

problem with manager for virtual hosts

2002-01-28 Thread Frank Gadegast
Hi, (short: how to configure, start and use managers for virtual hosts ?) Have a tomcat 4.1 server running on a server with several IPs. Beside the usual default host, there are two other virtual hosts. Problem: calling the manager via http://IP:7100/manager/list list only the contexts

help newbie with virtual hosts

2002-01-21 Thread Jacob Smith
Hi, I am really just getting started with apache/tomcat and java in general. I tried searching the archives but i really think i have a hard time of knowing what to ask, so i am sorry if i ask something that has been answered before. so i kind of inhereted a dell server with the wirex package

RE: Can I have all virtual hosts share one context on tomcat 3.2.4?

2002-01-16 Thread Cox, Charlie
-Original Message- From: Brandon Cruz [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 15, 2002 5:06 PM To: Tomcat Users List Subject: RE: Can I have all virtual hosts share one context on tomcat 3.2.4? So, I assume I put a context tag inside each host tag, each pointing

encodeURL bug: doesn't work with virtual hosts or ports

2002-01-16 Thread Nicholas Ide
Tomcat 4.0.1 Apache 1.3.2 (tried with mod_webapp and mod_jk) encodeURL(http://foo:80/junk;) does not encode the sessionId even with cookies disabled, unless foo is the ServerName and 80 is the Listen port. In our environment, foo is a virtual hostname and 1234 is a virtual port. We use a

Re: executing JSP with virtual hosts

2002-01-15 Thread David Smith
To: [EMAIL PROTECTED] Subject: executing JSP with virtual hosts I just upgraded from Tomcat 3.2 to Tomcat 4.0. Both were using Apache and virtual hosts. I managed to install mod_webapp and forward requests for virtual hosts to tomcat, but the jsps are not being executed, instead

Can I have all virtual hosts share one context on tomcat 3.2.4?

2002-01-15 Thread Brandon Cruz
Is it possible with tomcat 3.2.4 to have all virtual hosts share one context. I want them to all share one web application. Is this possible? Brandon -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL

Re: Can I have all virtual hosts share one context on tomcat 3.2.4?

2002-01-15 Thread Renato
With Tomcat 3.3 you can use the tag Alias name=... under Host .. and before Context... I think Tomcat 3.2.x doesn't support this. Renato - Brazil. On Tue, 15 Jan 2002 12:10:48 -0600, Brandon Cruz [EMAIL PROTECTED] escreveu : Is it possible with tomcat 3.2.4 to have all virtual hosts share

Re: Can I have all virtual hosts share one context on tomcat 3.2.4?

2002-01-15 Thread Joaquín Sánchez Jiménez
. J. - Original Message - From: Renato [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED]; Brandon Cruz [EMAIL PROTECTED] Sent: Tuesday, January 15, 2002 4:52 PM Subject: Re: Can I have all virtual hosts share one context on tomcat 3.2.4? With Tomcat 3.3 you can use the tag Alias

RE: Can I have all virtual hosts share one context on tomcat 3.2.4?

2002-01-15 Thread Cox, Charlie
you can, but they will have different instances of your code for each virtual host. Charlie -Original Message- From: Brandon Cruz [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 15, 2002 1:11 PM To: Tomcat Users List Subject: Can I have all virtual hosts share one context

RE: Can I have all virtual hosts share one context on tomcat 3.2.4?

2002-01-15 Thread Brandon Cruz
, January 15, 2002 3:01 PM To: 'Tomcat Users List' Subject: RE: Can I have all virtual hosts share one context on tomcat 3.2.4? you can, but they will have different instances of your code for each virtual host. Charlie -Original Message- From: Brandon Cruz [mailto:[EMAIL PROTECTED

executing JSP with virtual hosts

2002-01-14 Thread August Detlefsen
I just upgraded from Tomcat 3.2 to Tomcat 4.0. Both were using Apache and virtual hosts. I managed to install mod_webapp and forward requests for virtual hosts to tomcat, but the jsps are not being executed, instead the JSP source code is being sent directly to the browser. Anyone know what

RE: executing JSP with virtual hosts

2002-01-14 Thread Brandon Cruz
14, 2002 4:22 PM To: [EMAIL PROTECTED] Subject: executing JSP with virtual hosts I just upgraded from Tomcat 3.2 to Tomcat 4.0. Both were using Apache and virtual hosts. I managed to install mod_webapp and forward requests for virtual hosts to tomcat, but the jsps are not being executed, instead

RE: executing JSP with virtual hosts

2002-01-14 Thread August Detlefsen
14, 2002 4:22 PM To: [EMAIL PROTECTED] Subject: executing JSP with virtual hosts I just upgraded from Tomcat 3.2 to Tomcat 4.0. Both were using Apache and virtual hosts. I managed to install mod_webapp and forward requests for virtual hosts to tomcat, but the jsps are not being executed

RE: class loading tc 3.3 virtual hosts

2002-01-09 Thread Larry Isaacs
if there are side effects if you try to use it context local. There should be separate work directories created for both virtual hosts. Each should compile its own numguess.jsp. Try setting the debug level on SimpleMapper1 to 1 and check the log for Host = ... and make sure the request is going

Re: class loading tc 3.3 virtual hosts

2002-01-09 Thread Martin v . Boehlen
if there are side effects if you try to use it context local. There should be separate work directories created for both virtual hosts. Each should compile its own numguess.jsp. Try setting the debug level on SimpleMapper1 to 1 and check the log for Host = ... and make sure the request

class loading tc 3.3 virtual hosts

2002-01-08 Thread Martin v . Boehlen
Greetings Users, is it possible to use two completely separate virtual hosts with tomcat ? What I want to do is using two virtual hosts on the same box. One for real web serving and one for development. My problems so far are: 1. Class loading - Can I configure tomcat in a way

class loading tc 3.3 virtual hosts

2002-01-08 Thread Martin v . Boehlen
Greetings Users, is it possible to use two completely separate virtual hosts with tomcat ? What I want to do is using two virtual hosts on the same box. One for real web serving and one for development. My problems so far are: 1. Class loading - Can I configure tomcat in a way

Re: class loading tc 3.3 virtual hosts

2002-01-08 Thread James Chuang
- Original Message - From: Martin v. Boehlen [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, January 08, 2002 2:04 PM Subject: class loading tc 3.3 virtual hosts Greetings Users, is it possible to use two completely separate virtual hosts with tomcat ? What I want to do is using two

Re: class loading tc 3.3 virtual hosts

2002-01-08 Thread Craig R. McClanahan
On Tue, 8 Jan 2002, James Chuang wrote: Date: Tue, 8 Jan 2002 15:46:12 -0800 From: James Chuang [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: Re: class loading tc 3.3 virtual hosts Yes you can

Virtual hosts

2001-12-31 Thread Lonnie
I would like to run tomcat on port 80. I have Apache running several virtual hosts. When i'm at work port 8080 is being blocked. I want to create a subdomain for tomcat to run on port 80. When I modified the server.xml file it di not work. Is it possible to run Tomcat on port 80 when you

Tomcat, Apache and virtual hosts

2001-12-31 Thread Nikola Milutinovic
even situation where it isn't so, breaks. I'm getting warp errors on Tomcat's side saying that www.vhost1.com name is not unique. So, my question is: does WARP work with virtual hosts on Tomcat? All (successful) examples I've seen use Host name="localhost" could that be my problem?

Re: Virtual hosts

2001-12-31 Thread Ljubo Brglez
Lonnie wrote: When I modified the server.xml file it di not work. Is it possible to run Tomcat on port 80 when you are also running other virtual hosts with Apache? If it is I'll continue to read and play around. if it is Why not? You need mod_webapp or mod_jk for apache. Ljubo

RE: PLEASE HELP: Apache+Tomcat - Virtual hosts + separate VMs

2001-12-19 Thread Larry Isaacs
be used by Tomcat 4.x. It might have the same effect for virtual hosts configured in Tomcat 4.x, but I haven't investigated this yet. Future connector work is happening in the jakarta-tomcat-connectors project. Bill Barker has added org.apache.ajp.tomcat4.config.ApacheConfig and others to jakarta

RE: PLEASE HELP: Apache+Tomcat - Virtual hosts + separate VMs

2001-12-18 Thread Larry Isaacs
-Original Message- From: Noel J. Bergman [mailto:[EMAIL PROTECTED]] Sent: Monday, December 17, 2001 4:18 PM To: [EMAIL PROTECTED] Subject: PLEASE HELP: Apache+Tomcat - Virtual hosts + separate VMs Importance: High I am STILL trying to find out how to configure Apache+Tomcat so

RE: PLEASE HELP: Apache+Tomcat - Virtual hosts + separate VMs

2001-12-18 Thread Noel J. Bergman
for that virtual host. Our specific interest is to upgrade the web application environment while preserving the isolation between virtual hosts. --- Noel -Original Message- From: Larry Isaacs [mailto:[EMAIL PROTECTED]] It wouldn't hurt to mention which version of Apache and which

RE: PLEASE HELP: Apache+Tomcat - Virtual hosts + separate VMs

2001-12-18 Thread Larry Isaacs
Hi Noel, Unfortunately my knowledge of Tomcat 4.x internals is still fairly limited, so I can't be of much help at this point in time. My primary experience in this area was getting a suitable conf/auto/mod_jk generated by Tomcat 3.3 when using virtual hosts. Cheers, Larry -Original

RE: PLEASE HELP: Apache+Tomcat - Virtual hosts + separate VMs

2001-12-18 Thread Noel J. Bergman
fairly limited, so I can't be of much help at this point in time. My primary experience in this area was getting a suitable conf/auto/mod_jk generated by Tomcat 3.3 when using virtual hosts. Cheers, Larry -Original Message- From: Noel J. Bergman [mailto:[EMAIL PROTECTED]] Sent: Tuesday

RE: PLEASE HELP: Apache+Tomcat - Virtual hosts + separate VMs

2001-12-18 Thread Guido Medina
[mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 18, 2001 5:02 PM To: Tomcat Users List Subject: RE: PLEASE HELP: Apache+Tomcat - Virtual hosts + separate VMs Larry, Perhaps if you provide your Tomcat 3.3 solution(s), we could see how they might apply to Tomcat 4? Whom would know Tomcat 4

Possible to have multiple SSL enabled virtual hosts with Tomcat 4 in standalone mode?

2001-12-18 Thread Jonathan Eric Miller
I'm wondering if anyone knows if it is possible to have multiple virtual hosts in Tomcat 4 standalone mode, each with a SSL enabled? If so, do I need to somehow put more than one host name into the SSL certificate? Or, is there a way to install multiple SSL certificates? So, for example, say I

AW: PLEASE HELP: Apache+Tomcat - Virtual hosts + separate VMs

2001-12-18 Thread Ralph Einfeldt
As it is possible to use mod_jk in TC 4.* you two could come together. -Ursprüngliche Nachricht- Von: Noel J. Bergman [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 18. Dezember 2001 22:02 An: Tomcat Users List Betreff: RE: PLEASE HELP: Apache+Tomcat - Virtual hosts + separate VMs

PLEASE HELP: Apache+Tomcat - Virtual hosts + separate VMs

2001-12-17 Thread Noel J. Bergman
I am STILL trying to find out how to configure Apache+Tomcat so that EACH virtual host has ITS OWN JVM. This seems to be a fairly common question, but no one seems willing to actually answer it. Ideally we want some means that works well with the perchild module, so that not only is each

Re: PLEASE HELP: Apache+Tomcat - Virtual hosts + separate VMs

2001-12-17 Thread James Chuang
own JVM, each with it's own context and vhost support. Good luck! jchuang - Original Message - From: Noel J. Bergman [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, December 17, 2001 1:17 PM Subject: PLEASE HELP: Apache+Tomcat - Virtual hosts + separate VMs I am STILL trying

RE: Session tracking across virtual hosts?

2001-12-09 Thread Neil Aggarwal
, Ecommerce, Java, databases -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Craig R. McClanahan Sent: Friday, December 07, 2001 10:38 PM To: Tomcat Users List Subject: RE: Session tracking across virtual hosts? On Fri, 7 Dec 2001, Neil Aggarwal wrote

Session tracking across virtual hosts?

2001-12-07 Thread Neil Aggarwal
Hello: I am developing a web application that requires session tracking. Because we are using a virtual host with a shared SSL certificate, we need to track sessions using two different hosts. For example, we need to use URLs like: http://www.virtdomain.com/appName/page.jsp and

Re: Session tracking across virtual hosts?

2001-12-07 Thread Craig R. McClanahan
On Fri, 7 Dec 2001, Neil Aggarwal wrote: Date: Fri, 7 Dec 2001 13:18:32 -0600 From: Neil Aggarwal [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat-User [EMAIL PROTECTED] Subject: Session tracking across virtual hosts? Hello: I am developing a web application

RE: Session tracking across virtual hosts?

2001-12-07 Thread Neil Aggarwal
tracking across virtual hosts? On Fri, 7 Dec 2001, Neil Aggarwal wrote: Date: Fri, 7 Dec 2001 13:18:32 -0600 From: Neil Aggarwal [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat-User [EMAIL PROTECTED] Subject: Session tracking across virtual hosts

Tomcat 4.0.1, mod_web_app, virtual hosts - Pier HELP!

2001-12-06 Thread Nikola Milutinovic
Hi all. Hi Pier. I have a problem and it could be a misconception in my head, so please tell me if I'm doing something obviuosly/potentially wrong. WHAT I WANT TO DO -- I am hosting several virtual hosts under one Apache web server. I'm also developing several

How to associate the same application to two different Virtual Hosts with two different names?

2001-12-03 Thread Mauro Fabrizioli
I have written an application for my Tomcat container integrated with Apache. I'd like to use it under two different virtual hosts and with two different url path (see path attribute in Context tag of server.xml configuration file), but, for resource reasons, I do not want two copies of my

multiple virtual hosts

2001-10-05 Thread Lars Andersson
Hi I have a problem with tomcat 4.0 and multiple virtual hosts. Here is a snippet from my server.xml Host name=www.xxx.com appBase=webapps Context path= docBase=xxx/ /Host Host name=www.yyy.com appBase=webapps Context path= docBase=yyy/ /Host The problem is that I can't have

Virtual Hosts and error in stderr

2001-10-03 Thread Brian Richards
I found this in my jvm.stderr log anyone know what might be causing it? Using Tomcat 3.3rc1 Apache 1.3.6 and mod_jk I'm also having an issue with virtual hosts both hosts seem to be going to the same DocRoot pasted the contents of mod_jk.conf if you need anything else let me know. Thanks

Examples of using mod_webapp with multiple virtual hosts?

2001-10-01 Thread Ron Lussier
Can someone send an example of configuring mod_webapp to work with multiple virtual hosts, all using the same IP number? I'm trying to get mod_webapp to work with OS X, and failing entirely. Coyote --- ron lussier / lenscraft fine art giclee prints [EMAIL PROTECTED

RE: Tomcat v3.3b2 and mod_jk (multiple virtual hosts)

2001-09-10 Thread Larry Isaacs
] Subject: Re: Tomcat v3.3b2 and mod_jk (multiple virtual hosts) Larry Thanks, but I think the bug goes deeper than that, since I get the same behaviour if I communicate directly with Tomcat (ie sota.silly.domain.net:8080 maps to vp:8080). Best regards Mark - Original

Tomcat v3.3b2 and mod_jk (multiple virtual hosts)

2001-09-07 Thread Mark Muffett
Larry I'm trying something a little more complicated now - I have two different sites: sota and vp. I have apps-sota.xml like: Server Host name=sota Alias name=sota.silly.domain.net / Context path= docBase=webapps/Sota / /Host /Server and apps-vp.xml like: Server

RE: Tomcat v3.3b2 and mod_jk (multiple virtual hosts)

2001-09-07 Thread Larry Isaacs
: Tomcat v3.3b2 and mod_jk (multiple virtual hosts) Larry I'm trying something a little more complicated now - I have two different sites: sota and vp. I have apps-sota.xml like: Server Host name=sota Alias name=sota.silly.domain.net / Context path= docBase=webapps

Re: Tomcat v3.3b2 and mod_jk (multiple virtual hosts)

2001-09-07 Thread Mark Muffett
, September 07, 2001 6:50 PM Subject: RE: Tomcat v3.3b2 and mod_jk (multiple virtual hosts) Mark, Thanks for trying this. It looks like a bug. In: ServerName vp ServerAlias sota.silly.domain.net vp.silly.domain.net The sota.silly.domain.net should not be included

Configure Virtual Hosts... HELP ME PLEASE!!

2001-08-28 Thread [EMAIL PROTECTED]
I must create a virtual host. In tomcat-apache.cong file I insert this lines: VirtualHost 192.168.1.10 ServerName venetianstyle.prosa.com ServerAlias venetianstyle ApJServMount / ajpv12://localhost:9009/VenetianStyle JkMount /servlet/* ajp12 /VirtualHost * In

Antwort: Re: Newbie: Apache Tomcat mod_jk Virtual Hosts

2001-08-13 Thread Stefan . Raschke
PROTECTED] Thema: Re: Newbie: Apache Tomcat mod_jk Virtual Hosts 13.08.01

Re: Antwort: Re: Newbie: Apache Tomcat mod_jk Virtual Hosts

2001-08-13 Thread Jan Labanowski
will not work. You have to edit the httpd.conf manually. The stuff which you put outside VirtualHost blocks is available to all virtual hosts defined in httpd.conf The only way we could get rid of that behaviour was , to enclose the contexts in server.xml with the appropriate virtual host tags

Re: Antwort: Re: Newbie: Apache Tomcat mod_jk Virtual Hosts

2001-08-13 Thread Dmitri Colebatch
AFAIK you _do_ need virtual hosts for mod_jk connectors just the same as http connectors. I prefix this with a big afaik, but the way I see it working is that tomcat is still receiving the request, just over a different protocol. tomcat still needs to be able to serve one context

Antwort: Re: Antwort: Re: Newbie: Apache Tomcat mod_jk Virtual Hosts

2001-08-13 Thread Stefan . Raschke
] [EMAIL PROTECTED]Kopie: Jan Labanowski [EMAIL PROTECTED] Thema: Re: Antwort: Re: Newbie: Apache Tomcat mod_jk Virtual Hosts

Re: Newbie: Apache Tomcat mod_jk Virtual Hosts

2001-08-13 Thread Jason Koeninger
On Sun, 12 Aug 2001 21:59:19 -0400 (EDT), Jan Labanowski wrote: Again... Without knowing what you want to do, it is hard to advise. The Host/Host if for setting virtual hosts in Tomcat. You say, you want to connect Tomcat to Apache. Then you should do virtual hosts in Apache, not in Tomcat

Re: Newbie: Apache Tomcat mod_jk Virtual Hosts

2001-08-12 Thread orlando
. Apache is just a client of Tomcat for requests which require JSP/Servlets which Apache does not know how to do. Thank you, Orlando Jan Labanowski wrote: I am not sure what you are trying to do... If you want to do virtual hosts in Apache, then do them in Apache

Re: Newbie: Apache Tomcat mod_jk Virtual Hosts

2001-08-12 Thread orlando
to do. Thank you, Orlando Jan Labanowski wrote: I am not sure what you are trying to do... If you want to do virtual hosts in Apache, then do them in Apache. In this case, Tomcat does not know anything about virtual hosts, and processes stuff which is handled

Re: Newbie: Apache Tomcat mod_jk Virtual Hosts

2001-08-12 Thread Jan Labanowski
debug=0 reloadable=true /Context /Host Again... Without knowing what you want to do, it is hard to advise. The Host/Host if for setting virtual hosts in Tomcat. You say, you want to connect Tomcat to Apache. Then you should do virtual hosts in Apache

Re: Newbie: Apache Tomcat mod_jk Virtual Hosts

2001-08-12 Thread Jan Labanowski
On Sun, 12 Aug 2001 [EMAIL PROTECTED] wrote: Can you tell what the following means: [jk_uri_worker_map.c (345)]: Into jk_uri_worker_map_t::map_uri_to_worker [jk_uri_worker_map.c (435)]: jk_uri_worker_map_t::map_uri_to_worker, done without a match Orlando If you are using Tomcat

RE: Virtual Hosts on IIS Tomcat

2001-08-08 Thread Charlie Cox
what I have done is created mulitple virtual hosts on IIS, set up the uriworkermap.properties to send the superset of requested url's to tomcat, and then also set up tomcat with virtual hosts to determine the context and validity of requests coming through for each virtual host. This allows me

Re: Virtual Hosts on IIS Tomcat

2001-08-07 Thread cmanolache
. AFAIK you need a single instance of the isapi filter. The filter should deal with virtual hosts - unfortunately the code is not yet completed. If you know some C - you're wellcome to contribute :-) Can you please tell me if this is possible and if there is any documentation on how to set

Tomcat v4.0 and virtual hosts

2001-08-06 Thread Mark Muffett
Has anyone succesfully got 4.0 running with virtual hosts? and would they be prepared to show us a sample working server.xml file (and anything else that's needed, if anything). Many thanks Mark

Re: Tomcat v4.0 and virtual hosts

2001-08-06 Thread Pier P. Fumagalli
Mark Muffett at [EMAIL PROTECTED] wrote: Has anyone succesfully got 4.0 running with virtual hosts? and would they be prepared to show us a sample working server.xml file (and anything else that's needed, if anything). Simply use several Host tags with different name=... attributes

Re: Tomcat v4.0 and virtual hosts

2001-08-06 Thread Matt Barre
hosts Has anyone succesfully got 4.0 running with virtual hosts? and would they be prepared to show us a sample working server.xml file (and anything else that's needed, if anything). Many thanks Mark

Re: apache + tomcat + virtual hosts

2001-07-14 Thread Jeff Kilbride
previous posts on virtual hosting, including examples of my config. Thanks, --jeff - Original Message - From: Connie Chan [EMAIL PROTECTED] To: Jack Hui [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Friday, July 13, 2001 6:04 AM Subject: RE: apache + tomcat + virtual hosts Jack, I try a few

RE: apache + tomcat + virtual hosts

2001-07-13 Thread Connie Chan
Hui [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 12, 2001 9:32 PM To: '[EMAIL PROTECTED]'; Connie Chan Subject: RE: apache + tomcat + virtual hosts Connie, Your default server and virtual server are using the SAME IP AND SAME PORT no., right ? What did you put in the NameVirtualHost ? should

apache + tomcat + virtual hosts

2001-07-12 Thread Connie Chan
Hi, Currently, I'm using apache with tomcat. I have set up the server such that it serves a default web server, ssl server (being set up as a virtual host with using port 443), and a virtual host (with using port 80). But the document root for default web server and virtual host is mixed up. My

RE: apache + tomcat + virtual hosts

2001-07-12 Thread Jack Hui
: Connie Chan [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 12, 2001 9:25 PM To: [EMAIL PROTECTED] Subject: apache + tomcat + virtual hosts Hi, Currently, I'm using apache with tomcat. I have set up the server such that it serves a default web server, ssl server (being set up as a virtual host

getting same context accross virtual hosts

2001-07-10 Thread Stefanos Karasavvidis
I'm using tomcat 3.2.2 with several configured virtual servers in one JVM. I want to share an object across the various virtual hosts. I'm using for this the getServletContext().setAttribute(name,object) in one servlet, and then I try to retrieve this object from a servlet in another virtual

virtual hosts with Tomcat 3.2.2 Apache 1.3.20

2001-07-09 Thread Gary Dale
/ but I need to get them to run as http://appname.domain.dom/. When I set up the virtual hosts for these applicaitons however, I run into problems. I get the error message: Error: 500 Location: /index.jsp *Internal Servlet Error:* java.lang.NullPointerException

Running multiple virtual hosts with one JVM

2001-07-03 Thread Will England
Hello! The idea I've got is to run 2 or 4 or 8 virtual hosts, all doing the same thing, under one JVM. I got this working several months ago, but it has slipped my mind as to how to do this. I recall having each virtual host having its own unique web.xml file, it's own unique WEB-INF directory

Virtual Hosts

2001-06-16 Thread Jason Koeninger
, we have Apache 1.3.19 with mod_jk on one system and Tomcat 3.3m3 on another. There are both name-based virtual hosts and virtual hosts with unique IP addresses on the same system. I have several ideas I plan to try to fix some problems I've run into, but I'd appreciate any recommendations

Re: Virtual Hosts

2001-06-16 Thread Luba Powell
: Saturday, June 16, 2001 5:29 PM Subject: Virtual Hosts Let me see if I can take a different approach on these questions. I've done a few different configurations for virtual hosting and haven't been very pleased with any of them. So, what I'd like to know is how people on this list

Re: Virtual Hosts

2001-06-16 Thread Luba Powell
PROTECTED] Sent: Saturday, June 16, 2001 6:37 PM Subject: Re: Virtual Hosts Jason: Scott Tatum has a page on virtual hosting. I think it is very informative. http://www.worldcom.com/main.phtml?grph=1 I am not sure if he still can be reached at: [EMAIL PROTECTED] These are the subjects that he

mod_jk and virtual hosts

2001-06-12 Thread Dmitri Colebatch
. This is a piece of cake as far as apache goes, but I haven't been able to get it working with tomcat. The virtual host settings appear to be ignored (which I assume means that the information isn't making it to tomcat, or my understanding of the virtual hosts is off). I've tried sniffing

Apache + Tomcat with mod_jk and Virtual Hosts

2001-05-31 Thread Adrian Almenar
Please i need help with this can anyone anwser me about this issue ?? With Apache and tomcat working with mod_jk: Its possible to map every virtual host (On Apache) to a different webapp on tomcat ??? I.E. Apache Virtual Host: 123.myhost.com ip: 10.0.0.2 Tomcat Webbapp : tomcat33\webapps\123

Re: Apache + Tomcat with mod_jk and Virtual Hosts

2001-05-31 Thread Jeff Kilbride
- From: Adrian Almenar [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, May 31, 2001 7:03 AM Subject: Apache + Tomcat with mod_jk and Virtual Hosts Please i need help with this can anyone anwser me about this issue ?? With Apache and tomcat working with mod_jk: Its possible to map

REPOST Please help! Virtual hosts on Tomcat4-3b

2001-05-30 Thread hische
Hi, I'm trying to run two virtual hosts on Tomcat4-3b on RH Linux 7.0. I try to give each host a default Context (ie a Context for path=) but I keep getting the error message: StandardContext[]: Error initializing naming context for context in the logs and HTTP Status 503

Re: Setting up Virtual Hosts

2001-05-30 Thread Maureen Fisher
www.mydomain.com server.xml: Host www.mydomain.com This is how I have it set up and it works for about 10 domains. --jeff From: Glen Eustace [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] Date: Wed, 23 May 2001 05:28:13 GMT To: [EMAIL PROTECTED] Subject: Re: Setting up Virtual Hosts Apache

Apache + Tomcat with mod_jk and Virtual Hosts

2001-05-30 Thread Adrian Almenar
does anybody have a configuration in this way: With Apache and tomcat working with mod_jk: Its possible to map every virtual host (On Apache) a a different webapp on tomcat ??? I.E. Apache Virtual Host: 123.myhost.com Tomcat Webbapp : tomcat33\webapps\123 Apache Virtual Host: 789.myhost.com

Virtual hosts and identical context paths in Tomcat4b3. Bug??

2001-05-29 Thread hische
Hi, I have specified two virtual hosts in my server.xml. In both hosts I have specified a context with the same path, ie Host name=host1   Context path=samepath docBase=docbase1/Context /Host Host name=host2 debug=0   Context path=samepath docBase=docbase2/Context /Host In the log

Virtual Hosts

2001-05-28 Thread Martin Mauri
Hi users, has anyone here got running Virtual Hosts with Apache and Tomcat 3.2.1 within the same server.xml? I'm having problems, cause, though Apache recognise those virtual hosts, Tomcat doesn't. I attach my conf files. any help will be appreciated. regards

Re: Setting up Virtual Hosts

2001-05-24 Thread Jeff Kilbride
PROTECTED] Subject: Re: Setting up Virtual Hosts Apache: VirtualHost www.mydomain.com server.xml: Host www.mydomain.com In your config, you're using an IP in the Apache VirtualHost directive and a hostname in your server.xml config. I have a feeling that may be causing your problems. Try

Re: Setting up Virtual Hosts

2001-05-24 Thread Glen Eustace
are more than a little special. I get the impression that I should be mirroring some of this 'specialness' in my virtual host but Im not sure what that really involves/means. I would like each virtual hosts file space to be autonomous so what must be present in terms of structure to make tomcat

Re: Setting up Virtual Hosts

2001-05-24 Thread Guido Medina
Server.xml: hostname www.yourdomain.com contextpath.../ / - Original Message - From: Jeff Kilbride [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, May 24, 2001 6:06 PM Subject: Re: Setting up Virtual Hosts Yes: NameVirtualHost 111.222.333.444 VirtualHost www.mydomain.com

Multiple contexts under IIS on different virtual hosts.

2001-05-23 Thread Sean LeBlanc
I'm trying to get multiple contexts on the same machine, under different hosts. To explain what I'm trying to do: Let's say I have a machine called HAL. I have two sites hosted on it, let's call them www.site1.com and www.site2.com. I want to have a Tomcat context on each, let's say /foo, so that

RE: Multiple contexts under IIS on different virtual hosts.

2001-05-23 Thread Sean LeBlanc
AM To: TomCat Subject: Multiple contexts under IIS on different virtual hosts. I'm trying to get multiple contexts on the same machine, under different hosts. To explain what I'm trying to do: Let's say I have a machine called HAL. I have two sites hosted on it, let's call them www.site1.com

Architectural question for tomcat-apache running Virtual Hosts

2001-05-22 Thread Brandon Cruz
I sent this question over the weekend, but don't think anyone saw it. 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 youshould set up on one instance of tomcat? What is the most

Re: Setting up Virtual Hosts

2001-05-22 Thread Jeff Kilbride
Howto in the docs for an example of setting up source and deployment directories. --jeff From: Glen Eustace [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] Date: Mon, 21 May 2001 05:16:01 GMT To: [EMAIL PROTECTED] Subject: Re: Setting up Virtual Hosts I don't know if it makes a difference

Re: Setting up Virtual Hosts

2001-05-22 Thread Jeff Kilbride
May 2001 08:26:22 GMT To: [EMAIL PROTECTED] Subject: Re: Setting up Virtual Hosts http://mikal.org/interests/java/tomcat/index.jsp Look for Virtual Host or my name. Will do. Thanks. This is very frustrating. Having browsed around in the archives, I have come to the ( possibly

RE: Architectural question for tomcat-apache running Virtual Hosts

2001-05-22 Thread Martin van den Bemt
To: [EMAIL PROTECTED] Subject: Architectural question for tomcat-apache running Virtual Hosts I sent this question over the weekend, but don't think anyone saw it. 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

RE: Architectural question for tomcat-apache running Virtual Hosts

2001-05-22 Thread Ross Dyson
of instructions, like playing a recorded macro. -Original Message- From: Martin van den Bemt [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 23 May 2001 5:25 AM To: [EMAIL PROTECTED] Subject: RE: Architectural question for tomcat-apache running Virtual Hosts Hi, At the company we work at, we work

Re: Setting up Virtual Hosts

2001-05-22 Thread Glen Eustace
using that same IP number, and that these hosts are the same ones in you tomcat server.xml config. My experimentation would still suggest that tomcat is not doing named virtual hosts. Glen.

Re: Setting up Virtual Hosts

2001-05-21 Thread Glen Eustace
http://mikal.org/interests/java/tomcat/index.jsp Look for Virtual Host or my name. Will do. Thanks. This is very frustrating. Having browsed around in the archives, I have come to the ( possibly erroeous ) conclusion that tomcat does not support NAMED virtual hosts

Re: Setting up Virtual Hosts

2001-05-20 Thread Jeff Kilbride
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 without the explicit KnMount in the VirtualHost definition

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

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 youshould set up on one instance of tomcat? What is the most traffic or connection limit before I should either use another instance

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 hosts ../ in tomcat. I have followed the varioss examples in the documentation, but am not having any success. I would appreciate someone who

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 Context path entry in the Host name for

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 establish a number of virtual hosts

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. # #

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
in your apache config. If they are outside your VirtualHost directive, all hosts on the machine will inherit the JkMount points. Thanks, --jeff - Original Message - From: Martin Mauri [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, May 16, 2001 6:40 AM Subject: Re: Virtual Hosts Hi

<    2   3   4   5   6   7   8   >