Christopher Schultz-2 wrote:
> 
> Hmm... I didn't know that one could "upload file" to an email...
> consider using copy/paste in the future. It seems to have worked, here.
> 

I'm using www.nabble.com...


Christopher Schultz-2 wrote:
> 
>>     ################### jps-examples ######################
>>     Alias /jsp-examples "/srv/www/tomcat5/base/webapps/jsp-examples"
>>     JkMount /jsp-examples ajp13
>>     JkMount /jsp-examples/*.jsp  ajp13
>>     JkMount /jsp-examples/j_security_check ajp13
> 
> Note that the URI "/jsp-examples/" is not covered by these mappings.
> Apache httpd (and Tomcat) will do exactly what you ask of them, but no
> more. If the URI is off by a single character (in this case, a trailing
> '/'), then the request won't be forwarded to Tomcat.
> 

Well, this one works great, with or without the trailing "/"...


Christopher Schultz-2 wrote:
> 
>>     ################### cocoon ############################
>>     Alias /cocoon "/srv/www/tomcat5/base/webapps/cocoon"
>>     JkMount /cocoon ajp13
>>     JkMount /cocoon/*  ajp13
> 
> No, this one ought to work with a trailing /, since you have a mapping
> for "/cocoon/*". This includes "/cocoon/".
> 

This one works and all the others but tomcat does the job for all the files
(static content and all)
What I wan't to do is let Apache serve static content and tomcat serve
dynamic one...
In the /jsp-examples everything works fine... I have images, index.html and
I can run .jsp...
This is the strange problem I've mentioned.

-- 
View this message in context: 
http://www.nabble.com/mod_jk-configuration-tf2539505.html#a7098777
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to