Bonjour,

J'ai développé une application en jsp utilisant struts sous eclipse.
Mon pb c'est que je n'arrive pas à builder ?
Ci-dessous le message :

Buildfile: C:\eclipse\workspaces\monAppli\build.xml
init:
struts:
[echo] Struts application
context:
[echo] Reading context.xml
[echo] /monAppli
prepare:
compile:
dist:
undeploy:

BUILD FAILED
C:\eclipse\workspaces\monAppli\build.xml:267: java.io.IOException: Server returned HTTP response code: 401 for URL: http://localhost:8080/manager/undeploy?path=/monAppli

Total time: 1 second

la ligne 267 dans le build.xml correspond à la ligne ci-dessous :

<undeploy url="${manager.url}" username="${manager.username}" password="${manager.password}" path="${app.path}"/>

Je ne comprend pas cette erreur ????
Merci pour votre aide.