Re: mod_jk configuration

2006-10-31 Thread bcochofel
Christopher Schultz-2 wrote: Bruno, Alias /jsp-examples /srv/www/tomcat5/base/webapps/jsp-examples JkMount /jsp-examples/*.jsp ajp13 JkMount /jsp-examples/j_security_check ajp13 These three ought to do the trick. Which files aren't being served by Apache httpd? Well

Re: mod_jk configuration

2006-10-31 Thread bcochofel
Now I have an even stranger behavior... I can only JkMount /jsp-examples, I did the same to /tomcat-docs, /servlets-examples and /cocoon and I get : Forbidden You don't have permission to access /tomcat-docs/ on this server. Additionally, a 403 Forbidden error was encountered while trying to

Re: mod_jk configuration

2006-10-31 Thread bcochofel
Christopher Schultz-2 wrote: Here's my /etc/apache2/conf.d/jk.conf: http://www.nabble.com/file/3921/jk.conf jk.conf (These are never coming through. How are you trying to attach files?) I'm using Upload File... option. Here's a copy/paste: # simple configuration for apache (for AJP

Re: mod_jk configuration

2006-10-31 Thread bcochofel
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 ##

mod_jk configuration

2006-10-30 Thread bcochofel
I'm new to tomcat and mod_jk and I have a question abou the configuration... I can access http://localhost:8080/jsp-examples http://localhost:8080/jsp-examples and http://localhost/jsp-examples/ http://localhost/jsp-examples/ but when I try http://localhost/jsp-examples

Re: mod_jk configuration

2006-10-30 Thread bcochofel
Well I've tried adding DirectoryIndex index.html index.htm index.jsp but no good... My Apache configuration has this and all the links work with or without the / Does jk.cong overrides my apache conf? Christopher Schultz-2 wrote: Bruno, when I try http://localhost/jsp-examples

Re: mod_jk configuration

2006-10-30 Thread bcochofel
Well I would appreciated... Jorge Cabrera wrote: Hi, Christopher Schultz wrote: Bruno, when I try http://localhost/jsp-examples http://localhost/jsp-examples (without the /) I get this error: Forbidden You don't have permission to access /jsp-examples on this server.

Re: mod_jk configuration

2006-10-30 Thread bcochofel
I had JkMount /jsp-examples worker1 and now the problem is gone... Thanks I have one more question, let's take /jsp-examples to explain... I want *.jsp send to tomcat for processing but all static contents processed by apache, how can I do this? Sorry for all the question but I'm new

Re: mod_jk configuration

2006-10-30 Thread bcochofel
But when I use JkMount /jsp-examples ajp13 doesn't this tell Apache that everything inside /jsp-examples goes to Tomcat? Christopher Schultz-2 wrote: Bruno, I have one more question, let's take /jsp-examples to explain... I want *.jsp send to tomcat for processing but all static

Re: mod_jk configuration

2006-10-30 Thread bcochofel
Well I tried that but no good... I'vre tried this and still nothing: # The following line makes apache aware of the location of # the /jsp-examples context Alias /jsp-examples /srv/www/tomcat5/base/webapps/jsp-examples Directory /srv/www/tomcat5/base/webapps/jsp-examples