A Foreword for Installing Java Development Kit (JDK) in Linux Operating System This article is written to show how to […]
Category: Java
How to Get Default Context Root URL in JSP
This article focus on the discussion about how to get default context root URL in JSP. Basically, not only the […]
How to Connect to Wildfly Management Console via Command Line
This is an article related with Wildfly Java Application Server. The detail is on how to connect to the management […]
How to Run Wildfly Java Application Server via Command Line
This article specifically contains the material for explaining about how to run Wildfly Java Application Server via command line using […]
How to Solve Error Message : Loading class `com.mysql.jdbc.Driver’. This is deprecated. The new driver class is `com.mysql.cj.jdbc.Driver’.
Eventually, the focus of this article is specifically discuss about how to load the correct or the suitable driver of […]
How to Solve Wildfy Error Message : WFLYJCA0041: Failed to load module for driver [com.mysql]
As shown in the title of this article which is happened to show the actual error message generated upon executing […]
How to Load MySQL Database Driver in Wildfly Java Application Server
In this article, the main purpose is solely to explain the steps taken in order to load MySQL Database Driver […]
How to Solve the Error Message: Unexpected element ‘{http://java.sun.com/xml/ns/persistence}jta-data-source’ encountered
This article specifically written in order to try to give an answer and further explain on how to solve the […]
Java Error Compilation
This is an article written regarding on the error of the application compilation where it exists using the maven tool. […]
How to Use JSP Scriptlet
This article specifies on how to use JSP scriptlet inside the JSP file. It is one of the available feature […]