在pox.xml文件中添加
jsp中获取当前的url
<%
String path = request.getContextPath();
String bastPath = request.getScheme()+”://”+request.getServerName()+”:”+request.getServerPort()+path+”/”;
%>
The username you provided is not allowed to use the text-based Tomcat Manager (error 403)
Tomcat管理
💬 评论