my problem is simple ( but I can't figure how to solve it ) I installed the last version of netbeans ( 8.1 ) and I activated the java EE java Se module and installed glassfish & tomcat 8.0.27.0 on my system.
The problem : Glassfish is starting well but tomcat wont launch no matter the version or the location of the serveur, the only output that i have is this :
Le fichier sp‚cifi‚ est introuvable.
Using CATALINA_BASE: "C:\Users\*****\AppData\Roaming\NetBeans\8.1\apache-tomcat-8.0.27.0_base"
Using CATALINA_HOME: "C:\Program Files\ApacheSoftwareFoundation\ApacheTomcat8.0.27"
Using CATALINA_TMPDIR: "C:\Users\*****\AppData\Roaming\NetBeans\8.1\apache-tomcat-8.0.27.0_base\temp"
Using JRE_HOME: "C:\Program Files\Java\jdk1.8.0_73"
Using CLASSPATH: "C:\Program Files\ApacheSoftwareFoundation\ApacheTomcat8.0.27\bin\bootstrap.jar;C:\Program Files\ApacheSoftwareFoundation\ApacheTomcat8.0.27\bin\tomcat-juli.jar"
Any idea how to solve it ?
PS: "Le fichier sp‚cifi‚ est introuvable." mean : "the specified file cannot be found"