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


.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 ....
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.
How do I handle this problem?
server glassfish
add a comment |Â
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 ....
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.
How do I handle this problem?
server glassfish
add a comment |Â
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 ....
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.
How do I handle this problem?
server glassfish
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 ....
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.
How do I handle this problem?
server glassfish
edited 2 days ago
asked 2 days ago


TwoDent
1012
1012
add a comment |Â
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password