Bonjour,

je cherche à faire des services web avec la version 1.3.2 de JDK, ne peux pas passer la version 1.4.2 ça serai trop facile )

j'ai installé tomcat 3.3

et j'ai mis le axis.war dans le repertoire webapps

mais j'ai l'erreur suivante :

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
[INFO] Http11Protocol - -Initializing Coyote HTTP/1.1 on http-8083
2007-03-06 15:10:18 - ContextManager: Tomcat configured and in stable state
2007-03-06 15:10:18 - ContextManager: Adding  DEFAULT:/admin
2007-03-06 15:10:18 - ContextManager: Adding  DEFAULT:/examples
2007-03-06 15:10:18 - ContextManager: Adding  DEFAULT:/ROOT
2007-03-06 15:10:18 - ContextManager: Adding  DEFAULT:/axis2
2007-03-06 15:10:22 - Ctx(/axis2) : Validating web.xml
[INFO] XmlMapper - -Can't find resource for entity: -//Sun Microsystems, Inc.//DTD Web Application 2.3//EN --> http://java.sun.com/dtd/web-app_2_3.dtd "null"
java.net.UnknownHostException: java.sun.com
        at java.net.InetAddress.getAllByName0(InetAddress.java:591)
        at java.net.InetAddress.getAllByName0(InetAddress.java:560)
        at java.net.InetAddress.getByName(InetAddress.java:469)
        at java.net.Socket.<init>(Socket.java:121)
        at sun.net.NetworkClient.doConnect(NetworkClient.java:65)
        at sun.net.www.http.HttpClient.openServer(HttpClient.java:362)
        at sun.net.www.http.HttpClient.openServer(HttpClient.java:549)
 
.
.
.
EmbededTomcat: Init time 9135
[INFO] Http11Protocol - -Starting Coyote HTTP/1.1 on http-8083
2007-03-06 15:10:22 - Ajp12Interceptor: Starting on 8007
[INFO] ChannelSocket - -JK2: ajp13 listening on 0.0.0.0/0.0.0.0:8009
[INFO] JkMain - -Jk running ID=0 time=0/45  config=/home/L0207857/jakarta-tomcat-3.3.2/conf/jk2.properties
EmbededTomcat: Startup time 238
Avez-vous une idée svp ??

merci beaucoup