Virtual Hosts In Tomcat

2005-08-25 Thread Dennis Harris
Hi, I have Tomcat 4.1 running on Server 2003. Now I want to point a new domain to this box using virtual hosts. I have read all the documentation and I'm still unclear where in the server.xml file to place this virtual host. Can someone paste an example of the virtual hosts and where exactly in

Re: Virtual Hosts In Tomcat

2005-08-25 Thread Hassan Schroeder
Dennis Harris wrote: I have Tomcat 4.1 running on Server 2003. Now I want to point a new domain to this box using virtual hosts. I have read all the documentation and I'm still unclear where in the server.xml file to place this virtual host. Can someone paste an example of the virtual hosts and

Troubleshooting Virtual Hosts with Tomcat 5 standalone mode...

2005-04-04 Thread Jeff Duska
I'm trying to setup a couple of virtual hosts using Tomcat in stand alone mode. I'm having a hell of a time to get this working correctly. I've tried several configs, but they all fail. I started with the goal of having a user directory for each virtual host. For example, for the sample domain1

Re: Troubleshooting Virtual Hosts with Tomcat 5 standalone mode...

2005-04-04 Thread Hein Behrens
/Context /Host - Original Message - From: Jeff Duska [EMAIL PROTECTED] To: tomcat-user@jakarta.apache.org Sent: Monday, April 04, 2005 7:45 PM Subject: Troubleshooting Virtual Hosts with Tomcat 5 standalone mode... I'm trying to setup a couple of virtual hosts

Re: Troubleshooting Virtual Hosts with Tomcat 5 standalone mode...

2005-04-04 Thread Hassan Schroeder
Jeff Duska wrote: I'm trying to setup a couple of virtual hosts using Tomcat in stand alone mode. I started with the goal of having a user directory for each virtual host. For example, for the sample domain1.com the appbase would be /home/domain/webapps. I setup my server.xml file to have

Re: Running lots of virtual hosts on tomcat

2005-01-20 Thread Peter Rossbach
Hello, that not really correct - see the german centaurus-platform http:/centaurus.sf.net/. We have build a little tool hostcreator do to create host at runtime. You can build a new host with a template at runtime. Wait a week than we release the 1.0beta6 with a integrated management

Running lots of virtual hosts on tomcat

2005-01-19 Thread Robbert-Jan Roos
Hi, Our web department is thinking about moving from coldfusion to tomcat. Currently we have about 400 websites using apache's mod_vhost module. This works great. The only thing one needs to do is create a new directory www.bla.nl and the website is up and running. How would one do this in

Re: Running lots of virtual hosts on tomcat

2005-01-19 Thread Ben Souther
There are a few ways you could handle it. This should get you started: http://jakarta.apache.org/tomcat/tomcat-5.5-doc/deployer-howto.html On Wed, 2005-01-19 at 09:37, Robbert-Jan Roos wrote: Hi, Our web department is thinking about moving from coldfusion to tomcat. Currently we have about

Re: Running lots of virtual hosts on tomcat

2005-01-19 Thread Duong BaTien
Robbert-Jan Roos wrote: Hi, Our web department is thinking about moving from coldfusion to tomcat. Currently we have about 400 websites using apache's mod_vhost module. This works great. The only thing one needs to do is create a new directory www.bla.nl and the website is up and running. How

Re: Running lots of virtual hosts on tomcat

