JBoss 2.4.3 with Tomcat.
 
I am also working on do this with 3.0.
 
-James
 
-----Original Message-----
From: Michael Delamere [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 28, 2002 8:24 AM
To: James Ward; [EMAIL PROTECTED]
Subject: Re: [JBoss-user] JBOSS and Virtual Hosts

Hi James,
 
Just one question to your setup.  Which version of tomcat and which version of jboss are you using?  I´m asking because I don´t know what "tomcat.xml" you´re referring to.  I don´t seem to have one.
 
Michael

Here are my config file snippets:
httpd.conf
<VirtualHost 123.456.789.012:80>
DocumentRoot /home/www/vhost1
ServerName vhost1
JkMount /* vhost1
</VirtualHost>
 
workers.properties should be easy ( point vhost1 to the ajp13 port )
 
tomcat.xml in the jboss/conf/vhost1 dir (this one is also easy, just setup ajp13)
 
Make sure that jboss starts with embedded tomcat.
 
I have this working in a few different places.  However it did take me weeks to figure it out.
 
I hope this helps.
 
-James
 
 
-----Original Message-----
From: Michael Delamere [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 28, 2002 2:48 AM
To: [EMAIL PROTECTED]
Subject: [JBoss-user] JBOSS and Virtual Hosts

Hi All,
 
As I have not managed to get an answer on this topic in the forum yet, I shall try it with this list!
 
Is it possible to have a virtual host set up in an Apache HTTP Server and have it communicate with JBOSS/Tomcat(embeded).
 
i.e.  http://test.virtualhost.com/jboss/servlet/HelloEJB
 
If I run the line using the localhost as follows:
 
it works fine but as soon as I try it with the virtual host it just will not work.
 
I´m using the ajp13 connector, could this be the problem?  Is there anyone in this list who has got it working.  I really need some help because I have tried everything and it really is frustrating!!
 
Thanks in advance
 
Michael Delamere

Reply via email to