I can´t reach the glassfish control panel in my browser

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP


.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty margin-bottom:0;







up vote
0
down vote

favorite












I´m trying to make a small web server in my home network within a virtual machine with Ubuntu Server 18.04.1



I installed glassfish server 5.0 with Oracle JDK (Java 8), but something strange happens when enabling secure admin. Here is a short history of what I did:



I download glassfish: wgetdownload.oracle.com/glassfish/5.0/release/glassfish-5.0.zip



Install unzip: apt-get install unzip



unzipped the file: unzip glassfish-5.0.zip –d /opt



Create a glassfish user: sudo useradd –system name –d /opt/glassfish5



Change owner of directory files: sudo chown –R name /opt/glassfish5/



Change the group to be admin: sudo chgrp –R sudo /opt/glassfish5/



Set execution permissions for the glassfish scripts: sudo chmod –R +x /opt/glassfish5/bin, sudo chmod –R +x /opt/glassfish5/glassfish/bin



Ok, up to this point I can get to see the main login page, but it forces me to activate secure admin ....



enter image description here



The problem is that if I activate that command, it will not let me enter the glassfish server from the browser ....



I do the crazy idea of ​​only establishing a username and password without enabling secure admin but it forces me to do it.



enter image description hereenter image description here



How do I handle this problem?







share|improve this question



























    up vote
    0
    down vote

    favorite












    I´m trying to make a small web server in my home network within a virtual machine with Ubuntu Server 18.04.1



    I installed glassfish server 5.0 with Oracle JDK (Java 8), but something strange happens when enabling secure admin. Here is a short history of what I did:



    I download glassfish: wgetdownload.oracle.com/glassfish/5.0/release/glassfish-5.0.zip



    Install unzip: apt-get install unzip



    unzipped the file: unzip glassfish-5.0.zip –d /opt



    Create a glassfish user: sudo useradd –system name –d /opt/glassfish5



    Change owner of directory files: sudo chown –R name /opt/glassfish5/



    Change the group to be admin: sudo chgrp –R sudo /opt/glassfish5/



    Set execution permissions for the glassfish scripts: sudo chmod –R +x /opt/glassfish5/bin, sudo chmod –R +x /opt/glassfish5/glassfish/bin



    Ok, up to this point I can get to see the main login page, but it forces me to activate secure admin ....



    enter image description here



    The problem is that if I activate that command, it will not let me enter the glassfish server from the browser ....



    I do the crazy idea of ​​only establishing a username and password without enabling secure admin but it forces me to do it.



    enter image description hereenter image description here



    How do I handle this problem?







    share|improve this question























      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      I´m trying to make a small web server in my home network within a virtual machine with Ubuntu Server 18.04.1



      I installed glassfish server 5.0 with Oracle JDK (Java 8), but something strange happens when enabling secure admin. Here is a short history of what I did:



      I download glassfish: wgetdownload.oracle.com/glassfish/5.0/release/glassfish-5.0.zip



      Install unzip: apt-get install unzip



      unzipped the file: unzip glassfish-5.0.zip –d /opt



      Create a glassfish user: sudo useradd –system name –d /opt/glassfish5



      Change owner of directory files: sudo chown –R name /opt/glassfish5/



      Change the group to be admin: sudo chgrp –R sudo /opt/glassfish5/



      Set execution permissions for the glassfish scripts: sudo chmod –R +x /opt/glassfish5/bin, sudo chmod –R +x /opt/glassfish5/glassfish/bin



      Ok, up to this point I can get to see the main login page, but it forces me to activate secure admin ....



      enter image description here



      The problem is that if I activate that command, it will not let me enter the glassfish server from the browser ....



      I do the crazy idea of ​​only establishing a username and password without enabling secure admin but it forces me to do it.



      enter image description hereenter image description here



      How do I handle this problem?







      share|improve this question













      I´m trying to make a small web server in my home network within a virtual machine with Ubuntu Server 18.04.1



      I installed glassfish server 5.0 with Oracle JDK (Java 8), but something strange happens when enabling secure admin. Here is a short history of what I did:



      I download glassfish: wgetdownload.oracle.com/glassfish/5.0/release/glassfish-5.0.zip



      Install unzip: apt-get install unzip



      unzipped the file: unzip glassfish-5.0.zip –d /opt



      Create a glassfish user: sudo useradd –system name –d /opt/glassfish5



      Change owner of directory files: sudo chown –R name /opt/glassfish5/



      Change the group to be admin: sudo chgrp –R sudo /opt/glassfish5/



      Set execution permissions for the glassfish scripts: sudo chmod –R +x /opt/glassfish5/bin, sudo chmod –R +x /opt/glassfish5/glassfish/bin



      Ok, up to this point I can get to see the main login page, but it forces me to activate secure admin ....



      enter image description here



      The problem is that if I activate that command, it will not let me enter the glassfish server from the browser ....



      I do the crazy idea of ​​only establishing a username and password without enabling secure admin but it forces me to do it.



      enter image description hereenter image description here



      How do I handle this problem?









      share|improve this question












      share|improve this question




      share|improve this question








      edited 2 days ago
























      asked 2 days ago









      TwoDent

      1012




      1012

























          active

          oldest

          votes











          Your Answer







          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "89"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          convertImagesToLinks: true,
          noModals: false,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );








           

          draft saved


          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1062112%2fi-can%25c2%25b4t-reach-the-glassfish-control-panel-in-my-browser%23new-answer', 'question_page');

          );

          Post as a guest



































          active

          oldest

          votes













          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes










           

          draft saved


          draft discarded


























           


          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1062112%2fi-can%25c2%25b4t-reach-the-glassfish-control-panel-in-my-browser%23new-answer', 'question_page');

          );

          Post as a guest













































































          Popular posts from this blog

          pylint3 and pip3 broken

          Missing snmpget and snmpwalk

          How to enroll fingerprints to Ubuntu 17.10 with VFS491