Categories:
Audio (13)
Biotech (29)
Bytecode (36)
Database (77)
Framework (7)
Game (7)
General (507)
Graphics (53)
I/O (35)
IDE (2)
JAR Tools (101)
JavaBeans (21)
JDBC (121)
JDK (426)
JSP (20)
Logging (108)
Mail (58)
Messaging (8)
Network (84)
PDF (97)
Report (7)
Scripting (84)
Security (32)
Server (121)
Servlet (26)
SOAP (24)
Testing (54)
Web (15)
XML (309)
Collections:
Other Resources:
Glassfish Server Application URL
What is the URL to access the Glassfish Server default application?
✍: FYIcenter
The URL to access the Glassfish Server default application
is "http://localhost:8080" by default.
You can use the Glassfish Server application URL as described below:
1. Start the Glassfish server.
2. Open a Web browser and go to: http://localhost:8080. You see the default home page of the default application, which gives the following message:
GlassFish Server Your server is now running To replace this page, overwrite the file index.html in the document root folder of this server. The document root folder for this server is the docroot subdirectory of this server's domain directory. ...
⇒ FAQ for Java EE (Enterprise Edition)
⇐ What Is Glassfish Server Console
2018-01-27, 956🔥, 0💬
Popular Posts:
JDK 11 java.management.jmod is the JMOD file for JDK 11 Management module. JDK 11 Management module ...
This package is the backport of java.util.concurrent API, introduced in Java 5.0 and further refined...
What Is commons-collections4-4.4 .jar?commons-collections4-4.4 .jaris the JAR file for Apache Common...
How to run "jar" command from JDK tools.jar file? "jar" is the JAR (Java Archive) file management co...
The Java Naming and Directory Interface (JNDI) is part of the Java platform, providing applications ...