I finally got it to work. :-)
In my /etc/hosts file, I have this configuration :
Code:
127.0.0.1 localhost.localdomain localhost
Although in the JSTL tag, I put :
Code:
url="jdbc:mysql://localhost/ebusines
Somehow, the JSTL tried to connect to user
[email protected]ldomain that does not exist in mysql.
So I created a new user
[email protected]ldomain, and everything works just fine... :-)
Thanks for your help, Martyn...
and