Rollbase instance in Kerberos Authentication

Posted by john cruze on 28-Apr-2016 06:08

Hi All,

As per progress documentation in order to configure Kerberos Authentication in rollbase, below step is mentioned : Rollbase must run on a named server (not localhost) . Using the fully qualified domain name that is http://rbinstance.mydomain.com.

With the help of admin team I am able to get AD Domain name , LoginId , Password. Currently rollbase is install on my PC and running on localhost ( http://localhost:8080/router/login/loginPrivate.jsp? ).

Please suggest what comes at the place of <rbinstance> how to replace localhost by rbinstance .....?

Thanks.

All Replies

Posted by Srinivas Panyala on 28-Apr-2016 06:24

For example:

If your machine name is "abc" and domain name is "mydomain.com"

Then you have to modify Hostname property value in shared.properties file like below

HostName=abc.mydomain.com:8080

Restart the server.

Now, you should able to access Rollbase with the following URL

abc.mydomain.com:8080/.../loginPrivate.jsp

Thanks

Srinivas

Posted by Srinivas Panyala on 28-Apr-2016 06:27

Please modify the below property also

WebSiteHTTP=http://abc.mydomain.com:8080

Restart the server after update

Thanks

Srinivas

Posted by Thierry Ciot on 28-Apr-2016 11:23

You also need to make sure you have a proper license file that was created with this host name.

Thierry.

Posted by john cruze on 11-May-2016 08:49

Thanks a lot Srinivas and Thierry for your Support .

John

Posted by john cruze on 11-May-2016 08:56

Hi,

I am trying to implement kerberos authentication on rollbase private cloud however when I tried to login in rollbase with the rollbase Kerberos url " "http://noprgf3sfrws176.rollbase.com:8080/router/login/loginKerberos.jsp" an exception occurs " HTTP Status 500 - javax.servlet.ServletException: java.lang.Exception: javax.security.auth.login.LoginException: Message stream modified (41) " please suggest how could I fixed this exception.

Thanks.

John

This thread is closed