Re: configuring mod_jk - can any one help, please ??

2006-08-28 Thread Mansour
I still need help in this, please!! Mansour wrote: Hi every body: I 've been trying to get things working, however, I believe I need a little help in this. I configured apache' Virtual host. and installed tomcat and mod_jk succefully. Now I am trying to run apache for static contents, and

Re: configuring mod_jk - can any one help, please ??

2006-08-28 Thread Mladen Turk
Mansour wrote: I still need help in this, please!! Nobody can help you unless you post some configuration you are using. The tip is to use JkUnMount *.jsp worker for static content mime types. Regards, Mladen. - To start a

Re: configuring mod_jk - can any one help, please ??

2006-08-28 Thread Mladen Turk
Mansour wrote: And I added to server.xml these lines Host name=virtualhost appBase=/path/to/virtualhost Context path= docBase=webapp1 debug=0/ /Host the file mod_jk.conf is generated automatically: You don't need that. Remove any autoconf generation directives. You need only to map the

Re: configuring mod_jk - can any one help, please ??

2006-08-28 Thread Eric Berry
From my understanding found here: http://tomcat.apache.org/tomcat-5.5-doc/config/context.html The Document Base (also known as the Context Root) directory for this web application, or the pathname to the web application archive file (if this web application is being executed directly from the

Re: configuring mod_jk - can any one help, please ??

2006-08-28 Thread Mansour
I just tried what you suggested and it didn't work. I replcaed the modified version of server.xml with the original as Mladen suggested to deleted the newly added lines. Now the server.xml is the default one that came with tomcat. What changes you want me to try ?? Eric Berry wrote: From

Re: configuring mod_jk - can any one help, please ??

2006-08-28 Thread Eric Berry
I have a setup on a dev machine that is similiar to what you are trying. Here's how I have mine setup. ---httpd.conf LoadModule jk_module modules/mod_jk.so JkWorkersFile /opt/apps/tomcat/conf/workers.properties JkLogFile /opt/apps/tomcat/logs/mod_jk.log