Last active
June 5, 2019 15:58
-
-
Save thiagoeh/4c2037335b0412e6f51d2d0812610a07 to your computer and use it in GitHub Desktop.
AMX Developer Server
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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