I use JSP and Tomcat. It is necessary to replace the call http://localhost:8084/LDB/?user=drt with http://localhost:8084/LDB/drt . How to do it?
http://localhost:8084/LDB/?user=drt
http://localhost:8084/LDB/drt
What you are asking is called address rewriting (URL rewrite). This can be achieved in at least two ways:
Source: https://ru.stackoverflow.com/questions/539905/More articles:How to divide a line into three parts and get numbers from it?How to find out the exact name of the browser in php?Getting the value of Input and ValueQuestion by facebook namely fb: uiProblem with owlcarouselrails puma constant growth of used memoryHow to call the CancellationToken method correctly in VB.NETHow to get the frequency of music on html 5 audio apipassing textarea to dataHow to remove duplicate elements from an array?All Articles