2005-01-19 Thread Ronald Klop
RJ, I think with a filter we can do our own version of mod_vhost. But for reloading the classes/jsps it needs two instances of Tomcat (maybe on the same machine) with a loadbalancer to update one without interrupting the user. Or is the compiler build into Tomcat 5.5 fast enough (and without

deploying via ant, mutiple virtual hosts apache/tomcat

2004-07-22 Thread Dean A. Hoover
I have a named virtual host in apache that uses mod_jk to communicate with tomcat. I use ant/manager to deploy from my development area, and everything works great. Now I've added another named virtual host to apache and a new worker for the tomcat connection. This works great too, but not for

Re: Virtual Hosts on Tomcat 5

2004-07-03 Thread Marco Pöhler
Hi Steve, just add an Alias directive nested in the Host-Element. An example can be seen in http://jakarta.apache.org/tomcat/tomcat-5.0-doc/config/host.html hope that helps Marco --- http://www.optik-preisvergleich.de http://www.druckerpatronen--preisvergleich.de

Virtual Hosts on Tomcat 5

2004-07-02 Thread Steve Beaman
I'm using Tomcat 5 standalone. Everything works just fine, but now I need to enter my virtual hosts information in the server.xml file. Does anybody have a server.xml file that uses virtual hosts that I could use as an example? Thanks.

Apache Virtual Hosts with Tomcat behind Localdirector

2003-11-20 Thread Dave Morrow
I have 2 Apache2 webservers each running multiple virtual hosts on different ports (with a single IP address on each server) integrated with Tomcat using mod_jk2 My Apache virtual hosting is setup as; VirtualHost *:8000 ServerAdmin [EMAIL PROTECTED] DocumentRoot

Mapping Apache virtual hosts to Tomcat web applications

2003-10-29 Thread Patrick Herrera
Hi, I am using mod_jk to connect Apache 1.3 to Tomcat 4.1. I have the two working together fine, but I want to know if I can map a specific virtual host to a specific web application? In other words can I access 2 Tomcat applications: http://example.com:8080/greensite/index.jsp

Re: Mapping Apache virtual hosts to Tomcat web applications

2003-10-29 Thread Oscar Carrillo
Yes you can. I don't explicitly go into this, but I have some explanation on virtual hosting with mapping to tomcat apps on my site with Apache 2.0/Tomcat/Mod_JK. http://daydream.stanford.edu/tomcat/install_web_services.html I'm sure you can find info in the archive here too. Oscar On Wed, 29

virtual hosts in tomcat

2003-09-29 Thread Johan Louwers
Virtual Hosts in tomcat how do you handel virtual hosts in tomcat? I have in Apache (httpd) 2 virtual hosts www.someserver.com and mnt.someserver.com I would like to run on both jsp pages how do I make this work? Regards, Johan.

Re: virtual hosts in Tomcat and Apache

2003-07-15 Thread John Turner
Yes, in general you need a VirtualHost in httpd.conf for all virtual hosts in server.xml. Otherwise, AFAIK, Tomcat will use the defaultHost defined in the Engine container, which is typically set to localhost by default. John On Tue, 15 Jul 2003 13:17:03 +1000, [EMAIL PROTECTED] wrote: Hi

virtual hosts in Tomcat and Apache

2003-07-14 Thread achana
Hi again, Apache2+Tomcat+mod_jk working find until... I used a virtual host directive in server.xml, that's fine; but When I start adding virtual hosts in Apache, one for each developer's directory, I got following error message : RemoteORAClient: set URL to

mod_jk or mod_jk2 or mod_webapp for virtual hosts on tomcat.

2002-09-20 Thread Eugene Gluzberg
Hi, I am planning to link VirtualHosts under apache 1.3 to different tomcat servers (all tomcat 4.1.10) runnning on different machines. I am planning to link vhost1 to tomcat1, and vhost2 to tomcat2, etc... Should I user mod_jk2, or mod_jk or mod_webapp for this? which is better, and easier

Re: Directory layout - virtual hosts in tomcat

2002-09-18 Thread Glenn Nielsen
here and search for JkAutoAlias: http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/jk/aphowto.html This works great for me. Regards, Glenn mdevin wrote: Hi all, I am looking for some advice regarding the usual directory layout for Virtual Hosts and tomcat. Currently I have a working

Directory layout - virtual hosts in tomcat

2002-09-17 Thread mdevin
Hi all, I am looking for some advice regarding the usual directory layout for Virtual Hosts and tomcat. Currently I have a working setup of apache and tomcat using mod_jk. I have set things up the way that tomcat seems to prefer (or what others seem to have done based on the documentation I

Seting Classpath for Virtual Hosts with Tomcat 3.3.1

2002-09-06 Thread Joshua D. Drake
Hello, I am running RedHat 7.3, Apache 1.3.26 and Tomcat-3.3.1. I am having problems getting Tomcat to pick up new classpaths for virtual hosts. We can successfully run jsp files from the virtual hosts but once we try to add a class (for JavaBeans in this case) it fails. Here is my

Virtual Hosts and Tomcat.

2002-04-15 Thread Antonio MATTA
Hi, I am a newbie with Tomcat. I manage a server that runs both apache and tomcat. I have been looking a good Howto with wich I can learn how to set virtual hosts using Tomcat: which modules do I have to set? Which configure files do I have to edit? Any help will be apreciated, Antonio

Re: Virtual Hosts and Tomcat.

2002-04-15 Thread Gregory Moxley Kempster
, 2002 2:09 PM Subject: Virtual Hosts and Tomcat. Hi, I am a newbie with Tomcat. I manage a server that runs both apache and tomcat. I have been looking a good Howto with wich I can learn how to set virtual hosts using Tomcat: which modules do I have to set? Which configure files do I have

How to setup multi-virtual hosts on tomcat 4.0 and apache 1.3

2002-02-04 Thread Thanh Duong
Hi, I am trying to setup multi virtual hosts on tomcat 4.0 and apache 1.3. I don't know what I did wrong, but it doesn't work. When I try to call http;//example1.de/index.jsp, it said The requested resource (/index.jsp) is not available. Does someone know how to setup virtual hosts correctly

FW: How to setup multi-virtual hosts on tomcat 4.0 and apache 1.3

2002-02-04 Thread Thanh Duong
-Original Message- From: Thanh Duong [mailto:[EMAIL PROTECTED]] Sent: Montag, 4. Februar 2002 19:55 To: Tomcat Users List Subject: How to setup multi-virtual hosts on tomcat 4.0 and apache 1.3 Hi, I am trying to setup multi virtual hosts on tomcat 4.0 and apache 1.3. I don't know what

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

virtual hosts with Tomcat 3.2.2 Apache 1.3.20

2001-07-09 Thread Gary Dale
I've got 3.2.2 to work and I've integrated it with Apache. I can run the example applications as either http://server:8080/ or http://server/ and they work. Some consultants have developed some java applications that I need to install on this server. They don't seem to have followed the

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: host name=127.0.0.1 Context path=/examples docBase=webapps/examples crossContext=false debug=0

[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

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

2001-04-23 Thread Danny Angus
Context path= should probably be Context path=/ too -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

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

2001-04-23 Thread Neil Aggarwal
, Neil. Danny Angus wrote: Context path= should probably be Context path=/ too -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

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 Service name="Tomcat-Standalone" section,

Re: Virtual Hosts w/ Tomcat+Apache

2001-03-12 Thread tomcat
evel to be used by mod_jk # JkLogLevel error JkMount /*.jsp ajp13 JkMount /servlet/* ajp13 /IfModule /VirtualHost On Sun, 11 Mar 2001, Joshua Lifton wrote: The "Tomcat-Apache HOWTO" document that comes with the Tomcat 3.2.1 dist

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 vi

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

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 - Host

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 look

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

Virtual Hosts under Tomcat

2000-11-16 Thread Todd Davis
As I was perusing the Tomcat-Apache HOWTO, I have run across what I believe to be a slight discrpency. In the discussion about configuring Virtual Hosts using the same Tomcat VM for all Virtual Hosts,the example provided for httpd.conf and the example for server.xml are exactly the same. I'm