I have a project in Java
and I change the contenedor de Servlet
Glassfish
per Tomcat
.
The problem is that Tomcat
does not work, it throws the following error:
Starting Tomcat process ... Waiting for Tomcat ... Starting of Tomcat failed /home/educacion/NetBeansProjects/hotelre/nbproject/build-impl.xml:1045: Deployment error: Starting of Tomcat failed. See the server log for details BUILD FAILED (total time: 4 seconds)
In another log window called Apache Tomcat or TomEE
throw these errors:
java.io.FileNotFoundException: /home/educacion/Descargas/apache-tomcat-8.5.31/logs/catalina.2018-05-09.log (Permission denied)
There is a problem in the file build-impl.xml
that I do not know how to solve it:
<nbdeploy clientUrlPart="${client.urlPart}" debugmode="false" forceRedeploy="${forceRedeploy}"/>
Try to give the permissions but when I go to the folder I can not find any file. The folder is empty.
Thank you.