Dear Andre,

Thanks for your response!
We didn't use Virtual Host in our setting.  I re-read the documentation and 
didn't find anything wrong with the setting, also this setting worked before. 
Do you have several minutes to check the setting in our server for mod_jk?  
Appreciate for your time.

Best Regards,
Eric.

-----Original Message-----
From: André Warnier (tomcat) [mailto:a...@ice-sa.com] 
Sent: Saturday, March 12, 2016 10:18 PM
To: users@tomcat.apache.org
Subject: [COMMERCIAL] Re: Need Help: - jk doesn't work after upgrade to 1.2.40 
from 1.2.23

On 12.03.2016 15:04, ZHAO Eric wrote:
> Hello,
>
> I am new to Tomcat Connectors, we are trying to upgrade the existing mod_jk 
> 1.2.23 to 1.2.40 for IPV6 configuration.
>
> But we always got the following error in jk.log with 1.2.40, we don't know if 
> anything need to adjust after upgrade to the new version:
> [Thu Mar 10 17:45:10.790 2016] [13878:140261127514080] [debug] 
> jk_translate::mod_jk.c (3855): missing uri map for 
> IBM001OAM01:/sso/lsm/lsm.jnlp [Thu Mar 10 17:45:10.790 2016] 
> [13878:140261127514080] [debug] jk_map_to_storage::mod_jk.c (4023): 
> missing uri map for IBM001OAM01:/sso/lsm/lsm.jnlp
>
> Can some one help me out from this issue? Appreciated in advance, the 
> following are the setting, we don't have uriworkermapping.properties file.
>
> Here is our setting for mod_jk:
> mod_jk.conf:
> <IfModule !mod_jk.c>
>    LoadModule jk_module /usr/lib64/httpd/modules/mod_jk.so
> </IfModule>
>
> JkWorkersFile /etc/httpd/conf/workers.properties
> JkLogFile /var/log/jk.log
> # JkLogLevel debug
> JkLogLevel warning
>
> JkMount /MIBS ajp12
> JkMount /MIBS/* ajp12
> ...
> JkMount /sso csajboss
> JkMount /sso/* csajboss
>
>
> workers.properties:
> worker.list=ajp12,soapnbi,csajboss,csawebsso,loadbalancer,cfmaplayer1,
> cfmaplayer2,cfmaplayer3
>
> worker.ajp12.port=8007
> worker.ajp12.host=localhost
> worker.ajp12.type=ajp12
>
> # Added for SOAP NBI
> worker.soapnbi.port=8009
> worker.soapnbi.host=localhost
> worker.soapnbi.type=ajp13
>
> # Added for CSA - JBOSS
> worker.csajboss.port=8011
> worker.csajboss.host=c04s02h02IBM2
> worker.csajboss.type=ajp13
>
> #// next are lb related.
>

Does this happen in an Apache httpd VirtualHost ?
If yes, make sure that you re-read the configuration documentation at 
http://tomcat.apache.org/connectors-doc/reference/apache.html
and in particular, the sections about JkMount and JkMountCopy.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to