Todd,
 
Could you please point me to this meesage, give me an approximate date as to when
you posted it, or repost it?  The GeoCrawler search facility isn't working at the moment.
 
I sent a note to the GeoCrawler webmaster a couple of days ago, but it still isn't
working yet.

Thanx.

Norton
-----Original Message-----
From: Todd Chaffee [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 01, 2001 4:49 PM
To: [EMAIL PROTECTED]
Subject: Re: [JBoss-user] Integrating Apache+Tomcat+jBoss, can't see jBoss web apps

When jboss deploys a tomcat app it has no way deploying it to a specific virtual hosts.  You can get more details by searching the message archives with 'apache tomcat virtual host'.  You should find a very detailed message with my findings about how to work around this limitation.  Good luck.

- Todd Chaffee

At 12:58 PM 05/01/01 -0400, you wrote:

I was able to get Apache to Serve Tomcat applications with the following configuration in my httpd.conf, however applications deployed through jBoss are not visible to Apache since the .war file is placed in jBoss deployment directly, anyone know what I should do to make applications deployed in jBoss available to Apache?

Thanks!

httpd.conf
=====================

DocumentRoot "/opt/JBoss-2.2.1_Tomcat-3.2.1/jakarta-tomcat-3.2.1/webapps"

# Configure mod_jk
#

JkWorkersFile /opt/JBoss-2.2.1_Tomcat-3.2.1/jakarta-tomcat-3.2.1/conf/workers.
properties
JkLogFile     /usr/local/apache/logs/mod_jk.log
JkLogLevel    warn

# First Virtual Host.
#
<VirtualHost 10.0.0.1:80>
  DocumentRoot /opt/JBoss-2.2.1_Tomcat-3.2.1/jakarta-tomcat-3.2.1/webapps
  ServerName foo.bar.com
  JkMount /* ajp13
  JkMount /*.jsp ajp13
  JkMount /servlet/* ajp13
</VirtualHost>

Reply via email to