How to configure listen IP/port of git daemon in BxMS/RHPAM/RHDM?
Issue
- The requirement is to connect an IDE to the remote
Business Central
'sgit
repository. UsuallyBusiness Central
has the git repository URL as : URI:git://repository1
. So in from the IDE, while clickingClone a Git Repository
, the whole URI is shown asgit://myhost.com/repository1
. Unfortunately, it doesn't connect.netstat
command prints the out-put as-
TCP 127.0.0.1:9418 0.0.0.0:0 LISTENING
- How do to adjust
Business Central
's configurations to let it'sgit
repository accessible from a remote IDE? - How can users access the
Business Central Git repository
through an external network interface? ex.git://10.10.10.10:9418/repository1
- Users need to be able to push rule/process asset changes back to the
Business Central Git repository
. They are aware to addSSH
protocol related system properties tostandalone.xml
ofJBoss EAP 6.x
installation to enable pushing changes toBusiness Central Git repository
viaSSH
protocl. However, users might still like to refer to a sample copy of astandalone.xml
file to see how the system-properties are setup to enableSSH
protocol for theBusiness Central Git repository
. Is there a file to be referred as an example? - I was able to connect my business central git repository running between jbds and business central both running in my desktop.But when i try to connect it to a remote cloud vm machine it always fails.We are using websphere where busniess central is running. Is there any ssh key setup that should be done here ? I saw something like to set the property
org.uberfire.nio.git.daemon.host
to our cloud host. Is there any thing else with respect to websphere ?
Environment
- Red Hat JBoss BRMS (BRMS)
- 6
- Red Hat Process Automation Manager (RHPAM)
- 7
- Red Hat Decision Manager (RHDM)
- 7
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.