Posts by handyman62

    Hello are there some that can help


    i am not able to log in on my CSP server remote everything works locally


    I use a different machine on the same network i can not log in to my csp server


    my Config



    <rmi>
    <display-name>Cspname</display-name>
    <status-web>
    <listen-port>8082</listen-port>
    <ssl enabled="false">
    <keystore password="secret">etc/csp_keystore</keystore>
    </ssl>
    <war-file>lib/cs-status.war</war-file>
    <super-users>admin</super-users>
    </status-web>
    </rmi>


    <user-manager class="com.bowman.cardserv.SimpleUserManager">
    <auth-config>
    <user name="admin" password="secret" max-connections="3" admin="true"/>




    thanks

    are There some that can help with login on csp remote


    i am not able to log in on CSP remote everything works locally on the machine


    But if I use a different machine on the same network so that it does not work


    my config


    <rmi>
    <display-name>csp server</display-name>
    <status-web>
    <listen-port>8082</listen-port> #the port to listen on#
    <ssl enabled="false">
    <keystore password="secret">etc/mykeystore</keystore>
    </ssl>
    <war-file>lib/cs-status.war</war-file>
    <super-users>admin</super-users> #person who is super user#
    </status-web>
    </rmi>


    <user-manager class="com.bowman.cardserv.SimpleUserManager">
    <auth-config>
    <user name="admin" password="secret" max-connections="3" admin="true"/>



    thanks