Categories:
Audio (13)
Biotech (29)
Bytecode (36)
Database (77)
Framework (7)
Game (7)
General (507)
Graphics (53)
I/O (35)
IDE (2)
JAR Tools (102)
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 (322)
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, ∼1830🔥, 0💬
Popular Posts:
Java Servlet API 4.0.1 Source Code Files are important if you want to compile them with different JD...
JDK 11 java.xml.jmod is the JMOD file for JDK 11 XML (eXtensible Markup Language) module. JDK 11 XML...
If you are a Java developer, it is very often that you need to use some 3rd party libraries to perfo...
How to download and install ojdbc11.jar for Oracle 21c? ojdbc11.jar for Oracle 21c is a Java JDBC Dr...
How to perform XML Schema validation with sax\Writer.java provided in the Apache Xerces package? You...