It's all about the answers!

Ask a question

Configure JAS behind IHS


vowner owner (25532) | asked May 31 '18, 9:08 a.m.
edited May 31 '18, 9:21 a.m.

 Hi Team,



We are setting up CLM 6.0.5 environment with JAS and IHS. 

here our requirement is to make the proxy pass for JAS through IBM HTTP Server as other applications like CCM and RM.

We tried the following setup and failed.

1) We extracted the certificate from JAS liberty profile and imported in IHS server kdb file.
2) We merged the plugin of jas along with other applications and pointed the https server conf file to the merged plugin.
3) we are getting 500 error while accessing the JAS through IHS site where the url is accessible over the JAS port 9643.


Please suggest us a solution here.


One answer



permanent link
Ulf Arne Bister (1.3k413) | answered May 31 '18, 4:42 p.m.

 Hi,


an HTTP 500 error is pretty generic. Please look into the JAS Liberty log files (message.log , console.log) and the IHS logfiles to determine any root cause. Check the server.xml for any typos in the path to the keystore or password. As a last resort I would check the plugin-cfg.xml on the IHS side.

A wild guess: if your certificates have 4096 bits you might have run into https://www-01.ibm.com/support/docview.wss?uid=swg21663373 
As mentioned in https://www.ibm.com/support/knowledgecenter/SSYMRC_6.0.5/com.ibm.jazz.install.doc/topics/t_install_server_certificates.html the bundled JVM does not support 4096 bit certificates. Once you replace the local_policy.jar in the JVM as per the technote it would work if this is the issue.

-Arne

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.