RE: PLEASE: Setting Virtual Hosts ClassPaths with Tomcat 3.3

2002-09-09 Thread Larry Isaacs
: Joshua D. Drake [mailto:[EMAIL PROTECTED]] Sent: Saturday, September 07, 2002 2:10 PM To: [EMAIL PROTECTED] Subject: PLEASE: Setting Virtual Hosts ClassPaths with Tomcat 3.3 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

Re: PLEASE: Setting Virtual Hosts ClassPaths with Tomcat 3.3

2002-09-09 Thread Joshua D. Drake
Hello, is the WEB-INF an independant location? It was my understanding that it was system wide. I don't want my virtual hosts to be able to see each others classes. Thank you VERY VERY much for your help, Joshua Drake Larry Isaacs wrote: Hi Joshua, Is there some reason you

PLEASE: Setting Virtual Hosts ClassPaths with Tomcat 3.3

2002-09-07 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 the exact

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 apps

virtual hosts and apache

2002-09-05 Thread Dionisio Ruiz de Zarate
I know how i must to configure the virtual hosts in apache but in the tomcat server.xml i don't know. 1.- can any body send me one sample? 2.- in the apache httpd.conf file, in the virtual host description i have the normal virtual host description but for the interaction with tomcat, must i

Re: virtual hosts and apache

2002-09-05 Thread Branko Kannenberg
tomcat, the file path to tomcat/conf/auto/mod_jk.conf will be created and includes the neccessary configuration for apache Ciao, Branko. Am Donnerstag, 5. September 2002 08:16 schrieb Dionisio Ruiz de Zarate: I know how i must to configure the virtual hosts in apache

Re: virtual hosts and apache

2002-09-05 Thread Dionisio Ruiz de Zarate
08:16 schrieb Dionisio Ruiz de Zarate: I know how i must to configure the virtual hosts in apache but in the tomcat server.xml i don't know. 1.- can any body send me one sample? 2.- in the apache httpd.conf file, in the virtual host description i have the normal virtual host description

Re: virtual hosts and apache

2002-09-05 Thread Branko Kannenberg
the neccessary configuration for apache Ciao, Branko. Am Donnerstag, 5. September 2002 08:16 schrieb Dionisio Ruiz de Zarate: I know how i must to configure the virtual hosts in apache but in the tomcat server.xml i don't know. 1.- can any body send me one

RE: virtual hosts and apache

