skip to Main Content

Tomcat manager app: not authorized to view page – Plesk

I try to deploy my app from Docker. In Dockerfile: FROM tomcat:9-jre8-alpine ADD config/tomcat-users.xml /usr/local/tomcat/conf/tomcat-users.xml ADD config/settings.xml /usr/local/tomcat/conf/settings.xml ADD config/context.xml /usr/local/tomcat/webapps/manager/META-INF/context.xml ADD target/author.war /usr/local/tomcat/webapps/ROOT.war EXPOSE 8080 CMD ["catalina.sh","run"] so, in tomcat-users.xml: <tomcat-users xmlns="http://tomcat.apache.org/xml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://tomcat.apache.org/xml tomcat-users.xsd http://tomcat.apache.org/xml " version="1.0"> <role…

VIEW QUESTION

URL friendly ASP Classic and Isapi Rewrite – Plesk

The point is, I can access an address dominio.com/modulo/id/titulo and it rewrites to dominio.com/default.asp?link=artigo&id=123&titulo=teste, but my question is whether I can do the reverse process, i.e. go to dominio.com/default.asp?link=artigo&id=123&titulo=teste and it changes to dominio.com/modulo/id/titulo. Codes: ASP <!DOCTYPE html><html lang="pt-br"><head><meta charset="utf-8"/><title>Teste…

VIEW QUESTION
Back To Top
Search