Apache/Tomcat integration issues

2001-04-16 Thread Sam Newman
I've just followed the instructions to get Apache and Tomcat working together. I editied the workers.properties file (which by the way seems to assume you are on a win32 platform!) and the server.xml to include the ajpv13 protocol connector. Apache includes tomcats autogenerated config file

RES: Apache/Tomcat integration issues

2001-04-16 Thread Pedro Henrique Ponchio
] Assunto: Apache/Tomcat integration issues I've just followed the instructions to get Apache and Tomcat working together. I editied the workers.properties file (which by the way seems to assume you are on a win32 platform!) and the server.xml to include the ajpv13 protocol connector. Apache includes

Re: Apache/Tomcat integration issues

2001-04-16 Thread Sam Newman
Put this few lines of code: LoadModule jk_modulelibexec/mod_jk.so AddModule mod_jk.c snip Much of this code is already included in the mod_jk.conf-auto file which tomcat generates automatically on startup. This file doesn't reference ajpv13 anywhere. I guess I could simply

Re: Apache/Tomcat integration issues

2001-04-16 Thread Jeff Kilbride
it defaults to plain text if you don't. MSIE may display the html whether the correct header is set or not. Thanks, --jeff - Original Message - From: Sam Newman To: [EMAIL PROTECTED] Sent: Monday, April 16, 2001 7:05 AM Subject: Apache/Tomcat integration issues