Re: Virtual Hosts with Apache and Tomcat

2004-03-01 Thread Antonio Fiol Bonnín
That (with a high probability) is because some objects they store in sessions are not Serializable. IOW, they violate the Servlet Specification. I'm just curious: is this actually a violation of the servlet spec? The API seems to indicate that you can put anything in the session that you wan

Re: Virtual Hosts with Apache and Tomcat

2004-03-01 Thread Christopher Schultz
Kannan, Being yourself as SYSADMIN for UNIX and Network, it would be nice that developers or professional should take a lead into get into this problem. Easy for you to say. Let's face it: these guys have a connection leak. Plain and simple. Your devs need to find their leak. It is demonstrable.

Re: Virtual Hosts with Apache and Tomcat

2004-03-01 Thread Christopher Schultz
Antonio, And bad. Every time I restart, Tomcat loses the state information for established login sessions. Customer don't like that. That (with a high probability) is because some objects they store in sessions are not Serializable. IOW, they violate the Servlet Specification. I'm just curious

RE: Virtual Hosts with Apache and Tomcat

2004-03-01 Thread Kannan Sundararajan
PROTECTED] Sent: Monday, March 01, 2004 10:18 AM To: Tomcat Users List Subject: Re: Virtual Hosts with Apache and Tomcat Here is some more information on the problem. From a developer: "According to the document that the link below refers to, a single instance of Tomcat will have multiple JVMs,

RE: Virtual Hosts with Apache and Tomcat

