View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3821554#3821554

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3821554

When I deploy an application with a simple servlet, JBOSS tell me that :







19:05:43,266 INFO  [MainDeployer] Starting deployment of package: 
file:/usr/local/jboss-3.2.3/server/default/deploy/SJ2EEHelloWorld.ear

19:05:43,267 INFO  [EARDeployer] Init J2EE application: 
file:/usr/local/jboss-3.2.3/server/default/deploy/SJ2EEHelloWorld.ear

19:05:43,331 INFO  [EmbeddedTomcatService] deploy, ctxPath=/SJ2EEHelloWorld, 
warUrl=file:/usr/local/jboss-3.2.3/server/default/tmp/deploy/tmp51790SJ2EEHelloWorld.ear-contents/SJ2EEHelloWorld.war/







19:05:43,744 INFO  [Engine] SingleSignOnContextConfig[/SJ2EEHelloWorld]: Ajout de 
certificats -> requÃÂte Attribut de Valve (attribute Valve)

19:05:43,765 WARN  [EmbeddedTomcatService] Unable to invoke setDelegate on class 
loader:[EMAIL PROTECTED]

19:05:43,765 INFO  [Engine] StandardManager[/SJ2EEHelloWorld]: Alimentation de la 
classe du gÃÂnÃÂrateur de nombre alÃÂatoire java.security.SecureRandom

19:05:43,767 INFO  [Engine] StandardManager[/SJ2EEHelloWorld]: L'alimentation du 
gÃÂnÃÂrateur de nombre alÃÂatoire est terminÃÂ

19:05:43,768 INFO  [Engine] StandardWrapper[/SJ2EEHelloWorld:default]: Chargement du 
conteneur (container) de servlet default

19:05:43,770 INFO  [Engine] StandardWrapper[/SJ2EEHelloWorld:invoker]: Chargement du 
conteneur (container) de servlet invoker

19:05:44,137 INFO  [EARDeployer] Started J2EE application: 
file:/usr/local/jboss-3.2.3/server/default/deploy/SJ2EEHelloWorld.ear

19:05:44,137 INFO  [MainDeployer] Deployed package: 
file:/usr/local/jboss-3.2.3/server/default/deploy/SJ2EEHelloWorld.ear







The result is that I can't access my servlet on 
http://localhost:8080/SJ2EEHelloWorld/servlet/HelloWorld.





I got a 404 error :

Etat HTTP 404 - /SJ2EEHelloWorld/servlet/HelloWorld

type Rapport d''ÃÂtat

message /SJ2EEHelloWorld/servlet/HelloWorld

description La ressource demandÃÂe (/SJ2EEHelloWorld/servlet/HelloWorld) n'est pas 
disponible.

Apache Tomcat/4.1.29





Why doesn't JBOSS see my Servlet ???





Thks,

C.Dutoit


-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id56&alloc_id438&op=click
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to