Je cherche à installer un serveur sur mon PC, mais je n'y arrive pas :o(
Voici comment j'ai procédé :
Apache HTTP Server 1.3.22
Execution du programme d'installation : apache_1.3.22-win32-x86.exe
Définition de la variable "Network domain" : domainName
Définition de la variable "Server Name" : localhost
J'ai ensuite testé la configuration :
C:\ApacheServer\Apache>apache -t
j'ai obtenu le message suivant :
C:/apacheserver/apache/conf/httpd.conf: Syntax OK
J'ai donc démarrer le serveur Apache :
C:\ApacheServer\Apache>apache -k start
Apache/1.3.22 (Win32) running...
Tout content, j'ai cherché à me connecter au serveur :
http://localhost/
mais là, c'est un message d'erreur qui s'affiche :
"La page ne peut pas être affichée"
Pourquoi ce message s'affiche-t-il ?
J'ai ensuite essayé d'arrêter le serveur Apache :
C:\ApacheServer\Apache>apache -k stop
et voici le résultat :
[Fri Jan 11 23:24:09 2002] [emerg] (123)Syntaxe du nom de fichier, de
répertoire
ou de volume incorrecte: OpenEvent on ap-154709_shutdown event
Pourquoi ce message s'affiche-t-il ?
**********************************************************************************
Tomcat 4.0.1
J'ai aussi essayé d'installer Tomcat.
Execution du programme d'installation : jakarta-tomcat-4.0.1.exe
Définition de la variable "CATALINA_HOME" dans le fichier autoexec.bat :
SET CATALINA_HOME=C:\ApacheServer\Tomcat4.0
Ensuite, j'ai voulu démarrer le serveur Tomcat :
C:\ApacheServer\Tomcat4.0\bin\startup
Espace d'environnement insuffisant
Espace d'environnement insuffisant
Espace d'environnement insuffisant
Espace d'environnement insuffisant
Using CATALINA_BASE:
Using CATALINA_HOME: C:\ApacheServer\Tomcat4.0
Using CLASSPATH:
Using JAVA_HOME: C:\Java\jdk1.3.1_02
Commande ou nom de fichier incorrect
http://localhost:8080/
Cela donne le même message d'erreur que pour le serveur Apache :o(
Merci pour votre aide.
Buzz