I upgraded to Tomcat 5.5.23 yesterday, after which Legals fails when I try to deploy it.

Following a hint from Ben that the problem might by LPP-4235, I edited the build file. After doing clean and build, I still get the same problem.

BUILD FAILED
/Users/jrs/src/svn/openlaszlo/legals/build.xml:1201: The following error occurred while executing this line: /Users/jrs/src/svn/openlaszlo/legals/build.xml:1170: java.io.IOException: Server returned HTTP response code: 401 for URL: http://localhost:8080/manager/deploy?path=%2Flegals&war=file%3A%2F%2F% 2FUsers%2Fjrs%2Fsrc%2Fsvn%2Fopenlaszlo%2Flegals


Here is what the updated part of  build file now looks like:

    <deploy url="${tom.url}"
             username="${tom.username}"
             password="${tom.password}"
             path="/${build.branch}"
             localWar="file://${LPS_HOME}"/>

Any guidance appreciated.

jrs


On Jul 18, 2007, at 1:55 PM, Benjamin Shine wrote:

described here:
http://www.openlaszlo.org/jira/browse/LPP-4235



Reply via email to