vscode-tomcat icon indicating copy to clipboard operation
vscode-tomcat copied to clipboard

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

Open jlucena opened this issue 6 years ago • 1 comments

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 avatar Oct 29 '19 13:10 jlucena

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???

jlucena avatar Oct 30 '19 10:10 jlucena