How to run glassfish 4 on port 80 instead of 8080? root access is not an issue

To run GlassFish on port 80 you need to : Connect to the administration interface (by default on port :4848) In the left menu go to Configurations Then select the appropriate configuration you need to change eg server-config Then go to Network Config Then go to Network Listeners Select the appropriate listener, probably http-listener-1 Change … Read more

Glassfish 3.1.1 – How to enable secure admin for different domains?

You must specify the port the DAS (Domain Administration Server) is running on. For example: asadmin –host localhost –port 4848 enable-secure-admin asadmin –host localhost –port 5858 enable-secure-admin asadmin –host localhost –port 6868 enable-secure-admin Of course, this assumes the ports are for d1, d2, and d3 respectively. Hope this helps.

Why use Glassfish instead of Apache? What’s it strengths and weaknesses?

GlassFish is an Application Server which can also be used as a Web Server (Http Server). A web Server means: Handling HTTP requests (usually from browsers). A Servlet Container (e.g. Tomcat) means: It can handle servlets & JSP. An Application Server (e.g. GlassFish) means: It can manage Java EE applications (usually both servlet/JSP and EJBs). … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)