Bonjour,

Je souhaite arrêter mon serveur tomcat dans le but de le relancer par la suite

J'ai suivi ce tuto pour l'installation du serveur web et je suis sur linux mint lmde.-> http://lea-linux.org/documentations/Apache_et_Tomcat

Cependant lorsque je lance la commande:

Code : Sélectionner tout - Visualiser dans une fenêtre à part
/usr/lib/apache-tomcat/bin/shutdown.sh
voici les erreurs que j'obtient et le serveur tomcat semble toujours fonctionner:

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
 
linuxmint-gbi gaetan # /usr/lib/apache-tomcat/bin/shutdown.sh
Using CATALINA_BASE:   /usr/lib/apache-tomcat
Using CATALINA_HOME:   /usr/lib/apache-tomcat
Using CATALINA_TMPDIR: /usr/lib/apache-tomcat/temp
Using JRE_HOME:        /usr
Using CLASSPATH:       /usr/lib/apache-tomcat/bin/bootstrap.jar:/usr/lib/apache-tomcat/bin/tomcat-juli.jar
juin 02, 2016 3:48:11 PM org.apache.catalina.startup.ClassLoaderFactory validateFile
AVERTISSEMENT: Problem with JAR file [/usr/share/tomcat8/lib/commons-dbcp.jar], exists: [false], canRead: [false]
juin 02, 2016 3:48:11 PM org.apache.catalina.startup.ClassLoaderFactory validateFile
AVERTISSEMENT: Problem with JAR file [/usr/share/tomcat8/lib/commons-pool.jar], exists: [false], canRead: [false]
juin 02, 2016 3:48:11 PM org.apache.catalina.startup.ClassLoaderFactory validateFile
AVERTISSEMENT: Problem with JAR file [/usr/share/tomcat8/lib/commons-dbcp.jar], exists: [false], canRead: [false]
juin 02, 2016 3:48:11 PM org.apache.catalina.startup.ClassLoaderFactory validateFile
AVERTISSEMENT: Problem with JAR file [/usr/share/tomcat8/lib/commons-pool.jar], exists: [false], canRead: [false]
juin 02, 2016 3:48:11 PM org.apache.catalina.startup.ClassLoaderFactory validateFile
AVERTISSEMENT: Problem with directory [/usr/share/tomcat8/common/classes], exists: [false], isDirectory: [false], canRead: [false]
juin 02, 2016 3:48:11 PM org.apache.catalina.startup.ClassLoaderFactory validateFile
AVERTISSEMENT: Problem with directory [/usr/share/tomcat8/common], exists: [false], isDirectory: [false], canRead: [false]
juin 02, 2016 3:48:11 PM org.apache.catalina.startup.ClassLoaderFactory validateFile
AVERTISSEMENT: Problem with directory [/usr/share/tomcat8/server/classes], exists: [false], isDirectory: [false], canRead: [false]
juin 02, 2016 3:48:11 PM org.apache.catalina.startup.ClassLoaderFactory validateFile
AVERTISSEMENT: Problem with directory [/usr/share/tomcat8/server], exists: [false], isDirectory: [false], canRead: [false]
juin 02, 2016 3:48:11 PM org.apache.catalina.startup.ClassLoaderFactory validateFile
AVERTISSEMENT: Problem with directory [/usr/share/tomcat8/shared/classes], exists: [false], isDirectory: [false], canRead: [false]
juin 02, 2016 3:48:11 PM org.apache.catalina.startup.ClassLoaderFactory validateFile
AVERTISSEMENT: Problem with directory [/usr/share/tomcat8/shared], exists: [false], isDirectory: [false], canRead: [false]
juin 02, 2016 3:48:11 PM org.apache.catalina.startup.Catalina stopServer
GRAVE: Catalina.stop:
java.io.FileNotFoundException: /usr/share/tomcat8/conf/server.xml (Aucun fichier ou dossier de ce type)
    at java.io.FileInputStream.open(Native Method)
    at java.io.FileInputStream.<init>(FileInputStream.java:146)
    at org.apache.catalina.startup.Catalina.stopServer(Catalina.java:427)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:606)
    at org.apache.catalina.startup.Bootstrap.stopServer(Bootstrap.java:400)
    at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:487)