https://bz.apache.org/bugzilla/show_bug.cgi?id=68035

brandg...@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|FIXED                       |---
             Status|RESOLVED                    |REOPENED

--- Comment #5 from brandg...@gmail.com ---
Tested this again in 10.1.16

Still seeing an issue. Seems like it is trying to deploy the webapp from
apache-tomcat/bin rather than appBase.

https://github.com/apache/tomcat/blob/a0d5005d00719ff387408d1379ba4a2b88795cbc/java/org/apache/catalina/manager/ManagerServlet.java#L954

I added some debug statements and here are the logs from manager.

11-Dec-2023 09:40:24.702 INFO [http-nio-8080-exec-1]
org.apache.catalina.core.ApplicationContext.log Manager: install: Installing
web application '/my-webapp' from 'my-webapp'
11-Dec-2023 09:40:24.704 INFO [http-nio-8080-exec-1]
org.apache.catalina.core.ApplicationContext.log Manager: file:
'C:\Users\brandon.gutzmann\Downloads\apache-tomcat-10.1.16-windows-x64\apache-tomcat-10.1.16\bin\my-webapp'
local:
'C:\Users\brandon.gutzmann\Downloads\apache-tomcat-10.1.16-windows-x64\apache-tomcat-10.1.16\webapps\my-webapp'
11-Dec-2023 09:40:24.705 INFO [http-nio-8080-exec-1]
org.apache.catalina.core.ApplicationContext.log Manager: not equal

And the same error as before

11-Dec-2023 09:40:24.708 SEVERE [http-nio-8080-exec-1]
org.apache.catalina.startup.ExpandWar.copy Error copying [my-webapp] to
[C:\Users\brandon.gutzmann\Downloads\apache-tomcat-10.1.16-windows-x64\apache-tomcat-10.1.16\webapps\my-webapp]
        java.io.FileNotFoundException: my-webapp (The system cannot find the
file specified)

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to