Re: Redhat 7.1 ApacheTomcat How-to (long)

2001-05-24 Thread Neil Jolly
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, it's

Re: Redhat 7.1 ApacheTomcat How-to (long)

2001-05-23 Thread Renato Salazar
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, it's the same message as I doesn't use

Re: Redhat 7.1 ApacheTomcat How-to (long)

2001-05-22 Thread Renato Salazar
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. Do I have to edit my httpd.conf file and add /examples?? Renato On May 21, 2001 05:33 pm, you wrote: You must especified in the

Re: Redhat 7.1 ApacheTomcat How-to (long)

2001-05-22 Thread Tim O'Neil
Sounds to me like all you need to do is make sure the examples dir has world-readable permissions. At 10:44 AM 5/22/2001 -0500, 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.

Re: Redhat 7.1 ApacheTomcat How-to (long)

2001-05-22 Thread Neil Jolly
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

Re: Redhat 7.1 ApacheTomcat How-to (long)

2001-05-21 Thread Renato Salazar
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 and /APACHE_HOME/conf/httpd.conf. In the procedure you've sent, you said

Re: Redhat 7.1 ApacheTomcat How-to (long)

2001-05-21 Thread Neil Jolly
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 being

Re: Redhat 7.1 ApacheTomcat How-to (long)

2001-05-21 Thread Guido Medina
You must especified in the second example also the port: http://localhost:/examples Guido. - Original Message - From: Neil Jolly [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, May 21, 2001 7:36 PM Subject: Re: Redhat 7.1 ApacheTomcat How-to (long) On May 21, 2001 12:22 pm

Re: Redhat 7.1 ApacheTomcat How-to (long)

2001-05-21 Thread Neil Jolly
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

Redhat 7.1 ApacheTomcat How-to (long)

2001-05-19 Thread Neil Jolly
I've finally managed to get apache/tomcat running successfully on a redhat 7.1 box (with stock kernel). Since I've seen several posts asking about this so I'll post a quick how-to. Install Sun's JavaTM 2 Standard Edition, 1.3.1 RC2 from: http://java.sun.com/j2se/1.3/download-linux.html