Failure in context path - Netbeans -Tomcat

0

I create a web application from 0 with all default values, with apache tomcat 8.5 server and immediately when the project is created I try to start it so that the index.html that is created by default starts, however this does not happen, the following appears to me.

    ant -f "C:\Users\chamo\Desktop\Programacion\Java EE\Carrito" -Dnb.internal.action.name=run -Ddirectory.deployment.supported=true -DforceRedeploy=false -Dnb.wait.for.caches=true "-Dbrowser.context=C:\Users\chamo\Desktop\Programacion\Java EE\Carrito" run
init:
deps-module-jar:
deps-ear-jar:
deps-jar:
library-inclusion-in-archive:
library-inclusion-in-manifest:
compile:
compile-jsps:
In-place deployment at C:\Users\chamo\Desktop\Programacion\Java EE\Carrito\build\web
deploy?config=file%3A%2FC%3A%2FUsers%2Fchamo%2FAppData%2FLocal%2FTemp%2Fcontext4849163246449515563.xml&path=/Carrito
FALLO - No pude desplegar la aplicación en ruta de contexto [/Carrito]
C:\Users\chamo\Desktop\Programacion\Java EE\Carrito\nbproject\build-impl.xml:1045: The module has not been deployed.
See the server log for details.
BUILD FAILED (total time: 1 second)

Again, this project is completely new and brings the default values, delete it and create it two or three times and the same error always happens, however when I run old projects they work without problems.

    
asked by Pedro Montenegro 19.08.2018 в 07:32
source

1 answer

0

Well these days I did not find any solution in terms of configurations, so I decided to uninstall and reinstall with the latest version of Netbeans and it worked perfectly.

    
answered by 22.08.2018 / 05:26
source