2002-09-05 Thread Turner, John
- From: Dionisio Ruiz de Zarate [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 05, 2002 2:16 AM To: [EMAIL PROTECTED] Subject: virtual hosts and apache I know how i must to configure the virtual hosts in apache but in the tomcat server.xml i don't know. 1.- can any body send me one

Re: virtual hosts and apache

2002-09-05 Thread Dionisio Ruiz de Zarate
apache and tomcat 4.0.1, web_apps can you help me? thanks - Original Message - From: Branko Kannenberg [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, September 05, 2002 11:55 AM Subject: Re: virtual hosts and apache Hi there ! Which connectro are you

RE: creating virtual hosts - HOW TO?

2002-08-27 Thread neal
. Is there something else you were referring to that I'm not aware of? Thanks. Neal -Original Message- From: micael [mailto:[EMAIL PROTECTED]] Sent: Monday, August 26, 2002 9:37 PM To: Tomcat Users List Subject: RE: creating virtual hosts - HOW TO? Look at struts. At 02:32 PM 8/26/2002 -0700

RE: creating virtual hosts - HOW TO?

2002-08-27 Thread micael
to that I'm not aware of? Thanks. Neal -Original Message- From: micael [mailto:[EMAIL PROTECTED]] Sent: Monday, August 26, 2002 9:37 PM To: Tomcat Users List Subject: RE: creating virtual hosts - HOW TO? Look at struts. At 02:32 PM 8/26/2002 -0700, you wrote: Just one last thing

creating virtual hosts - HOW TO?

2002-08-26 Thread neal
I am attempting to create multiple discreet web apps, each of whom can listen to their own URLs for page requests. Here's an example of what I've done for each webApp (virtual host): Host name=www.hotel.us appbase=webapps/hotel debug=10 Context path=/hotel

Re: creating virtual hosts - HOW TO?

2002-08-26 Thread Jacob Kjome
Hello neal, Your appBase attribute on the Host ... element plus your docBase on your Context ... element implies that you have the following directory structure: $TOMCAT_HOME/webapps/hotel/hotel Note that the docBase for a particular webapp looks for the named directory inside the appBase.

RE: creating virtual hosts - HOW TO?

2002-08-26 Thread neal
Message- From: Jacob Kjome [mailto:[EMAIL PROTECTED]] Sent: Monday, August 26, 2002 10:43 AM To: Tomcat Users List Subject: Re: creating virtual hosts - HOW TO? Hello neal, Your appBase attribute on the Host ... element plus your docBase on your Context ... element implies that you have

Re: creating virtual hosts - HOW TO?

2002-08-26 Thread Craig R. McClanahan
up looking for this webapp in $CATALINA_HOME/webapps/hotel/hotel. Craig On Mon, 26 Aug 2002, neal wrote: Date: Mon, 26 Aug 2002 10:26:48 -0700 From: neal [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: creating virtual hosts

RE: creating virtual hosts - HOW TO?

2002-08-26 Thread Craig R. McClanahan
On Mon, 26 Aug 2002, neal wrote: Date: Mon, 26 Aug 2002 11:15:17 -0700 From: neal [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED], Jacob Kjome [EMAIL PROTECTED] Subject: RE: creating virtual hosts - HOW TO? Jacob, Cool

RE: creating virtual hosts - HOW TO?

2002-08-26 Thread neal
: creating virtual hosts - HOW TO? On Mon, 26 Aug 2002, neal wrote: Date: Mon, 26 Aug 2002 11:15:17 -0700 From: neal [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED], Jacob Kjome [EMAIL PROTECTED] Subject: RE: creating virtual hosts

RE: creating virtual hosts - HOW TO?

2002-08-26 Thread neal
Just one last thing. Perhaps this is getting picky but ... currently, Tomcat will forward the URL to the default page I list in the web.xml file. For instance, if I navigate to www.hotel.us ... and the default page is index.html ... the URL window will actually show that I've been sent to

RE: creating virtual hosts - HOW TO?

2002-08-26 Thread micael
Look at struts. At 02:32 PM 8/26/2002 -0700, you wrote: Just one last thing. Perhaps this is getting picky but ... currently, Tomcat will forward the URL to the default page I list in the web.xml file. For instance, if I navigate to www.hotel.us ... and the default page is index.html ... the

jk2 and virtual hosts

2002-07-31 Thread Simon Stewart
I've installed Apache 2.0.39, Tomcat 4.0.4 and jk2 from cvs and I'm seeing some strange behaviour. My Apache setup has numerous virtual hosts, most of which don't require Tomcat at all, though the default host does. Tomcat is configured with several Hosts and Aliases in server.xml, and is only

Virtual Hosts and jk2

2002-07-29 Thread Simon Stewart
What's the correct way to handle virtual hosts when using mod_jk2 and Apache 2? Currently, a snippet from my workers2.properties looks like: # define the worker [ajp13:localhost:8009] channel=channel.un:/usr/local/tomcat/work/jk2.socket # Example site [uri:/content/*] group=lb servlet=content

Re: Configure TomCat for Virtual Hosts in Windows 2000 Server

2002-07-25 Thread George Hester
ROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... hi, I have Tomcat 4.0.4 on W2K, IIS 5 and J2SEE. Could anyone tell me how to configure the system so that various virtual hosts on my server can run .jsp etc. from within their directories. Please e

Configure TomCat for Virtual Hosts in Windows 2000 Server

2002-07-23 Thread Rahul Chd
hi, I have Tomcat 4.0.4 on W2K, IIS 5 and J2SEE. Could anyone tell me how to configure the system so that various virtual hosts on my server can run .jsp etc. from within their directories. Please explain in detail with full example, related urls, as I don't have much experience in JSP

Re: Configure TomCat for Virtual Hosts in Windows 2000 Server

2002-07-23 Thread George Hester
onfigure the system so that various virtual hosts on my server can run .jsp etc. from within their directories. Please explain in detail with full example, related urls, as I don't have much experience in JSP, TomCat etc. I announce FREE hosting on W2K with SQL Server 2K for 1 year to the pe

Re: Configure TomCat for Virtual Hosts in Windows 2000 Server

2002-07-23 Thread Martin
I have Tomcat 4.0.4 on W2K, IIS 5 and J2SEE. Could anyone tell me how to configure the system so that various virtual hosts on my server can run .jsp etc. from within their directories. Please explain in detail with full example, related urls, as I don't have much experience in JSP

Re: mod_webapp and Virtual Hosts

2002-07-10 Thread David González López-Tercero
and Virtual Hosts Following the installation instructions, I have successfully configured mod_webapp and Apache to display the examples web application. My next step was to move the webapp directives to a virtual host block. Now, when I access the virtual host, tomcat displays a directory listing

Virtual Hosts Question

2002-07-10 Thread Mark_DiBattista
Hi, I'm trying to run 2 different versions of Tomcat (3.2.1 and 4.0.3) through 1 Apache (1.3.26). I haven't had much luck running the two modules ApacheModuleJServ and Mod_jk together through Apache with Include statements, actually I'm not even sure if it's possible...? Now I'm going to try

RE: Virtual Hosts Question

2002-07-10 Thread Turner, John
VirtualHost www.site2.com JkMount /someURL ajp13 /VirtualHost Or is that what isn't working for you? John Turner [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 10, 2002 10:27 AM To: [EMAIL PROTECTED] Subject: Virtual Hosts

AW: Virtual Hosts Question

2002-07-10 Thread Ralph Einfeldt
I don't now if it is realy possible to use mod_jserv and mod_jk in one apache. Is there any reason that you don't setup two instances of apache? That would be the easiest and safest way to get what you want. If you wan't to stick to your approach I would recommend to setup 2 virtual hosts

RE: Virtual Hosts Question

2002-07-10 Thread Mark_DiBattista
cc: Subject: RE: Virtual Hosts Question 07/10/2002

RE: Virtual Hosts Question

2002-07-10 Thread Turner, John
: Wednesday, July 10, 2002 10:43 AM To: Tomcat Users List Subject: RE: Virtual Hosts Question I was actually trying to do this. VirtualHost lindos.mapinfo.com:8080 ServerAdmin [EMAIL PROTECTED] DocumentRoot F:/apache1.3.26/Apache/htdocs/manual ServerName lindos.mapinfo.com

RE: Virtual Hosts Question

2002-07-10 Thread Mark_DiBattista
: Subject: RE: Virtual Hosts Question 07/10/2002

AW: Virtual Hosts Question

2002-07-10 Thread Ralph Einfeldt
how to apply this to windows. (It works the same way, but the last time I did this for windows is 3 nearly years ago) -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Gesendet: Mittwoch, 10. Juli 2002 16:43 An: Tomcat Users List Betreff: RE: Virtual Hosts

mod_webapp and Virtual Hosts

2002-07-09 Thread tomcat-user-list
Following the installation instructions, I have successfully configured mod_webapp and Apache to display the examples web application. My next step was to move the webapp directives to a virtual host block. Now, when I access the virtual host, tomcat displays a directory listing of the root

Re: mod_webapp and Virtual Hosts

2002-07-09 Thread Jonathan Eric Miller
FYI, something is screwed up with your email application. You have no To field in the headers. Jon - Original Message - From: [EMAIL PROTECTED] Sent: Tuesday, July 09, 2002 11:29 AM Subject: mod_webapp and Virtual Hosts Following the installation instructions, I have successfully

RE: apache2.0.39 + tomcat4.1.x Virtual Hosts

2002-07-03 Thread Rupert Young
Hosts I managed to upgrade to the above combo on Linux. My site runs 2 different domain names. Each of these domains has 3 subsites something like sub1.domain1.com and sub2.domain2.com. All my applications set in /usr/local/tomcat/webapps. I have Virtual Hosts and Contexts defined

Virtual hosts/Tomcat403/Apache2039/mod_jk

2002-07-02 Thread Rupert Young
After many days, I've got it cracked, so I thought this might help. I am trying to set up a virtual host so that I can use the URL bliss.mydomain.org (without any suffix), which will serve static and dynamic (.jsp) files. Here's what I did. I used this guide,

apache2.0.39 + tomcat4.1.x Virtual Hosts

2002-07-02 Thread Luminous Heart
I managed to upgrade to the above combo on Linux. My site runs 2 different domain names. Each of these domains has 3 subsites something like sub1.domain1.com and sub2.domain2.com. All my applications set in /usr/local/tomcat/webapps. I have Virtual Hosts and Contexts defined for my applications

Virtual hosts with Apache2.0.39/Tomcat4.0.3/mod_jk/Win2k

2002-06-27 Thread Rupert Young
Hi, I've looked through the docs, faqs and list archives to find a solution to my problem, but am going round in circles, perhaps spmeone can help. I have the above system and am trying to set up a virtual host, through which I can run the jsp files. I am able to set up a virtual host to run

Apache2 tomcat4 virtual hosts

2002-06-13 Thread Ahmed Alawy
I am moving from apache 1.3 + tomcat 2.3 to apache2 +tomcat 4 on linux 7.1 with ssl. I am defining virtual hosts as firstHost, secondHost, etc. My configuration works fine until I try to use some of my jsp applications. My goal is to be able to type http://firstHost/myJspapp/index.jsp

Apache2 + Tomcat 4.x Virtual Hosts NOT working.

2002-05-24 Thread ÇáÞáÈ
I am porting from apache 1.3.14 + tomcat 2.3.x to Apache2(SSL-enabled) + Tomcat4. On my old server, which runs on RH 7.1 Linux, I am able to use virtual hosts successfully. If I type http://www.myFirstDomain.com/Foo/index.jsp, where Foo is a JSP context on that domain, but when I type http

Re: Apache2 + Tomcat 4.x Virtual Hosts NOT working.

2002-05-24 Thread Phillip Morelock
or whatever the TC 4 equivalent is. Also make sure they're configured in apache, and you're good to go. The problem (that I had) is that if there's anything in the default context when you're using virtual hosts, it will always serve the stuff from that context instead of the virtual host stuff

Manager App for Virtual Hosts

2002-05-23 Thread Tim Bourg
What is the easiest way to set up the Manager webapp for Virtual Hosts? Thank you. Tim Bourg -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: Can all virtual hosts use a webapp that is put inside $tomcat_home$/webapps?

2002-05-15 Thread Brandon Cruz
all my webapps inside $tomcat_home$/webapps so that they will automatically be found. Since we have many virtual hosts, each using several different webapps, is there any way to avoid the myWebapp context entry below for hundreds of diffent virtual hosts? Host name=www.domain.com Context

RE: Can all virtual hosts use a webapp that is put inside $tomcat_home$/webapps?

2002-05-15 Thread Larry Isaacs
Subject: RE: Can all virtual hosts use a webapp that is put inside $tomcat_home$/webapps? Everyone must have gone home...I'm really hoping that someone can help with this, it seems like it would be a common problem. Tomcat 3.2.x will not find files inside a webapp unless that webapp

RE: Can all virtual hosts use a webapp that is put inside $tomcat_home$/webapps?

2002-05-15 Thread Brandon Cruz
, or am I missing something still? I read the documentation and am still somewhat confused... Brandon -Original Message- From: Larry Isaacs [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 15, 2002 9:38 AM To: 'Tomcat Users List' Subject: RE: Can all virtual hosts use a webapp that is put

RE: Can all virtual hosts use a webapp that is put inside $tomcat_home$/webapps?

2002-05-15 Thread Larry Isaacs
, Larry -Original Message- From: Brandon Cruz [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 15, 2002 10:59 AM To: Tomcat Users List Subject: RE: Can all virtual hosts use a webapp that is put inside $tomcat_home$/webapps? Larry, Thanks a ton for the clarification! If I

RE: Can all virtual hosts use a webapp that is put inside $tomcat _home$/webapps?

2002-05-15 Thread August Detlefsen
: Brandon Cruz [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 14, 2002 7:58 PM To: Tomcat Users List Subject: RE: Can all virtual hosts use a webapp that is put inside $tomcat_home$/webapps? Everyone must have gone home...I'm really hoping that someone can help with this, it seems like

RE: Can all virtual hosts use a webapp that is put inside $tomcat _home$/webapps?

2002-05-15 Thread Larry Isaacs
duplication of server.xml content than Tomcat 3.3.1. Cheers, Larry -Original Message- From: August Detlefsen [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 15, 2002 3:40 PM To: Tomcat Users List Subject: RE: Can all virtual hosts use a webapp that is put inside $tomcat _home

Can all virtual hosts use a webapp that is put inside $tomcat_home$/webapps?

2002-05-14 Thread Brandon Cruz
I have many virtual hosts. Right now, they all access a webapp because I have set the context to that webapp inside their Host tag in server.xml. I would like to change it so that all I have to do is put the webapp inside $tomcat_home$/webapps. Is this possible so that I can avoid the redundant

Re: tomcat 3.x virtual hosts

2002-04-25 Thread Phillip Morelock
on different virtual hosts from the same container? Cheers and TIA fillup -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED] -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional

Re: tomcat 3.x virtual hosts

2002-04-25 Thread pducuron \(kgb\)
- Are you using tomcat with Apache ? or just tomcat ? - is the DNS www.xxx.net pointing to the server where you run tomcat (apache ?) What's up? Is it because maybe it's impossible to have two webapps of the same context name on different virtual hosts from the same container? If you try

Re: tomcat 3.x virtual hosts

2002-04-25 Thread Phillip Morelock
on different virtual hosts from the same container? Cheers and TIA fillup -- To unsubscribe: mailto:[EMAIL PROTECTED]. org For additional commands: mailto:[EMAIL PROTECTED]. org Troubles with the list: mailto:[EMAIL PROTECTED]. org -- To unsubscribe: mailto:[EMAIL PROTECTED

tomcat 3.x virtual hosts

2002-04-22 Thread Phillip Morelock
context name on different virtual hosts from the same container? Cheers and TIA fillup -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

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

Hosting Tomcat from IIS w/ virtual hosts

2002-04-12 Thread Ted Neward
Anybody out there using Tomcat from IIS running multiple virtual hosts? Can somebody share the secret magic words necessary to make the connector recognize the host: headers and route appropriately to different Tomcat webapps? Ted Neward {.NET || Java} Course Author Instructor, DevelopMentor

Slide + TC4 + Apache with virtual hosts

2002-04-10 Thread August Detlefsen
Can anyone give me an example of a config to do this? My setup is: Apache 1.3 using mod_webapp to connect to Tomcat 4.0.2 I have multiple virtual hosts defined (in server.xml and httpd.conf) that I want to access via Slide's WebDAV component. Looking at the server.xml that came

Re: Tomcat4 and Virtual Hosts

2002-04-09 Thread Giovanni P. Tirloni
Hi, Sorry to bother again. Is there a guideline for deploying contexts and virtual domains with mod_webapp ? Thanks in advance, -- Giovanni P. Tirloni -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL

Tomcat4 and Virtual Hosts

2002-04-08 Thread Giovanni P. Tirloni
Hi, First let me say I´m not a guru on this whole thing and I´m trying to set up Tomcat 4.0.1 for a friend. I have some little experience with Tomat 3.2.4 but I would like to move to 4.0.1 to be able to use virtual hosts support (and get the lastest code too). I added this to my server.xml

Re: Tomcat4 and Virtual Hosts

2002-04-08 Thread Jean-Luc BEAUDET
Giovanni P. Tirloni a écrit : Hi, First let me say I´m not a guru on this whole thing and I´m trying to set up Tomcat 4.0.1 for a friend. I have some little experience with Tomat 3.2.4 but I would like to move to 4.0.1 to be able to use virtual hosts support (and get the lastest code too

Re: Tomcat4 and Virtual Hosts

2002-04-08 Thread Giovanni P. Tirloni
virtual hosts support (and get the lastest code too). I added this to my server.xml: Host name=mydomain.com Alias name=www.mydomain.com Context path=/context docBase=/path/mydomain.com/context/ /Alias /Host The path /path/mydomain.com/context is the root of his

Re: Tomcat4 and Virtual Hosts

2002-04-08 Thread Jean-Luc BEAUDET
Well, well Let's have some breath: Yu said that the actual code WebAppConnection conn warp localhost:8008 WebAppDeploy mydomain-context conn /context was just runnin' OK before yu declared that one below: VirtualHost 1.2.3.4 ServerName mydomain.com ServerAlias www.mydomain.com

Re: Tomcat4 and Virtual Hosts

2002-04-08 Thread Giovanni P. Tirloni
On Mon, 8 Apr 2002, Jean-Luc BEAUDET wrote: Well, well Let's have some breath: Yu said that the actual code WebAppConnection conn warp localhost:8008 WebAppDeploy mydomain-context conn /context was just runnin' OK before yu declared that one below: Yes, that was working but that

Re: Tomcat4 and Virtual Hosts

2002-04-08 Thread Giovanni P. Tirloni
On Mon, 8 Apr 2002, Giovanni P. Tirloni wrote: On Mon, 8 Apr 2002, Jean-Luc BEAUDET wrote: Well, well Let's have some breath: Yu said that the actual code WebAppConnection conn warp localhost:8008 WebAppDeploy mydomain-context conn /context was just runnin' OK before yu

Re: Problem with Tomcat 4.0.*/mod_webapp.so/Apache-1.24 and virtual hosts

2002-04-08 Thread rsequeira
. Just my 2 cents. RS Gregory Whalin [EMAIL PROTECTED] on 04/08/2002 11:15:11 AM Please respond to Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: Subject: Problem with Tomcat 4.0.*/mod_webapp.so/Apache-1.24 and virtual hosts I am having a small issue with setup. I

Re: Problem with Tomcat 4.0.*/mod_webapp.so/Apache-1.24 and virtual hosts

2002-04-08 Thread rsequeira
PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] cc: Subject: Re: Problem with Tomcat 4.0.*/mod_webapp.so/Apache-1.24 and virtual hosts It worked fine when using standalone. It is not working through Apache via WARP though. However, I can still run the servlets and jsps. I simply

Re: Problem with Tomcat 4.0.*/mod_webapp.so/Apache-1.24 and virtual hosts

2002-04-08 Thread Bernd Prager
Well, I did just figure out, that http://localhost/examples/servlets/index.html does work in my case. I'm confused! How do we get the use of index.html files working? - Original Message - From: Gregory Whalin [EMAIL PROTECTED] ... It worked fine when using standalone. It is not

Re: Problem with Tomcat 4.0.*/mod_webapp.so/Apache-1.24 and virtual hosts

2002-04-08 Thread rsequeira
Please respond to Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] cc: Subject: Re: Problem with Tomcat 4.0.*/mod_webapp.so/Apache-1.24 and virtual hosts OK, I checked. The redirect that is being sent is simply redirecting to the index.html file. If I try

Re: Problem with Tomcat 4.0.*/mod_webapp.so/Apache-1.24 and virtual hosts

2002-04-08 Thread rsequeira
I mean only html files are being served. Sorry typo. RS [EMAIL PROTECTED] on 04/08/2002 05:29:05 PM Please respond to Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] cc: Subject: Re: Problem with Tomcat 4.0.*/mod_webapp.so/Apache-1.24 and virtual hosts

Re: Problem with Tomcat 4.0.*/mod_webapp.so/Apache-1.24 and virtual hosts

2002-04-08 Thread rsequeira
of mod_jk. RS Gregory Whalin [EMAIL PROTECTED] on 04/08/2002 05:37:06 PM Please respond to Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] cc: Subject: Re: Problem with Tomcat 4.0.*/mod_webapp.so/Apache-1.24 and virtual hosts Yep, Apache has several other

Re: Warp and Virtual Hosts (quick question)

2002-04-06 Thread Nikola Milutinovic
Charlie Toohey wrote: When configuring Apache's httpd.conf (or Vhosts.conf) with multiple name-based virtual hosts, I can not find any documentation regarding the WebAppConnection statement. Should I have a separate WebAppConnection within each virtual host section, or should I just have one

Re: Warp and Virtual Hosts (quick question)

2002-04-06 Thread Joseph Molnar
Hey folks. I think I am going to write something up on this because I have a fairly complex situation that covers what you need to do to get virtual hosts working and since documentation is non-existent. I figured it out by experimenting and I now have a completely operational systems. I don't

Warp and Virtual Hosts (quick question)

2002-04-05 Thread Charlie Toohey
When configuring Apache's httpd.conf (or Vhosts.conf) with multiple name-based virtual hosts, I can not find any documentation regarding the WebAppConnection statement. Should I have a separate WebAppConnection within each virtual host section, or should I just have one WebAppConnection

Re: Warp and Virtual Hosts (quick question)

2002-04-05 Thread rsequeira
You could stick to one WebAppConnection statement (outside the virtual host blocks) and then use the same connection name in all your WebAppDeploy statements in all virtual hosts. But having multiple WebAppConnection statements (one in each virtual host block) isn't wrong either. RS

Re: Warp and Virtual Hosts (quick question)

2002-04-05 Thread Joseph Molnar
Ya the thing to watch is that the names for the connections must be unique regardless of where you put them. Joe - Original Message - From: [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, April 05, 2002 10:42 AM Subject: Re: Warp and Virtual Hosts (quick

Re: appBase and virtual hosts

2002-04-01 Thread Jeff Larsen
] To: [EMAIL PROTECTED] Sent: Sunday, March 31, 2002 3:15 AM Subject: appBase and virtual hosts If you have a virtual host that you want to run the application my_app at CATALINA_HOME/webapps/my_app, what is the value you use for appBase? How do you refer to only my_app and not to all applications

appBase and virtual hosts

2002-03-31 Thread Micael Padraig Og mac Grene
If you have a virtual host that you want to run the application my_app at CATALINA_HOME/webapps/my_app, what is the value you use for appBase? How do you refer to only my_app and not to all applications in the webapps file holding other applications for other virtual hosts? Thanks

Re: How to define multiple sites (VIRTUAL HOSTS)

2002-03-23 Thread Jason Hendriks
to be able to map tomcat to multiple folders like inetpub\mysite1, intepub\m ysite2. What I can read in the documentation this is posible. I need to define differnt workers, but I've tried and failured. Probably you should check the part with virtual hosts. With them you can configure

RE: virtual hosts/certificates

2002-03-01 Thread Anton Brazhnyk
Hi, -Original Message- From: Bernhard Wraase [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 28, 2002 6:59 PM To: [EMAIL PROTECTED] Subject: virtual hosts/certificates Hello, is it possible to use several certificates in one tomcat? I would like to configure a different

virtual hosts/certificates

2002-02-28 Thread Bernhard Wraase
Hello, is it possible to use several certificates in one tomcat? I would like to configure a different cert for each virtual host. I.e.: cert A for virtual host 1 cert B for virtual host 2 cert C for virtual host 3 As far as I understand the docs it is not possible. Does anybody know a trick?

Virtual Hosts problem with Singleton Class

2002-02-18 Thread Haris Papadopoulos
Hi, I 've configured two virtual hosts under Tomcat 4.0.1 working with Apache 1.3.20. They both load (on startup) a Servlet which creates a Singleton object that (in turn) creates a DB pool. Both servlets are defined in the separate web.xml files. It seems that the second servlet does

RE: Virtual Hosts problem with Singleton Class

2002-02-18 Thread Mark Ayad
]] Sent: 18 February 2002 08:38 To: [EMAIL PROTECTED] Subject: Virtual Hosts problem with Singleton Class Hi, I 've configured two virtual hosts under Tomcat 4.0.1 working with Apache 1.3.20. They both load (on startup) a Servlet which creates a Singleton object that (in turn) creates a DB pool. Both

Re: Virtual Hosts problem with Singleton Class

2002-02-18 Thread Haris Papadopoulos
]; [EMAIL PROTECTED] Sent: Tuesday, February 19, 2002 3:45 AM Subject: RE: Virtual Hosts problem with Singleton Class something your missing A Singleton by it's name creates only a single instance of an object (hence it marshalls object creation i.e. one instance) which is totally acceptable

Re: Virtual Hosts problem with Singleton Class

2002-02-18 Thread nathan phillips
[EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: Virtual Hosts problem with Singleton Class Date: Mon, 18 Feb 2002 19:03:12 +0200 MIME-Version: 1.0 Received: from [192.18.49.131] by hotmail.com (3.2) with ESMTP id MHotMailBE3A7EC000CB40043896C0123183D62F0; Mon, 18 Feb 2002 09

Re: Virtual Hosts problem with Singleton Class

2002-02-18 Thread Haris Papadopoulos
This makes sense. My Singleton class, since it's common for all virtual hosts, sits in the default classpath. Can I define a class path for the class loader of each web app so that the default class loader is never invoked? - Original Message - From: nathan phillips [EMAIL PROTECTED

RE: Virtual Hosts problem with Singleton Class

2002-02-18 Thread Filip Hanik
] www.filip.net -Original Message- From: Haris Papadopoulos [mailto:[EMAIL PROTECTED]] Sent: Monday, February 18, 2002 9:36 AM To: Tomcat Users List Subject: Re: Virtual Hosts problem with Singleton Class This makes sense. My Singleton class, since it's common for all virtual hosts, sits

Re: Virtual Hosts problem with Singleton Class

2002-02-18 Thread nathan phillips
From: Haris Papadopoulos [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: Virtual Hosts problem with Singleton Class Date: Mon, 18 Feb 2002 19:36:05 +0200 MIME-Version: 1.0 Received: from [192.18.49.131] by hotmail.com (3.2

RE: Virtual Hosts problem with Singleton Class

2002-02-18 Thread Cox, Charlie
[mailto:[EMAIL PROTECTED]] Sent: Monday, February 18, 2002 12:36 PM To: Tomcat Users List Subject: Re: Virtual Hosts problem with Singleton Class This makes sense. My Singleton class, since it's common for all virtual hosts, sits in the default classpath. Can I define a class path

Re: Virtual Hosts problem with Singleton Class

2002-02-18 Thread Haris Papadopoulos
From: nathan phillips [EMAIL PROTECTED] I don't believe you can do that in Tomcat but I may be wrong. The easiest and cleanest approach would be too have your Singleton located in each respective war file that you plan on using it in. Then eliminate it from the classpath. i.e Place the

apache/tomcat 3.2.2 virtual hosts port forwarding

2002-02-13 Thread James Moore
.. to server.xml it doesnt work. Any ideas? Does any have any examples of how to get virtual hosts (name-based, port-based or IP based) working with Tomcat 3.2.x please? Or can u direct me to a good resource? Another thing, our Win2K Server provides Internet access using NAT (Routing and Remote Access

RE: apache/tomcat 3.2.2 virtual hosts port forwarding

2002-02-13 Thread James Moore
BTW I'm using mod_jk. -Original Message- From: James Moore [mailto:[EMAIL PROTECTED]] Sent: 13 February 2002 12:03 To: Tomcat Users List Subject: apache/tomcat 3.2.2 virtual hosts port forwarding Dear all, I have a Red Hat Linux 7.1 server on our internal LAN running Apache 1.3.20

RE: apache/tomcat 3.2.2 virtual hosts port forwarding

2002-02-13 Thread James Moore
:[EMAIL PROTECTED]] Sent: 13 February 2002 12:03 To: Tomcat Users List Subject: apache/tomcat 3.2.2 virtual hosts port forwarding Dear all, I have a Red Hat Linux 7.1 server on our internal LAN running Apache 1.3.20 with Tomcat 3.2.2. Its running fine with one virtual host but when I add

I'm stuck. Apache-tom4.0 virtual hosts

2002-02-07 Thread chad kellerman
/home/jak/jakarta-www/examples/ I am trying to get tomcat working with multiple virtual hosts. I have the module loading fine. But I haven't found how to configure httpd.conf for tomcat as well as the server.xml file. Anyone get this working properly? I on red hat. But I would think

Re: I'm stuck. Apache-tom4.0 virtual hosts

2002-02-07 Thread Min Wang
/bin/apachectl configtest says it does not like WebAppDeploy examples warpConnection /home/jak/jakarta-www/examples/ I am trying to get tomcat working with multiple virtual hosts. I have the module loading fine. But I haven't found how to configure httpd.conf for tomcat as well

Re: I'm stuck. Apache-tom4.0 virtual hosts

2002-02-07 Thread john-paul delaney
for each one of my virtual hosts within the service as follows: !-- Define an Apache-Connector Service -- Service name=Tomcat-Apache Connector className=org.apache.catalina.connector.warp.WarpConnector port=8008 minProcessors=5 maxProcessors=75 enableLookups=false acceptCount

RE: I'm stuck. Apache-tom4.0 virtual hosts

2002-02-07 Thread John Wadkin
-tom4.0 virtual hosts Hey guys, I am stuck again. This time with the virtual host section in apache. Here is what I got: VirtualHost jakarta.domain.com WebAppConnection warpConnection warp localhost:8008 WebAppDeploy examples warpConnection /home/jak/jakarta-www/examples/ User jak

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

<    1   2   3   4   5   6   7   8   >