Check to make sure that you have your mime types all working

<Location /examples>
JkMount /*.jsp ajp13
JkMount /servlet/* ajp13
</Location>

In ${CATALINA_HOME}/conf there should be (or at least there used to be) 
a file that you can just include in apache that defines these types of 
declarations. I forget whether it was called mod_jk-auto or something 
to that effect.

The bottom line is check to make sure that you have JkMount and 
JkWorkersFile defined. You can also have JkLogLevel for debugging 
purposes and JkLogFile (?). Most of this is from memory so not sure if 
that's what its called.. but hopefully should give you an idea.

Hope that helps

Jan-Michael


----- Original Message -----
From: Joseph Shraibman <[EMAIL PROTECTED]>
Date: Thursday, December 12, 2002 6:09 pm
Subject: jsps and servlets don't work

> I finally got apache to connect to tomcat using mod_jk, but jsps 
> and servlets don't work. 
> Going to a jsp just shows the source. Is having the web.xml in my 
> conf directory enough, 
> or do I have to include in some other config file?
> 
> To see what is happening:
> http://d1.selectacast.net:8000/examples/jsp/
> 
> 
> --
> To unsubscribe, e-mail:   <mailto:tomcat-user-
> [EMAIL PROTECTED]>For additional commands, e-mail: 
> <mailto:[EMAIL PROTECTED]>
> 
> 


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to