Tomcat x Apache

2002-02-27 Thread Cleber Hostalácio de Melo
Hi, I have linux (kernel 2.4.5), apache 1.3.19 and Tomacat 4.0.2 Tomcat are working well with the url: http://Myserv:tomcat_port/examples/jsp/index.html But when I try to access this application from Apache with the URL: http://Myserv/examples/jsp/index.html I receive the message in my

Re: Tomcat x Apache

2002-02-27 Thread Cleber Hostalácio de Melo
My webapps directory and all its directories are read and execute free for all users. So I don´t think this is the problem. Any way, I think Apache should pass all the /examples requests to Tomcat and not trying to read the directly from the file system. It looks more that Apache is not

Re: Tomcat 4 interaction with apache 2.0

2002-02-27 Thread Cleber Hostalácio de Melo
I think the line: LoadModule webapp_module modules/mod_webapp.so should be put in httpd.conf under Apache home directory/conf. Look at http://dcb.sun.com/practices/howtos/tomcat_apache.jsp I hope it helps. Regis Muller wrote: HI all, I ma trying to make work tomcat 4.0.2 with apache

Re: Tomcat x Apache

2002-02-27 Thread Cleber Hostalácio de Melo
When I start the Tomcat (first) and Apache, the logs entries became: myServ_examples_log.2002-02-27.txt (Tomcat) 2002-02-27 15:49:14 WebappLoader[/examples]: Deploying class repositories to work directory /var/tomcat4/work/myServer/examples 2002-02-27 15:49:14 WebappLoader[/examples]: Reloading

Tomcat x Apache = Forbiden 403

2002-02-22 Thread Cleber Hostalácio de Melo
Hi, I have conectiva linux 7.0 (kernel 2.4.5), apache 1.3.19 and Tomacat 4.0.1 Tomcat are working well with the url: http://Myserv:tomcat_port/examples/jsp/index.html But when I try to access this application from Apache with the URL: http://Myserv/examples/jsp/index.html I receive the

Connecting Apache to Tomcat

2002-01-29 Thread Cleber Hostalácio de Melo
Hi, I have conectiva linux 7.0 (kernel 2.4.5), apache 1.3.19 and Tomacat 4.0.1 Tomcat are working well with the url: http://Myserv:tomcat_port/examples/jsp/index.html But when I try to access this application from Apache with the URL: http://Myserv/examples/jsp/index.html I receive the

Re: AW: Connecting Apache to Tomcat

2002-01-29 Thread Cleber Hostalácio de Melo
Thanks Lars. After your sugestion a tried to configure Apache with these directives: Directory /examples/jsp/ Options Indexes MultiViews AllowOverride None Order allow,deny Allow from all /Directory But I did not suceed on that although I agree with you that it looks like some