tomcat_instalation - Java - Programmation
Marsh Posté le 26-08-2004 à 12:02:03
As tu quand même essayé d'accéder à
http:\\localhost:8080 ???
Marsh Posté le 26-08-2004 à 13:50:51
Regarde un peu tes fichiers log {$TOMCAT_HOME/logs}. Que disent ils ?
Y a t-il une erreur signalée ?
Marsh Posté le 27-08-2004 à 11:17:52
Tu es sous linux ??
essaye : http://127.0.0.1:8080
localhost doit être associé à 127.0.0.1 dans le fichier /etc/hosts pour que http://localhost fonctionne
Ca m'ai déjà arrivé en tapant http://localhost que mozilla essaie de se connecter à http://localhost.be !!!
Marsh Posté le 27-08-2004 à 13:10:23
Vérifies que tes ports sont bien ouverts. Car j'ai déjà eu un pb similaire et la raison était que le parefeu de la machine bloquait tout.
Marsh Posté le 27-08-2004 à 13:17:21
pascal34 a écrit : |
c'est la config de moz/ff qui fait ca,rien a voir
Marsh Posté le 27-08-2004 à 13:18:04
tu as ajoute une appli a toi, ou c'est l'install par defaut de tomcat?
Marsh Posté le 27-08-2004 à 16:20:47
oliv5 a écrit : Vérifies que tes ports sont bien ouverts. Car j'ai déjà eu un pb similaire et la raison était que le parefeu de la machine bloquait tout. |
comment je verifie les ports ?
Marsh Posté le 27-08-2004 à 16:21:40
fasraoui a écrit : comment je verifie les ports ? |
fais un ping sur un port precis, sinon, tu dois bien savoir si tu as un firewall et si oui: quel port il bloque?
Marsh Posté le 27-08-2004 à 16:24:22
uriel a écrit : fais un ping sur un port precis, sinon, tu dois bien savoir si tu as un firewall et si oui: quel port il bloque? |
-> telnet plutot non ...
Marsh Posté le 27-08-2004 à 16:32:59
senternal a écrit :
|
ouais, je teste la vigilance des forumeurs
(desole, je me suis trompe )
Marsh Posté le 27-08-2004 à 16:58:11
j'ai tapé le commande mais !
telnet 80
Trying 0.0.0.80...
Marsh Posté le 27-08-2004 à 17:45:36
fasraoui a écrit : j'ai tapé le commande mais ! |
Heu, je crois que la ligne de commande suivante s'impose...
> man telnet
Marsh Posté le 26-08-2004 à 11:42:50
j'ai instalé tomcat-3.3.2, et quand je lance la commande:
usr/local/tomcat_nv//bin/../lib/common/commons-logging-api.jar
admin
examples
admin
examples
ROOT
$TOMCAT_HOME/bin/startup il termine pas son execution !!
voici le resultat, qlq'un a une idée stp et merci :
server# $TOMCAT_HOME/bin/startup
Using classpath: /usr/local/tomcat_nv//bin/../lib/tomcat.jar
Using JAVA_HOME: /usr/local/jdk/
Using TOMCAT_HOME: /usr/local/tomcat_nv/
server# 2004-08-26 11:40:23 - SessionIdGenerator: Opening /dev/urandom
2004-08-26 11:40:24 - ServerXmlReader: Config=$TOMCAT_HOME/conf/server.xml
2004-08-26 11:40:24 - PathSetter: home=/usr/local/tomcat_nv
2004-08-26 11:40:24 - ContextXmlReader: Context config=$TOMCAT_HOME/conf/apps-127.0.0.1.xml
2004-08-26 11:40:24 - ContextXmlReader: Context config=$TOMCAT_HOME/conf/apps-admin.xml
2004-08-26 11:40:24 - ContextXmlReader: Context config=$TOMCAT_HOME/conf/apps-examples.xml
2004-08-26 11:40:24 - AutoWebApp: Auto-Adding DEFAULT
2004-08-26 11:40:24 - AutoWebApp: Loaded from config: DEFAULT
[INFO] Http11Protocol - -Initializing Coyote HTTP/1.1 on http-8080
2004-08-26 11:40:24 - AutoWebApp: Loaded from config: DEFAULT
2004-08-26 11:40:24 - ContextManager: Tomcat configured and in stable state
2004-08-26 11:40:24 - ContextManager: Adding DEFAULT
2004-08-26 11:40:24 - ContextManager: Adding DEFAULT
2004-08-26 11:40:24 - ContextManager: Adding DEFAULT
EmbededTomcat: Init time 2535
[INFO] Http11Protocol - -Starting Coyote HTTP/1.1 on http-8080
[INFO] ChannelSocket - -JK2: ajp13 listening on 0.0.0.0/0.0.0.0:8009
[INFO] JkMain - -Jk running ID=0 time=2/164 config=/usr/local/tomcat_nv/conf/jk2.properties
EmbededTomcat: Startup time 202
2004-08-26 11:40:25 - Ajp12Interceptor: Starting on 8007
et il reste comme ça !
---------------
fiso