2004-03-01 Thread Mike Curwen
hould know better! > -Original Message- > From: Stephen Carville [mailto:[EMAIL PROTECTED] > Sent: Monday, March 01, 2004 9:18 AM > To: Tomcat Users List > Subject: Re: Virtual Hosts with Apache and Tomcat > > > Here is some more information on the problem. From a develo

Re: Virtual Hosts with Apache and Tomcat

2004-03-01 Thread Stephen Carville
$CATALINA_HOME/common/lib, we tried it and the behavior was no different." Is there anyone running tomcat with virtual hosts and do you also have this problem? It is a little hard to beleive this is so difficult to implement but hasn't come up before. (at least I couldn't find

Re: Virtual Hosts with Apache and Tomcat

2004-02-29 Thread Antonio Fiol Bonnín
Stephen Carville wrote: Restarting tomcat clers this up. That's good! :) And bad. Every time I restart, Tomcat loses the state information for established login sessions. Customer don't like that. That (with a high probability) is because some objects they store in sessions are

RE: Virtual Hosts with Apache and Tomcat

2004-02-29 Thread Ralph Einfeldt
Original Message- > From: Stephen Carville [mailto:[EMAIL PROTECTED] > Sent: Sunday, February 29, 2004 5:48 PM > To: Tomcat Users > Subject: Virtual Hosts with Apache and Tomcat > > > "The increase in number of connections beyond the > âCACHE_MAX_SIZEâ setting in

Re: Virtual Hosts with Apache and Tomcat

2004-02-29 Thread Stephen Carville
t; setting in the app1.properties file is due to the private labeled sites. > > For each virtual host (private labeled site), there will be a separate > > JVM running the Tomcat web server space. For each of these JVMs, there > > will be a separate database connection cache pool

Re: Virtual Hosts with Apache and Tomcat

2004-02-29 Thread Christopher Schultz
. For each of these JVMs, there will be a separate database connection cache pool to serve the user requests. This is the designed functionality of a web server that will support virtual hosts." I don't know tomcat near as well as I do Apache but this sounds like someone is blowing sm

Virtual Hosts with Apache and Tomcat

2004-02-29 Thread Stephen Carville
ll support virtual hosts." I don't know tomcat near as well as I do Apache but this sounds like someone is blowing smoke. If I run ps on the server it looks to me like there is only one instance and if I restart tomcat, _all_ virtual hosts are restarted. As near as I can tell fro

virtual hosts (Tomcat vs Jetty)

2004-01-19 Thread Milut
Hello, all! There is jboss-3.2.2RC4_jetty-4.2.11. There is a web app. Jetty lets to create virtual hosts "on-the-fly". Ex., in order to create a virtual host for this web app, I have to add the following string to WEB-INF/jboss-web.xml www.some.host In order to change the name of t

Manager Apps and virtual hosts (TC 4.1.29)

2004-01-16 Thread Francois JEANMOUGIN
Hi all, In http://jakarta.apache.org/tomcat/tomcat-4.1-doc/manager-howto.html It is written : "If you have Tomcat configured to support multiple virtual hosts (websites) you would need to configure a Manager for each." Bu I would NOT! :). All the applications (and so the webs

RE: Directory listings and virtual hosts

2003-12-22 Thread Shapira, Yoav
Howdy, >I have Linux server running Tomcat 4.1.24 with several virtual hosts. I >want to disable directory listings in all but one specific virtual host. >Does anybody know if this is possible?. >The only thing I could do was to disable or enable entirely the >directory listings

Directory listings and virtual hosts

2003-12-22 Thread Pablo Milano
I have Linux server running Tomcat 4.1.24 with several virtual hosts. I want to disable directory listings in all but one specific virtual host. Does anybody know if this is possible?. The only thing I could do was to disable or enable entirely the directory listings by setting the "lis

Re: virtual hosts

2003-12-15 Thread Andoni
2003 11:14 PM Subject: virtual hosts > I followed the directions for setting up tomcat for virutal hosts: > > I added the following to server.xml > > <Host name="domain1.com" debug="0" appBase="webapps" unpackWARs="

virtual hosts

2003-12-14 Thread 29djeo
I followed the directions for setting up tomcat for virutal hosts: I added the following to server.xml www.domain1.com

Re: Tomcat 5.0 web server - virtual hosts?

2003-11-29 Thread David Rees
Ron Andersen wrote: Does Tomcat's 5.0 web server support virtual hosts? Yes. Have a look at the documentation to figure out how to set it up. -Dave - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Tomcat 5.0 web server - virtual hosts?

2003-11-29 Thread Ron Andersen
Does Tomcat's 5.0 web server support virtual hosts? - Do you Yahoo!? Protect your identity with Yahoo! Mail AddressGuard

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; ServerAdmin [EMAIL PROTECTED] DocumentRoot /var/www/website1.mycompany.com

Fw: virtual hosts

2003-11-13 Thread Paul
for the second URL. And it worked! But if anyone has any alternative approaches, or suggestions, i would certainly be interested. thanks, paul lomack - Original Message - From: Paul To: Tomcat Users List Sent: Thursday, November 13, 2003 6:44 PM Subject: virtual hosts Hi, am

virtual hosts

2003-11-13 Thread Paul
Hi, am trying to get name-based virtual hosting working. here is my environment: windows 2000 java jdk 1.4 jakarta-tomcat-4.1.27-LE-jdk14.exe apache_2.0.47-win32-x86-no_ssl.msi jk2 connector oracle jdbc driver 9.x Config for it is in Apache httpd.conf file, as follows: #Virtual Hosting Na

RE: mod_jk2, virtual hosts

2003-11-05 Thread Dean Searle
w/htdocs/www. Hope this helps, Dean -Original Message- From: Frank Epistone [mailto:[EMAIL PROTECTED] Sent: Tue 11/4/2003 14:28 To: [EMAIL PROTECTED] Cc: Subject: mod_jk2, virtual hosts Hi everybody, I'm experiencing some strange problems with mod_jk2 and Apache T

mod_jk2, virtual hosts

2003-11-05 Thread Frank Epistone
Hi everybody, I'm experiencing some strange problems with mod_jk2 and Apache Tomcat 4.1.27 with Apache 2.0.47 as web server. I have serveral virtual hosts defined, each one with a diferent JSP directory: demo.domain.com/org -> /home/www/htdocs/demo www.domain.com/org -> /home/www

RE: Problems with JK2 / Virtual hosts / tomcat 4

2003-10-30 Thread jakarta
www.shaolincenter.com/john.jsp does show the code (It actually puts up a download dialog box) > -Original Message- > From: Christopher Schultz [mailto:[EMAIL PROTECTED] > Sent: Thursday, October 30, 2003 8:39 AM > To: Tomcat Users List > Subject: Re: Problems with JK2

Re: Problems with JK2 / Virtual hosts / tomcat 4

2003-10-30 Thread Christopher Schultz
John, I tried to follow the how-to and think I did everything right, but one of my hosts still will not serve up jsp pages. Some pages it loads as if they where just html and some it tries to download. server.xml [snip] I checked this site, and yup, your page is showing up as text. The good

Problems with JK2 / Virtual hosts / tomcat 4

2003-10-30 Thread jakarta
I tried to follow the how-to and think I did everything right, but one of my hosts still will not serve up jsp pages. Some pages it loads as if they where just html and some it tries to download. Here is what I think are the relevent portions of my httpd.conf, workers2.properties and server.xml

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

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 http://example.co

Re: Multiple virtual hosts at root context

2003-10-21 Thread Daniel Gibby
You can have virtual hosts in tomcat. We are doing it, but I will need to look up the server.xml configuration: etc... etc... etc... etc... etc... It works fine for us. Daniel Gibby Andy Hutchinson wrote: I am using Tomcat 4.1.27 under

Fwd: Multiple virtual hosts at root context

2003-10-21 Thread Andy Hutchinson
at all the same. Date: Tue, 21 Oct 2003 09:55:24 +0100 To: "Tomcat Users List" <[EMAIL PROTECTED]> From: Andy Hutchinson <[EMAIL PROTECTED]> Subject: Multiple virtual hosts at root context I am using Tomcat 4.1.27 under Linux for a project where the machine is embedded into

Multiple virtual hosts at root context

2003-10-21 Thread Andy Hutchinson
a standalone Tomcat supporting many virtual hosts where the context paths are the same. You can in Apache. I appreciate that there are other ways to do this but this 'design' has now been used by other systems so any changes are bad news at this stage. My question is, am I correct th

Re: Apache 2 Tomcat4.1.27 name based virtual hosts

2003-10-06 Thread John Bell
Hi Dave, I changed the DNS settings with my ISP and that has fixed the problem. Thanks, John - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Apache 2 Tomcat4.1.27 name based virtual hosts

2003-10-02 Thread David Rees
On Thu, October 2, 2003 at 1:07 pm, John Bell sent the following > Thanks for your help. > >>I am still confused. By "is not found" what exactly is happenning? > Me too. How about a coffee? Sure! ;-) > www.capucino.co.uk is run instead of www.freshlyroastcoffee.biz. > > If you run www.freshlyro

Re: Apache 2 Tomcat4.1.27 name based virtual hosts

2003-10-02 Thread John Bell
IL PROTECTED]> Sent: Thursday, October 02, 2003 7:41 PM Subject: Re: Apache 2 Tomcat4.1.27 name based virtual hosts > On Thu, October 2, 2003 1at 0:33 am, John Bell sent the following > > Hi Dave, > > > > > > ServerName www.freshlyroastcoffee.biz > &g

Re: Apache 2 Tomcat4.1.27 name based virtual hosts

2003-10-02 Thread David Rees
On Thu, October 2, 2003 1at 0:33 am, John Bell sent the following > Hi Dave, > > > ServerName www.freshlyroastcoffee.biz > DocumentRoot /coffeepp > JkMount /* ajp13 > etc > > > > ServerName www.capucino.co.uk > DocumentRoot /coffeemy > JkMount /* ajp13 > etc > > > > With this setup www.freshlyr

Re: Using mod_jk with Apache Virtual Hosts

2003-10-02 Thread David Rees
On Thu, October 2, 2003 at 8:52 am, David Godfrey sent the following > > Looking for some help with the following please > > I have Apache HTTP Server set up to server three virtual hosts. Two of > these > I want to be serving Tomcat based content, the third serves purely s

Re: Apache 2 Tomcat4.1.27 name based virtual hosts

2003-10-02 Thread John Bell
Hi Dave, ServerName www.freshlyroastcoffee.biz DocumentRoot /coffeepp JkMount /* ajp13 etc ServerName www.capucino.co.uk DocumentRoot /coffeemy JkMount /* ajp13 etc With this setup www.freshlyroastcoffee.biz is found so is www.capucino.co.uk. However, if www.capucino.co.uk is the first vi

Using mod_jk with Apache Virtual Hosts

2003-10-02 Thread David Godfrey
Hi, Looking for some help with the following please I have Apache HTTP Server set up to server three virtual hosts. Two of these I want to be serving Tomcat based content, the third serves purely static content. I have this working of a fashion, as I have Jkmount directives inside the two

Re: Apache 2 Tomcat4.1.27 name based virtual hosts

2003-10-02 Thread David Rees
On Thu, October 2, 2003 at 7:12 am, John Bell sent the following > > I now have - as below in httpd.conf. The same prob exists. If capucino is > 2nd all is ok > > if freshlyroast is 2nd it is not found. So > "The first VirtualHost section is used for requests without a known > server name" and so

Re: Apache 2 Tomcat4.1.27 name based virtual hosts

2003-10-02 Thread John Bell
Hi Dave, I now have - as below in httpd.conf. The same prob exists. If capucino is 2nd all is ok if freshlyroast is 2nd it is not found. So "The first VirtualHost section is used for requests without a known server name" and so freshly is not a known server name??? Regards ServerAdmin [EM

Re: tomcat and virtual hosts

2003-10-01 Thread John Turner
bind them with a JK2 connector both on port 80. I have 2 domains running on the machine. I made the virtual hosts work in apache with editting httpd.conf The apache docs are located on the following location: /export/home/webroot/site1 (www.site1.com) /export/home/webroot/site2 (www.sit

Re: Apache 2 Tomcat4.1.27 name based virtual hosts

2003-10-01 Thread David Rees
On Wed, October 1, 2003 1at 2:00 pm, John Bell sent the following > > I tried putting the JkMount in the Virtual Hosts section instead of in > mod_jk.conf but it did not seem to make > any difference. > I did leave mod_jk.conf in as there is other localhost stuff in it + >

Re: Apache 2 Tomcat4.1.27 name based virtual hosts

2003-10-01 Thread John Bell
Dave, I tried putting the JkMount in the Virtual Hosts section instead of in mod_jk.conf but it did not seem to make any difference. I did leave mod_jk.conf in as there is other localhost stuff in it + JkWorkersFile "D:/ApacheTomcat/Tomcat-4.1/conf/jk/workers.properties" Jk

Re: Apache 2 Tomcat4.1.27 name based virtual hosts

2003-10-01 Thread David Rees
On Wed, October 1, 2003 at 2:02 am, John Bell sent the following > > In Apache http.conf I have name based virtual hosts. > > If I have capucino.co.uk as the first virtual host (default) then a > request to freshlyroastcoffee.biz is ignored > > and www.freshlyroastcoffee.biz

Apache 2 Tomcat4.1.27 name based virtual hosts

2003-10-01 Thread John Bell
Hi, In Apache http.conf I have name based virtual hosts. If I have capucino.co.uk as the first virtual host (default) then a request to freshlyroastcoffee.biz is ignored and www.freshlyroastcoffee.biz goes to the capucino site. If I put freshlyroastcoffe first then all is fine and capucino

solution jakarta-tomcat and virtual hosts

2003-10-01 Thread Johan Louwers
I have asked the question a couple of times in this mailing list and at some places on usenet. I solved this problem at the end and will give a small example of the things I did to make this work. I will post this on the mailinglist and in some usenet groups in the hope some people can use this inf

virtual hosts tomcat connectors

2003-09-30 Thread Mark Lowe
Hello Is there any documentation that works on the subject of jk, jk2 or mod_webapp? I've had all 3 running using the context as a mount point but I want to have http://www.mydomain.com/Action ..not http://www.mydomain.com/webappname/Action I'm using tc 4.1.27 and apache 2 , jk, jk2 or mod_w

tomcat and virtual hosts

2003-09-30 Thread Johan Louwers
I have set up tomcat and apache... bind them with a JK2 connector both on port 80. I have 2 domains running on the machine. I made the virtual hosts work in apache with editting httpd.conf The apache docs are located on the following location: /export/home/webroot/site1 (www.site1.com

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: Multiple Tomcat instances for virtual hosts

2003-09-06 Thread Sai Sivanesan
be. > > Good luck! > ...Bob Langford... > > At 02:12 PM 9/6/2003, you wrote: > >Hi, > > > >I have Apache 1.3 and Tomcat 4.1.8 on a Red Hat 9 machine. > > > >Apache serves several virutal hosts. We have one Tomcat instance running > >with se

Re: Multiple Tomcat instances for virtual hosts

2003-09-06 Thread Bob Langford
We have one Tomcat instance running with several web contexts, one context for each virtual host. Now I would like to change this to have one Tomcat instance for each virtual host (this is necessary because Tomcat sometimes crashes, and I don't want all virtual hosts to be down then). I

Re: Multiple Tomcat instances for virtual hosts

2003-09-06 Thread Dhruva B. Reddy
s is necessary because Tomcat sometimes crashes, and > I > don't want all virtual hosts to be down then). > > I read a book about Tomcat and searched the Web, but could not find > out how > to do this. What I assume is: > > > In Apache's httpd.conf I h

Multiple Tomcat instances for virtual hosts

2003-09-06 Thread Thomas Eichberger
necessary because Tomcat sometimes crashes, and I don't want all virtual hosts to be down then). I read a book about Tomcat and searched the Web, but could not find out how to do this. What I assume is: In Apache's httpd.conf I have something (after the import of mod_jk): NameV

Re: JKMount, virtual hosts, and avoiding the webapp name

2003-09-03 Thread John Turner
ase="SOME_OTHER_APP": $CATALINA_HOME/VIRTHOST/SOME_OTHER_APP Yes, #2 above is redundant with having the same dir name twice, but it makes sense to me. You could just as easily change it to ROOT or something else, but in my case, with many virtual hosts, I found myself saying "o

RE: JKMount, virtual hosts, and avoiding the webapp name

2003-09-03 Thread Mike Curwen
inlined replies... > -Original Message- > From: John Turner [mailto:[EMAIL PROTECTED] > Sent: Wednesday, September 03, 2003 3:28 PM > To: Tomcat Users List > Subject: Re: JKMount, virtual hosts, and avoiding the webapp name > > > > But how do I

Re: JKMount, virtual hosts, and avoiding the webapp name

2003-09-03 Thread John Turner
Mike Curwen wrote: I define an Apache Virtual Host in httpd.conf: JKMount /ATM tomcat1 JKMount /ATM/* tomcat1 I wouldn't do /ATM without a wildcard or something after it. DocumentRoot /home/webhome/atm/htdocs/ ServerName www.foo.com ServerAlias foo.com ErrorLog /var/log/atm/err

JKMount, virtual hosts, and avoiding the webapp name

2003-09-03 Thread Mike Curwen
I'm not sure I'm configuring things quite correctly, because it seems to me I should be able to do this with one less token... Apache 2 TC 4.1.24 JK My workers.properties: worker.list=tomcat1 worker.tomcat1.port=11009 worker.tomcat1.host=localhost worker.tomcat1.type=ajp13 I define an Apache V

RE: Multiple Virtual Hosts on 1 instance of Tomcat

2003-08-28 Thread nrapagnani
Original Message- > From: John Turner [mailto:[EMAIL PROTECTED] > Sent: Wednesday, August 27, 2003 4:15 PM > To: Tomcat Users List > Subject: Re: Multiple Virtual Hosts on 1 instance of Tomcat > > > Can you be more specific than "doesn't work"? > > Have y

Re: Multiple Virtual Hosts on 1 instance of Tomcat

2003-08-28 Thread John Turner
ednesday, August 27, 2003 4:15 PM To: Tomcat Users List Subject: Re: Multiple Virtual Hosts on 1 instance of Tomcat Can you be more specific than "doesn't work"? Have you done all of the configuration with your IIS connector required for the second virtual host? John [EMAIL PR

RE: Multiple Virtual Hosts on 1 instance of Tomcat

2003-08-27 Thread Randy Kerber
com", or define a entry with name="localhost". ___ Randy Kerber Data Mining Consultant software development & data analysis San Jose, CA -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 27, 2003 11:12 AM To: [E

RE: Multiple Virtual Hosts on 1 instance of Tomcat

2003-08-27 Thread nrapagnani
ssage- From: John Turner [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 27, 2003 4:15 PM To: Tomcat Users List Subject: Re: Multiple Virtual Hosts on 1 instance of Tomcat Can you be more specific than "doesn't work"? Have you done all of the configuration with your IIS con

Re: Multiple Virtual Hosts on 1 instance of Tomcat

2003-08-27 Thread John Turner
Can you be more specific than "doesn't work"? Have you done all of the configuration with your IIS connector required for the second virtual host? John [EMAIL PROTECTED] wrote: Hello. Thanks for taking the time to read this. First of all, I am assuming that virtual hosts are

Multiple Virtual Hosts on 1 instance of Tomcat

2003-08-27 Thread nrapagnani
Hello. Thanks for taking the time to read this. First of all, I am assuming that virtual hosts are where you have more than one url pointing to a web server. Each url has it's own data. Not redirection. I have a web server that handles 5 virtual hosts using IIS. I've configured

Combination Virtual Hosts

2003-08-25 Thread Brian Menke
from the tomcat/webapps directory. Everything works fine until I add my jsp virtual host . When I do that, www.nnmall2.com is served when I enter www.menkeworld.com and not www.menkeworld.com (the first one in the virtual hosts list). I've tried a bunch of different things with the tomcat

Re: apache, mod_jk, virtual hosts and 2 tomcats

2003-08-19 Thread John Turner
with just 1 but I haven't tested much. How are these variables used and what is the consequences? Thanks, Dan - Original Message - I am using Apache 1.3.28, mod_jk, Tomcat 3.2.4. I have Apache running with 2 virtual hosts (www1, www2). I want them to connect to different instanc

Re: apache, mod_jk, virtual hosts and 2 tomcats

2003-08-19 Thread Dan Lipofsky
2.4. > I have Apache running with 2 virtual hosts (www1, www2). > I want them to connect to different instances of tomcat. > I have 2 completely different tomcat installs, one for www1 > and one for www2. > > This does not work because both virtual hosts connect > to the same

apache, mod_jk, virtual hosts and 2 tomcats

2003-08-18 Thread Dan Lipofsky
I am using Apache 1.3.28, mod_jk, Tomcat 3.2.4. I have Apache running with 2 virtual hosts (www1, www2). I want them to connect to different instances of tomcat. I have 2 completely different tomcat installs, one for www1 and one for www2. This does not work because both virtual hosts connect to

RE: jk2/apache2 ignores apache virtual hosts

2003-07-24 Thread Brett Neumeier
ements in tomcat's server.xml file, and everything would work swimmingly. Another thing you could do that would work is using IP-based virtual hosts instead of name virtual hosts; then you could run multiple apache instances, one apache bound to each IP address. I agree that these sorts of th

RE: jk2/apache2 ignores apache virtual hosts

2003-07-24 Thread Sullivan, Patrick
ignores apache virtual hosts Hi, We have a setup with multiple tomcat4 servers and a single apache2 acting as a front for them. ServerName vacuum1.xentive.com:81 ServerAlias xentive.com ServerAlias www.xentive.com DocumentRoot /var/www/apache2-default

jk2/apache2 ignores apache virtual hosts

2003-07-24 Thread Baldur Norddahl
7;smsc'. This effectively prevents us from deploying multiple applications in the root context on different virtual hosts to different tomcat4 servers. Is there a better way to do it (one that works)? Baldur -- Baldur Norddahl <[EMAIL PROTECTED]> --

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 PROT

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 http://www.myhost.

re:mod_jk and apache virtual hosts

2003-07-11 Thread Zach Gatu
Create a file called mod_jk.conf in CATALINA_HOME/conf/jk Add the following to it: LoadModule jk_module modules/mod_jk.so-ap2.0.46-rh72 JkWorkersFile "/var/jakarta-tomcat-4.1.24-LE-jdk14/conf/jk/workers.properties" JkLogFile "/var/jakarta-tomcat-4.1.24-LE-jdk14/logs/mod_jk.log" JkLogLevel inf

mod_jk and apache virtual hosts

2003-07-10 Thread Todd Fulton
I'm using apache 1.3 and tomcat 4.1.18. I'd like to map virtual host root directories directly to tomcat webapp root directories. mod_webapp does this fine. Does anyone know how to do this with mod_jk? The ajp13 connector? Todd

Re: virtual hosts - tomcat 4

2003-06-10 Thread John Turner
OK, good luck. My point was that you had to rename the ROOT folder because your websites are in CATALINA_HOME/webapps. Move the Host's appBase outside of CATALINA_HOME, and you won't have to rename the ROOT folder, because there won't be any ROOT folder to rename. And Tomcat will be happy be

Re: virtual hosts - tomcat 4

2003-06-10 Thread Fiona
could override the > gost i > > specify? > > > > Thanks! > > --- Giorgio Ponza <[EMAIL PROTECTED]> wrote: > >> U can try > >> > >> >> appBase="webapps/myapp" > >> unpackWARs="true" autoDeploy="true

Re: virtual hosts - tomcat 4

2003-06-10 Thread John Turner
leave it alone. In the example I posted, not only is the ROOT folder non-existent, the location of the site/application folders isn't even CATALINA_HOME/webapps. It works for me, I've tried it so far with 6 virtual hosts (c:\websites\site1, ...\site2, ...\site3, and so on). John

Re: virtual hosts - tomcat 4

2003-06-10 Thread Fiona
i > > specify? > > > > Thanks! > > --- Giorgio Ponza <[EMAIL PROTECTED]> wrote: > >> U can try > >> > >> >> appBase="webapps/myapp" > >> unpackWARs="true" autoDeploy="true"> > >> > &

Re: virtual hosts - tomcat 4

2003-06-10 Thread Andoni
l and another at webapps/myapp or it will always get mixed up. Andoni. - Original Message - From: "Fiona" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Tuesday, June 10, 2003 12:58 PM Subject: Re: virtual hosts - tomcat 4 > Thanks,

Re: virtual hosts - tomcat 4

2003-06-10 Thread John Turner
TECTED]> wrote: U can try Giorgio - Original Message - From: "Fiona" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]>; "Jens Skripczynski" <[EMAIL PROTECTED]> Sent: Tuesday, June 10, 2003 1:42 PM Subject: Re: virtual ho

Re: virtual hosts - tomcat 4

2003-06-10 Thread Fiona
sers List" > <[EMAIL PROTECTED]>; "Jens > Skripczynski" <[EMAIL PROTECTED]> > Sent: Tuesday, June 10, 2003 1:42 PM > Subject: Re: virtual hosts - tomcat 4 > > > > I've tried what you suggested, and my host is now: > > > > ap

Re: virtual hosts - tomcat 4

2003-06-10 Thread Dominic Parry
if you set your context path tp "/" It might make a difference. At the moment, the path is set to "" which is nothing. - Original Message - From: Fiona To: Tomcat Users List ; Jens Skripczynski Sent: Tuesday, June 10, 2003 1:42 PM Subject: Re: virt

Re: virtual hosts - tomcat 4

2003-06-10 Thread Giorgio Ponza
U can try Giorgio - Original Message - From: "Fiona" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]>; "Jens Skripczynski" <[EMAIL PROTECTED]> Sent: Tuesday, June 10, 2003 1:42 PM Subject: Re: virtual hosts - tomcat 4

Re: virtual hosts - tomcat 4

2003-06-10 Thread Fiona
I've tried what you suggested, and my host is now: but this still brings me to the ROOT directory. If i take out the /myapp from the docBase, then i get the directory listing for / (all folders in webap

Re: virtual hosts - tomcat 4

2003-06-10 Thread Jens Skripczynski
Hi, I belief your question is, how to link your webapp to '/' instead of '/webapp'. So you need to add an explicit context as default context. Fiona: > I'm using Tomcat 4.1.12 and set up a virtual host in > my server.xml file. > > I want to be able to type the url www.myur

virtual hosts - tomcat 4

2003-06-10 Thread Fiona
Hi, I'm using Tomcat 4.1.12 and set up a virtual host in my server.xml file. I want to be able to type the url www.myurl.com and this to go to the equivalent of going directly to localhost:8080/myapp. Currently www.myurl.com will replace the localhost section, but i still have to put the path of

RE: Switching to virtual hosts gives permission error

2003-06-08 Thread Dave Weitzel
2 PM > To: Tomcat Users List > Subject: Re: Switching to virtual hosts gives permission error > > Dave, > > I saw something like that if I didn't put the virtual host directories > in CATALINA_HOME/webapps/ROOT. I could live with that, but then I had a > major problem. I

Re: Switching to virtual hosts gives permission error

2003-06-08 Thread Jeff Knox
Dave, I saw something like that if I didn't put the virtual host directories in CATALINA_HOME/webapps/ROOT. I could live with that, but then I had a major problem. I couldn't get forms using POSTs or URLs with parameters to work (ex: index.jsp?name=bob). Somebody recommended that move from mo

Switching to virtual hosts gives permission error

2003-06-07 Thread Dave Weitzel
I am setting up RH Linux with Apache 1.3.27 and tomcat 3.3.1a I am able to set up in initial sites and access directly with Tomcat (port 8080) and also individually with Apache and Tomcat (ajp13) However as soon as I enable NameVirtualHost * in the httpd.conf and put around the JkMount direc

Differentiating between virtual hosts by portnumber?

2003-06-06 Thread Bjørn Ola Smievoll
Is it possible to serve two ports on the same hostname as separate virtual interfaces[1] using Tomcat running behind Apache? Do I need to go as far as configuring two separate service instances within server.xml, with separate jk2 connectors? If so, how do I map this in workers2.properties, or wo

RE: mod_jk2 / Apache 2 / mod_rewrite virtual hosts

2003-04-04 Thread Marc Boorshtein
> the apache documentation goes into this more fully > > > > > > -Original Message- > > From: Marc Boorshtein [mailto:[EMAIL PROTECTED] > > Sent: Friday, April 04, 2003 10:40 AM > > To: Tomcat Users List > > Subject: mod_jk2 / Apache 2 / mod_r

RE: mod_jk2 / Apache 2 / mod_rewrite virtual hosts

2003-04-04 Thread PELOQUIN,JEFFREY (HP-Boise,ex1)
issue. there should be a Serveralias directive to specify alternative form for the domain -Original Message- From: Marc Boorshtein [mailto:[EMAIL PROTECTED] Sent: Friday, April 04, 2003 10:55 AM To: Tomcat Users List Subject: RE: mod_jk2 / Apache 2 / mod_rewrite virtual hosts I tried

Re: mod_jk2 / Apache 2 / mod_rewrite virtual hosts

2003-04-04 Thread John Turner
One IP, multiple domains = name-based virtual hosting = Apache directive NameVirtualHost No need to use mod_rewrite at all. Then you can separate your requests however you like, since you will be able to use VirtualHost. NameVirtualHost * ServerName domain.net JkUriSet

RE: mod_jk2 / Apache 2 / mod_rewrite virtual hosts

2003-04-04 Thread Marc Boorshtein
> ServerName domain.net > mod_jk stuff > > > the apache documentation goes into this more fully > > > -Original Message- > From: Marc Boorshtein [mailto:[EMAIL PROTECTED] > Sent: Friday, April 04, 2003 10:40 AM > To: Tomcat Users List > Subject: mod

RE: mod_jk2 / Apache 2 / mod_rewrite virtual hosts

2003-04-04 Thread PELOQUIN,JEFFREY (HP-Boise,ex1)
, April 04, 2003 10:40 AM To: Tomcat Users List Subject: mod_jk2 / Apache 2 / mod_rewrite virtual hosts Hello, I am trying to setup tomcat running on a machine that uses mod_rewrite seperate requests between two domains, domain.com and domain.net. I want to setup domain.net to integrate with

mod_jk2 / Apache 2 / mod_rewrite virtual hosts

2003-04-04 Thread Marc Boorshtein
Hello, I am trying to setup tomcat running on a machine that uses mod_rewrite seperate requests between two domains, domain.com and domain.net. I want to setup domain.net to integrate with tomcat, but only that domain. I am not using the directive at all, as I only have 1 IP. Is there a straig

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

2003-03-31 Thread Richie Chauhan
Thanks again John. Richie -Original Message- From: John Turner [mailto:[EMAIL PROTECTED] Sent: Monday, March 31, 2003 6:04 AM To: Tomcat Users List Subject: Re: Anygood Howto on Multiple Virtual Hosts Apache, mod_jk and Tomcat Archives. Archives. Originally posted by Glenn Nielsen

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

2003-03-31 Thread Michele Neylon :: Blacknight Solutions
At 14.05 31/03/2003 -0500, you wrote: Is there something similar for mod_jk2? Rick The same principles apply. Our rather imperfect server.xml has: www.domain.com Unlike mod_jk you don't need to add the mou

Re: Anygood Howto on Multiple Virtual Hosts Apache, mod_jk andTomcat

2003-03-31 Thread Richard Anderson
Is there something similar for mod_jk2? --Rick On Mon, 2003-03-31 at 10:22, Michele Neylon :: Blacknight Solutions wrote: > > John Turner is rumoured to have said > > > http://www.galatea.com - there are a couple of Flash Guides that should help. > > > -- > Mr. Michele Neylon > Blacknight Sol

<    1   2   3   4   5   6   7   8   9   >