Register for Webinar

Unlocking the Future of Service Desk with Intelligent Automation
June 8th   1:00 PM EST

    Register for Webinar

    Create, then Automate: A Conversation on how to Standardize Business Processes to Automate Them
    November 10th   1.00 PM EST


    Register for
    Webinar

    Register for
    Webinar

    Exposing Savvion Portal to Internet for JBOSS Application servers

    Exposing Savvion Portal to Internet for JBOSS Application Servers

    This post will help you to expose Savvion BPM portal to the Internet when installed with the JBOSS application servers

    Case

    Savvion cannot be accessed by default through the internet when installed with the JBOSS application server. It can only be accessed from the same host using localhost in the URL or from the IP address / actual hostname in the same intranet. We have to do the below changes in order to expose it to the internet.

    Step 1:

    For this we have to modify startEjbServer and startPortalServer commands located under JBOSS_HOME/bin directory of Savvion.

    The path will be:

    SBM_HOME/jboss/bin

    Here SBM_HOME refers to the path where your SBM is installed.

    Step 2:

    Configuration for the EJB Server:

    Make the change in the below line from call %SBM_HOME%\jboss\bin\jbossrun.cmd -c ejbServer -b localhost

    to call %SBM_HOME%\jboss\bin\jbossrun.cmd -c ejbServer -b 0.0.0.0

    In other words, the general path would be:

    call %APPSERVER_HOME%\bin\jbossrun.cmd -c %EJB_SERVER_NAME% -b 0.0.0.0

    Step 3:

    Configuration for the Portal Server:

    Make the change in the below line from call %SBM_HOME%\jboss\bin\jbossrun.cmd -c portalServer -b localhost

    to call %SBM_HOME%\jboss\bin\jbossrun.cmd -c portalServer -b 0.0.0.0

    In other words, general path would be:

    call %APPSERVER_HOME%\bin\jbossrun.cmd -c %PORTAL_SERVER_NAME% -b 0.0.0.0

    Embark On Your Automation Journey

    With Nividous Quick Start Guarantee!
    Nividous

    Get articles from Automation Experts
    in your inbox

    Join > 10K People Community
    SUBSCRIBE
    Cross