1
0
-1

I deployed one Joget service and want to access via Internet. But as some policy limited, I can't access on Internet via port 443. How could I configure the Joget configuration data to change access port ?

    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -1

      Hi, changing the server port means changing the configuration of your application server. For example, for Apache Tomcat you can refer to https://stackoverflow.com/questions/18415578/how-to-change-apache-tomcat-web-server-port-number. You can also set up a reverse proxy using a web server like in NGINX as Proxy to Tomcat. You might want to check with your network or system administrator for expertise in these areas.

        CommentAdd your comment...