The missing slash is not immediately after the Catalina path. It's between webapps and HW_App.
The fix is either in portal/project.properties adding a slash on the end of the definition of deploy.war.dir or more likely in the code for PortletApplicationManager.
Roger Ruttimann wrote:
Add a slash add the end of the Catalina path in your build.properties. Roger
-----Original Message----- From: Ken Geis <[EMAIL PROTECTED]> Sent: Oct 23, 2003 9:57 AM To: Jetspeed Developers List <[EMAIL PROTECTED]> Subject: Re: LoginPortlet failure
Unlikely to help. This was on a fresh Tomcat installation. I've been following the build procedure as outlined in quick_build.bat.
But when I ran pam.undeploy, I got a conspicuous message:
Error retrieving Application from Registry Database. Application not found: HW_App
The undeploy goal is looking for
jakarta-tomcat-4.1.27/webappsHW_App
not
jakarta-tomcat-4.1.27/webapps/HW_App
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
