Bonjour,
j'ai une url du type :
http://localhost:8080/nomduwar/include/fichier.jsp
avec
request.getRequestURI() je récupère : /nomduwar/include/fichier.jsp
request.getRequestURL() je récupère : http://localhost:8080/nomduwar/include/fichier.jsp
mon problème est de récupérer :
http://localhost:8080
et
http://localhost:8080/nomduwar
Merci pour vos lumières
Partager