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 <indraveni@xxxxxxxxxxx> 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 <lamsgael@xxxxxxxxx> 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 <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
Attachment:
mod_jk.conf
Description: Binary data
Attachment:
workers.properties
Description: Binary data
--------------------------------------------------------------------- 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