pls. try follow: This is the part for mod_jk <IfModule !mod_jk.c> LoadModule jk_module /usr/local/apache/modules/mod_jk.so </IfModule> JkWorkersFile "/usr/local/jakarta-tomcat-4.1.27/conf/jk/workers.properties" JkLogFile "/usr/local/jakarta-tomcat-4.1.27/logs/mod_jk.log" JkLogLevel error JkMount /admin/* ajp13 JkMount /webdav/* ajp13 JkMount /dte/* ajp13 JkMount /examples/* ajp13 JkMount /tomcat-docs/* ajp13 JkMount /manager/* ajp13 1. you use an invalid loglevel 2. you try a sofisticated mix with alias and jkmount what can't work because Alias /admin "/usr/local/jakarta-tomcat-4.1.27/webapps/../server/webapps/admin" force apache to deliver all files direct and not over mod_jk! 3. pls. use small steps to setup your mod_jk. 1. use only one JkMount. If it don't work look into the error.log and into mod_jk.log! If there is no useable error use JkLogLevel debug and try it again. With the debug log you should find many informations! regard Dietmar Indraveni <indraveni@xxxxxxxxxxx> am 03.05.2006 13:33:32 Bitte antworten an users@xxxxxxxxxxxxxxxx An: users@xxxxxxxxxxxxxxxx Kopie: Thema: Re: [users@httpd] Tomcat Connectors I am sorry but i didnt understand your mail. Please explain me clearly where is the mistake and what i need to do.. Once again sorry for incovenience Dietmar.Mueller@xxxxxxxxxxxx wrote: Your problem is the alias from the static file to the folder admin! If you use mod_jk you don't have to set an alias to the files within a webapp. Tomcat deliver it via ajp. JkMount /admin/ ajp13 is enough. If you wan't that the static files are delivered without tomcat, but it in a directory outside from TOMCA_HOME/webapps. In your case. I think for the admin app from tomcat you don't need serve the static files only via apache. This is really no problem for tomcat! regards Dietmar Indraveni am 03.05.2006 12:52:21 Bitte antworten an users@xxxxxxxxxxxxxxxx An: users@xxxxxxxxxxxxxxxx Kopie: Thema: Re: [users@httpd] Tomcat Connectors I am using jk connector but not jk2.... I am attaching the mod_jk.conf file and workers.properties files... I am using Apache 2.0.47, jakartha-tomcat-4.1.27 and jakarta-tomcat-connectors-jk-1.2-6.src connector. Gaël Lams wrote:Hi, > Now my requirement is: I have to access this web server from remote > systems in LAN using the system IP address. I am able to access all the > apache pages throgh ip saying http://192.9.200.62/sample.html and also > jakartha tomcat pages through ip like http://192.9.200.62/examples. But > http://192.9.200.62/examples. is not working > > That is this conenctor functioning is not workign for the IP host. How can > I do this. I have created virtual host. No use. > > I have come across a site where I found some configurationf or > worker.peoperties file at > http://tomcat.apache.org/connectors-doc-archive/jk2/jk/workershowto.html First of all, you should not use jk2 but jk. I know it's not clearly stated on every tomcat's web page but jk2 is deprecated ( see http://tomcat.apache.org/download-connectors.cgi ). Once you have the jk connector configured, could you post jk.conf and workers.properties? By the way, what version of apache are you using? Kind regards, Gaël Yahoo! India Answers: Share what you know. Learn something new. Click here Yahoo! India Answers: Share what you know. Learn something new. Click here (See attached file: mod_jk.conf) (See attached file: workers.properties) --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx Yahoo! India Answers: Share what you know. Learn something new. Click here Yahoo! India Answers: Share what you know. Learn something new. Click here --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx