Skip to content

Instantly share code, notes, and snippets.

@thiagoeh
Last active June 5, 2019 15:58
Show Gist options
  • Select an option

  • Save thiagoeh/4c2037335b0412e6f51d2d0812610a07 to your computer and use it in GitHub Desktop.

Select an option

Save thiagoeh/4c2037335b0412e6f51d2d0812610a07 to your computer and use it in GitHub Desktop.
AMX Developer Server
# Disable firewall
netsh advfirewall set allprofiles state off
# /openspace
http://localhost:8181/openspace/openspace.html
netsh interface portproxy add v4tov4 listenport=80 connectaddres=127.0.0.1 connectport=8181
# /amxadministrator
http://localhost:8120/amxadministrator/loginForm.jsp
netsh interface portproxy add v4tov4 listenport=8080 connectaddres=127.0.0.1 connectport=8120
https://community.tibco.com/questions/how-configurerestrict-access-amxbpm-administrator-network-interface
cd C:\Program Files\tibco\amx-bpm\amx\3.4\bin
Configuration folder: C:\ProgramData\amx-bpm\tibco\data
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment