adashen / vscode-tomcat

Other
65 stars 36 forks source link

ERROR Deploying a Java web application with Visual Studio Code and Tomcat for Java extension #269

Open jlucena opened 4 years ago

jlucena commented 4 years ago

I'm deploying a Deploying a Java web application with Visual Studio Code and Tomcat for Java extension, and I get a java.io.FileNotFoundException librerias\jquery-ui-1.8.2\development-bundle\themes\base\images\ui-bg_flat_75_ffffff_40x100.png.

I deploy the same web application outside Visual studio Code, in the webapp folder of my Tomcat and the web application run without problem.

Any suggestion??

Thanks

jlucena commented 4 years ago

I delete the folder \jquery-ui-1.8.2 from my source code, and then I can deploy the war with the Tomcat extesion from Visual Studio Code.Obviously, I need the jquery-ui-1.8.2 library in my project an I cand deltete.....

I think the Tomcat extesion can't deploy a path so large............Any suggestion???