Check your Tomcat/doc folder for the howto.

Here's an exerpt

Quick start?
In most of simple cases Tomcat can generate the needed Apache configuration.
When Tomcat starts up it will automatically generate a configuration file
for Apache in TOMCAT_HOME/conf/mod_jk.conf-auto. Most of the time you don't
need to do anything but include this file (appending "Include
TOMCAT_HOME/conf/mod_jk.conf-auto") in your httpd.conf. That's it, you can
now start Tomcat and Apache and access Tomcat from the Apache server. 


Mike.

-----Original Message-----
From: Phillip C Rhodes [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 05, 2001 8:26 AM
To: [EMAIL PROTECTED]
Subject: Jetspeed with mod_jk?


I installed the war file on a working tomcat installation (3.2.1), but I
can only access it via localhost:8080 url.

How can I access it from behind apache?  I added JkMount /jetspeed/* ajp13
to my httpd.conf file.

To summarize,
my apache installation is able to run jsp files with tomcat.  I can run
jetspeed via localhost:8080.  How can I get it to come together?

Thanks!



--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/[email protected]/>
List Help?:          [EMAIL PROTECTED]


--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/[email protected]/>
List Help?:          [EMAIL PROTECTED]

Reply via email to