Fix lỗi Unable to Connect to SSL Services due to PKIX Path Building Failed

Leave a Comment
Fix lỗi Unable to Connect to SSL Services due to PKIX Path Building FailedGửi mail hay đọc mail inbox Java thường sẽ gặp lỗi Unable to Connect to SSL Services due to PKIX Path Building FailedDưới đây là cách khắc phục :DProblem - tại sao bị thế!Attempting to access applications that are encrypted with SSL (for example HTTPS, LDAPS, IMAPS) throws an exception and the connection is refused. This can happen when attempting to establish...
Xem Tiếp

Tomcat cách deploy war file [Manager Application]

Leave a Comment
Tomcat cách deploy war file [Manager Application]Video hướng dẫn: https://www.youtube.com/watch?v=9X9DA8oVodk Khi vào localhost:8080, bạn sẽ chọn Manager App -> đăng nhập sẽ không đượcĐể có tài khoản bạn vào: \apache-tomcat-8.0.37\conf\tomcat-users.xmlSau đó xóa hết nội dụng file đó và chèn các lệnh bên dưới:Lúc này user và pass là admin<?xml version='1.0' encoding='utf-8'?><tomcat-users><role rolename="manager-gui"/><role...
Xem Tiếp

Cơ bản về GSON JSON

Leave a Comment
Gson also support the old java classes which had not support of generics in them for type information. It just work with these legacy classes smoothly.In this tutorial, I am giving few examples of very common tasks you can perform with Google Gson.Examples Listing1) Two ways to create Gson objects2) Convert Java objects to JSON format3) Convert JSON to Java Objects4) Writing an Instance Creator5) Custom Serialization and De-serialization6)...
Xem Tiếp