RE: Difficulties with Virtual Host in the Apache + Tomcat

2003-01-17 Thread Turner, John
Try JkMount /*.jsp ajp13 instead of JkMount /web/ged/*.jsp ajp13 for www.ged.ufu.br. Also, you can 4 (or more) virtual hosts in Tomcat, just setup four Host elements, each with the appropriate name and/or alias. John -Original Message- From: Sebastião Carlos Santos

Re: Difficulties with Virtual Host in the Apache + Tomcat

2003-01-17 Thread Lajos Moczar
Sebastiao - A couple of points: - you only need the same four hosts configured in Tomcat is you want to have different docBase's or different explicitly defined contexts (or other components) - I would certainly try to make index.jsp produce valid HTML for your tests. You also might want to

RE: Difficulties with Virtual Host in the Apache + Tomcat

2003-01-17 Thread Sebastião Carlos Santos
John, I accomplished the change suggested by you in httpd.conf and however when I open http://www.ged.ufu.br receive the following error message: HTTP Status 500 - No Context configured to process this request

Re: Difficulties with Virtual Host in the Apache + Tomcat

2003-01-17 Thread Lajos Moczar
That's 'cause your Host docBase is set to /web/ged while your Context docBase is set do ged. So Tomcat is looking for your app at /web/ged/ged. Try setting the Host docBase to /web. Lajos Sebastião Carlos Santos wrote: John, I accomplished the change suggested by you in httpd.conf and

RE: Difficulties with Virtual Host in the Apache + Tomcat

2003-01-17 Thread Turner, John
The Context path is going to be wrong, too. Shouldn't it be empty? John -Original Message- From: Lajos Moczar [mailto:[EMAIL PROTECTED]] Sent: Friday, January 17, 2003 11:21 AM To: Tomcat Users List Subject: Re: Difficulties with Virtual Host in the Apache + Tomcat That's

Re: Difficulties with Virtual Host in the Apache + Tomcat

2003-01-17 Thread Lajos Moczar
? John -Original Message- From: Lajos Moczar [mailto:[EMAIL PROTECTED]] Sent: Friday, January 17, 2003 11:21 AM To: Tomcat Users List Subject: Re: Difficulties with Virtual Host in the Apache + Tomcat That's 'cause your Host docBase is set to /web/ged while your Context docBase is set

Re: Difficulties with Virtual Host in the Apache + Tomcat

2003-01-17 Thread Sebastiªo Carlos Santos
Lajos, I am also very confused with whole the process of configuration of the Apache, after the initial problem of the integration of the Apache with Tomcat in Linux. I have faith that some points need to be lifted up: you only need the same four hosts configured in Tomcat is you want to