On 21/12/2019 19:27, Zahid Rahman wrote: > I am on http://tomcat.apache.org/tomcat-8.5-doc/manager-howto.html > Tomcat Web Application Manager > This same page is produced by > http://localhost:8080/manager/html > http://localhost:8080/manager/ > but http://localhost:8080/manager/text > produces > > FAIL - Unknown command [/text] > > I thought that was a valid url, it is in my ant configuration, build.xml. > <property name="manager.url" value="http://localhost:8080/manager/text"/>
That URL doesn't contain a command. Hence the error message. See http://tomcat.apache.org/tomcat-9.0-doc/manager-howto.html#Supported_Manager_Commands Mark --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
