Tomcat 8.5.31 with Netbeans 8.2: Error

0

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.

    
asked by TOMAS 09.05.2018 в 16:50
source

1 answer

0

Try to give permissions to the tomcat folder for your user, regularly the route is:

"C:\Program Files\Apache Software Foundation\Tomcat (Tu Version)"
    
answered by 09.05.2018 в 16:55