On Wednesday, March 31, 2004, at 07:28 AM, zze-MORON François FTRD/DMI/REN wrote:


And when I try a fullDeploy, it fails :


C:\Apps\jetspeed-2\portal>maven fullDeploy

[snip]
[java] Calling FileSystemPAM...
[java] INFO: deploying WAR file'pam.war' to WEB-INF/...
[java] ERROR: Unexpected exception deploying portlet application: java.io.IO
Exception: The portlet application archive target, C:/Apps/tomcat/webapps//PAM,
already exists. Please remove it before attempting to deploy. attempting rollba
ck...
[java] java.io.IOException: The portlet application archive target, C:/Apps/
tomcat/webapps//PAM, already exists. Please remove it before attempting to depl



The PAM directory exists in the webapps directory You need to delete it before redeploying

try this:

cd \apps\tomcat\webapps

rd /s PAM
rd /s jetspeed
rd /s HW_App

cd \apps\jetspeed-2
maven db.create
cd portal
maven fullDeploy


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to