On Wed, 13 Nov 2002, Rudolph Araujo wrote: > The include is occurring fine and is right at the end of the > httpd.cong. Also I have got it logging now. I commented the > <VirtualHost> tag in the mod_jk.conf file and it still works. Now > hoever, I get an Internal Server error whenever it tries to execute > a JSP. How di I fix this? Also since mod_jk.conf generates the file > each time, how do I get it not to create the virtual host tags?
Are you saying that it now works when you have the separate mod_jk.conf file and include it in your httpd.conf? To address your new question, I don't think you can completely control what goes into the auto-generated mod_jk.conf file. That's why it's sometimes recommended to take the auto-generated one, edit it accordingly, and include that in your httpd.conf. (This process isn't quite as fully automated, but when you've got things settled down in a production environment, it should work fine because things won't be changing very often.) Milt Epstein Research Programmer Integration and Software Engineering (ISE) Campus Information Technologies and Educational Services (CITES) University of Illinois at Urbana-Champaign (UIUC) [EMAIL PROTECTED] -- To unsubscribe, e-mail: <mailto:tomcat-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>
