You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Arnaldo Riquelme <aj...@dynacap.com> on 2003/11/14 19:44:09 UTC

Tapestry 3 Tutorial



I'm working thru Kevin Dorff Tapestry 3 updated tutorial. I've followed
the instructions on Chapter 2 step by step. I have the same exact
configuration as  shown in the tutorial but I'm having trouble getting
it going. I edit deploy.xml on all the projects to show my settings, yet
when I try to rebuild the project I get this message:

========================================================================
========
Buildfile: c:\save\eclipse\TapestryTutorialWorkspace\tutorial\deploy.xml

Deploy_to_LocalDev:
      [delete] Deleting:
C:\save\eclipse\TapestryTutorialWorkspace\tutorial\DeployWars\local-dev\
tutorial.war
         [war] Building war:
C:\save\eclipse\TapestryTutorialWorkspace\tutorial\DeployWars\local-dev\
tutorial.war
         [get] Getting:
http://localhost:8080/manager/remove?path=/tutorial
        [echo] FAIL - No context exists for path /tutorial

      [delete] Deleting:
C:\save\eclipse\TapestryTutorialWorkspace\tutorial\deploy-local-remove.t
xt
       [unzip] Expanding:
C:\save\eclipse\TapestryTutorialWorkspace\tutorial\DeployWars\local-dev\
tutorial.war into C:\Program Files\Apache Group\Tomcat
4.1\webapps\tutorial
         [get] Getting:
http://localhost:8080/manager/install?path=/tutorial&war=file://c:/Progr
am Files/Apache Group/Tomcat 4.1/webapps/tutorial/
         [get] Error opening connection java.io.IOException
         [get] Error opening connection java.io.IOException
         [get] Error opening connection java.io.IOException
         [get] Can't get
http://localhost:8080/manager/install?path=/tutorial&war=file://c:/Progr
am Files/Apache Group/Tomcat 4.1/webapps/tutorial/ to
C:\save\eclipse\TapestryTutorialWorkspace\tutorial\deploy-local-remove.t
xt
         [get] BUILD FAILED:
file:c:/save/eclipse/TapestryTutorialWorkspace/tutorial/deploy.xml:111:
Can't get
http://localhost:8080/manager/install?path=/tutorial&war=file://c:/Progr
am Files/Apache Group/Tomcat 4.1/webapps/tutorial/ to
C:\save\eclipse\TapestryTutorialWorkspace\tutorial\deploy-local-remove.t
xt
Total time: 1 second


This is the top of my deploy.xml file

   <property name="application" value="tutorial" />
   <property name="tomcatHome" value="c:/Program Files/Apache
Group/Tomcat 4.1" />
   <property name="workspaceHome"
value="c:/save/eclipse/TapestryTutorialWorkspace" />
   <property name="mgrUsername" value="myusername"/>
   <property name="mgrPassword" value="mypassword"/>

 

If anyone of you has successfully use this particular development setup
and can give me a hand on getting my going I will very much appreciated.

Thanks again


Arnaldo