Questions tagged [glassfish]
31 questions
7
votes
4 answers
How to I install Glassfish on Ubuntu from the command line?
I have a Linux machine (Ubuntu) and I installed GlassFish and everything worked fine. The thing is, I was using Linux from the desktop UI and the installer featured a graphical wizard.
I am wondering, if I create a Linux virtual machine on Amazon…
Robert Hume
- 173
3
votes
1 answer
How to setup glassfish v3?
There is no package name glassfish or something else related to glassfish.I have to download it to local and unpack the file,but I don't know what to do next,How to start it at startup.
Thanks for your help
Shisoft
- 208
3
votes
1 answer
starting glassfish on ubuntu 12.04
I have installed glassfish in ubuntu 12.04 from below: (the first one)
http://glassfish.java.net/public/downloadsindex.html#top
I have user-admin and password-admin for administrator and installation directory is root/glassfish
After installing it…
richa
- 95
2
votes
1 answer
How to run Glassfish on Java 9?
As I recall, it's just a matter of invoking asadmin to enter the asadmin shell:
thufir@dur:~$
thufir@dur:~$ glassfish-5.0/glassfish5/bin/asadmin
Exception in thread "main" java.lang.NullPointerException
at…
Thufir
- 4,631
2
votes
1 answer
How to delete GlassFish Server ?
I need to delete glassfish server on ubuntu.
I didn't find uninstall file, how can I delete glassfish ?
Ali Baran
- 23
2
votes
0 answers
how to install glassfish on an ubuntu 16.04
I am trying to install the glassfish on an ubuntu Machine 16.04
I follow the tutorial given here http://idroot.net/linux/install-glassfish-ubuntu-16-04/
however, everything goes well until
I run this
glassfish4/bin/asadmin start-domain
and it…
Moh
- 41
2
votes
1 answer
How to uninstall NetBeans 8.1's Tomcat and GlassFish?
I am running Ubuntu GNOME 16.04.1 with GNOME 3.20 (though I was running 15.10 when I installed it) and when I installed NetBeans 8.1 I selected to install Tomcat and GlassFish as well which seem to be located in /usr/local as far as I can tell along…
user364819
2
votes
1 answer
Install Glassfish 4 on Amazon EC2 Ubuntu instance
I have a EC2 instance on AWS running Ubuntu 13.10 and I need to install Glassfish 4 on it. I have found several tutorials on how to install Glassfish 3.x on it, including this one and I tried to just do that tutorial substituting in glassfish 4…
Kyle
- 123
2
votes
4 answers
How do install glassfish on ubuntu server 12.x?
Does anyone know how to install Glassfish on ubuntu server? is there some kind of command line that does it seeing as ubuntu server has no UI so to speak?
For example, if I wish to install mysql I simply run this
sudo apt-get install…
Jono
- 541
- 3
- 11
- 19
2
votes
1 answer
How could i install JSF in ubuntu?
How could I add JSF to my system having JEE, tomcat, jboss, glassfish, and apache working?
user61928
1
vote
1 answer
Is there an equivalent to `chkconfig --add` in Ubuntu?
I don't have an IT background so be patient with me, please.
I have an Ansible file (.yml) for glassfish configuration service, that was built for CentOS.
I'm trying to "transform it" for use it with Ubuntu 14.04.
In the file I have this:
name:…
Pedro
- 11
1
vote
0 answers
error while using enable-secure-admin
I'm trying to install glassfish on a server (I also installed Java) but I got this error:
Remote server does not listen for requests on [localhost:4848]. Is the server up?
No such local command: enable-secure-admin. Unable to access the server to…
donkei
- 11
1
vote
0 answers
Ubuntu Server 16.04 Glassfish 4.1.1 problems
I have Ubuntu server 16.04 installed. I downloaded glassfish 4.1.1 and latest jdk8 and setup the environment variables and all. After that i enabled remote admin and deployed my application. Problem comes when i try to access the secure admin, which…
kalgecin
- 81
1
vote
2 answers
Glassfish ssl console handshake exception
I'm running ubuntu 14.04 server.
I installed glassfish 4.1.
I want to acces the console from outside so I did
asadmin --host localhost --port 4848 enable-secure-admin
After that step calling www.myhost.com:4848/console/ is giving me a security…
tweetysat
- 390
1
vote
0 answers
Secure Admin must be enabled to access the DAS remotely - access Glassfish config page
My environment is Ubuntu 18.10. It is a new installation, no firewall or processes that run on Glassfish ports.
I installed Glassfish 5 on the server. Java 8, because Glassfish doesn't support any newer. And when I tried to access my config page, of…
CyberGriZzly
- 111