Members Login
Username 
 
Password 
    Remember Me  
Post Info TOPIC: Remote access to console


Newbie

Status: Offline
Posts: 2
Date:
Remote access to console
Permalink   
 


I have been able to successfully install the OPF console, and have no problem accessing it via web browser from the server where it is running.  However, when I try to access the console via web browser from a remote server (via IP address), I get the message "Open Flame console is loading..." but then nothing more.

This feels like a configuration problem, since, if I set my remote client's hosts file to reference the remote server as localhost, everything works fine.

Can someone point me in the right direction to configure OpenFlame to accept requests via IP address (or even different hostname) as well?  I'm sure it's simple, but not sure where to begin.



__________________


Moderator

Status: Offline
Posts: 2
Date:
Permalink   
 

You can do changes in environment.xml file in block:

<system name="opf-local" path="net.firejack">
            <packages>
                <package>net.firejack.openflame</package>
            </packages>
            <port>8080</port>
            <protocol>HTTP</protocol>
            <serverName>localhost</serverName>
            <urlPath>/openflame</urlPath>
</system>

and after changes you should launch reload.sh script.

Or another way you should go to system entity which placed by lookup address: net.firejack.opf-local, go to Resource Access tab and make changes. After you should restart tomcat.



__________________
Page 1 of 1  sorted by
 
Quick Reply

Please log in to post quick replies.



Create your own FREE Forum
Report Abuse
Powered by ActiveBoard