How to setup JTS when the jts.war was set as CLIENT-CERT login
![]() I need to log in JTS using CLIENT-CERT, for this setup
I installed WAS8.0.0.3 and JTS4.0.1. I configed the WAS with MS AD LDAP, (at this time, I can log into the setup page using LDAP user) I did all the things according to this article https://jazz.net/library/article/606 But when I try to setup the JTS via https://localhost:9443/jts/setup , I got nothing there. when I checked the Application of "jts.war", I found I cannot set the "Securiy role to user/group mappig", this item was just missed. I guess it caused by the auth form modification. Anyone have this experience? many thanks! Elvin |
Accepted answer
![]()
I had met the same problem before.
If you could not see the "Securiy role to user/group mappig", normally it means the war file you deployed is not correct. You can check: 1. If you comment-out other <login-config> XML in web.xml. 2. In the re-zipped war file, the first level directories are META-INF and WEB-INF. In addition, the WAS SystemOut.log will be helpful to find the cause. Cheers, Lily RTC Technical Support Engineer Elvin Jiang selected this answer as the correct answer
|