> On Aug 3, 2024, at 11:51, Sebastian Trost <m...@sebastiantrost.de.INVALID> 
> wrote:
> 
> On 03.08.2024 18:19, Alan Masters wrote:
>> 
>> This is the extract from the logs:
>> 
>>    03-Aug-2024 15:15:16.500 SEVERE [http-nio-8080-exec-10]
>>    org.apache.catalina.startup.ExpandWar.copy Error copying
>>    [C:\Program
>>    
>> Files\apache-tomcat-9.0.91\apache-tomcat-9.0.91\webapps\Downloads\CalculatorJSP.war]
>>    to [C:\Program
>>    Files\apache-tomcat-9.0.91\apache-tomcat-9.0.91\webapps\CalculatorJSP.war]
>>        java.io.FileNotFoundException: C:\Program
>>    
>> Files\apache-tomcat-9.0.91\apache-tomcat-9.0.91\webapps\Downloads\CalculatorJSP.war
>>    (The system cannot find the path specified)
>> 
> 
> I'm not sure what you're doing - please just manually drop your 
> CalculatorJSP.war in C:\Program 
> Files\apache-tomcat-9.0.91\apache-tomcat-9.0.91\webapps. Then check if inside 
> the webapps directory a new directory calles 'CalculatorJSP' has been 
> created. If so, please try to open 
> http://localhost:8080/CalculatorJSP/calculator.jsp with your browser.


Also, you really, really do not want anything under the webapps directory that 
isn’t an actual webapp - you need to put your Downloads folder somewhere else, 
if you actually need it at all.

  - Chuck


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to