Anybody trying to reach me please use [EMAIL PROTECTED], as I'm unsubscribing
from the mail list due to the massive volume.
Neil
On May 23, 2001 09:10 am, you wrote:
> It doesn't seem to be the problem.
> So far I've managed building my own mod_jk.so and
> starting Apache with it (I don't have any problem at
> Apache startup unlike days before).
> Now It seems like Apache doesn't recognize /examples as
> a Tomcat directory,
On May 22, 2001 09:44 am, you wrote:
> Now I have the following message when I try to access to
> http://localhost/examples
>
> Forbidden
> You don't have permission to access /examples on this
> server.
>
You should have something similar to the following in your
$TOMCAT_HOME/conf/mod_jk.conf
##
On May 21, 2001 05:33 pm, you wrote:
> You must especified in the second example also the port:
> http://localhost:/examples
>
Not if you've got apache, and tomcat working correctly together with your
/examples context correctly setup. You can then access all of tomcats
examples from http:/
On May 21, 2001 12:22 pm, you wrote:
> Hello Neil,
>
> I've tried what you recommend and everything works fine
> but I still have a little problem.
> Apache and Tomcat work well but separately (not
> together).
>
> I have two httpd.conf files, /etc/httpd/conf/httpd.conf
This one is probably not b
Startup script for the Apache Web Server
# Modified to start apache with tomcat
# by Neil Jolly <[EMAIL PROTECTED]>
# chkconfig: - 85 15
# description: Apache is a World Wide Web server. It is used to serve \
# HTML files and CGI.
# processname: httpd
# pidfile: /var/run/httpd
I'm trying to get tomcat-3.2.1 running on a redhat 7.1 install. I've set up
my java environment (correctly I believe), installed tomcat as per the docs,
and ran the startup.sh script. My classpath and tomcat environments are as
follows:
#Java Environment
JAVA_HOME=/usr/local/java
export JAVA_HO