Answer the question
In order to leave comments, you need to log in
[[+content_image]]
Glassfish domains start, nothing happens, what's wrong?
So there is a VPS.
CentOS 7 64
I installed java-1.8*
installed glassfish4
asadmin domains raises enable-secure-admin did
[[email protected] ~]# sudo lsof -Pn -iTCP -sTCP:LISTEN | grep '8080\|4848'
java 1400 root 349u IPv6 3818283652 0t0 TCP *:8080 (LISTEN)
java 1400 root 358u IPv6 3818284369 0t0 TCP *:4848 (LISTEN)
Here's another
COMMAND PID USER NAMETYPEOFF DEVICE SIZE
sendmail 377 root 4u IPv4 3813528452 0t0 TCP 127.0.0.1:25 (LISTEN)
sshd 840 root 3u IPv4 3816127270 0t0 TCP *:22 (LISTEN)
sshd 840 root 4u IPv6 3816127277 0t0 TCP *:22 (LISTEN)
httpd 1030 root 3W IPv4 3816157910 0t0 TCP * 80 (Listen)
httpd 1031 Apache 3U IPv4 3816157910 0T0 TCP * 80 (Listen)
Java 1400 root 349u ipv6 3818283652 0T0 TCP *: 8080 (Listen)
Java 1400 root 354u ipv6 3818284000 0T0 TCP *:8181 (LISTEN)
java 1400 root 358u IPv6 3818284369 0t0 TCP *:4848 (LISTEN)
java 1400 root 363u IPv6 3818285427 0t0 TCP *:3700 (LISTEN)
java 1400 root 370u IPv6 38182901333 *:
48182901333 root 371u IPv6 3818289128 0t0 TCP *:7676 (LISTEN)
Did I forget something? Should he give me something on port 8080 and on 4848 admin panel?
Or does he still need some kind of nginix webserver?
And where is Apache from? I didn't put it on.
Answer the question
In order to leave comments, you need to log in
ps -ef | grep java
shows what? What is written to the standard output at startup, are there definitely no errors there? What's in the domain logs?
And what should happen next?
The service listens on ports if you cannot reach them. Then that's another problem.
put iptables -S here.
==============================
Apache is very often installed on VDS.
The last time I took VDS 2 months ago for tests. Also on Centos.
At the start, I had an Apache bind and a bunch of other services that I just turned off.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question