In your tomcat/conf/server.xml
<Context path="/app" reloadable="true" docBase="c:/app/context"
workDir="c:/app/work" >
<Logger className="org.apache.catalina.logger.SystemOutLogger"
verbosity="4" timestamp="true"/>
</Context>
This means you have an app with the url http://localhost/app where its
context directory on your hardrive is c:/app/context and its work directory
is c:/app/work
You put all your libs in
c:/app/context/WEB-INF/lib
I believe http://www.agileskills2.org/EWDT/ explains this setup.
----- Original Message -----
From: "Todd Patrick" <[EMAIL PROTECTED]>
To: <tapestry-user@jakarta.apache.org>
Sent: Wednesday, February 01, 2006 1:44 PM
Subject: I am new user and I need help setting up Tapestry 4.0
As stated, I am new user and I am having issues setting up Tapestry 4.0.
Were is there step by step documentation to where the following jar
files should be placed for Tomcat 5.5?
Right now I have the following four jar files in:
C:\Program Files\Apache Software Foundation\Tomcat 5.5\shared\lib
tapestry-portlet-4.0.jar
tapestry-4.0.jar
tapestry-annotations-4.0.jar
tapestry-contrib-4.0.jar
Is this correct?
What really threw me off was looking at:
http://wiki.apache.org/jakarta-tapestry/Installation?highlight=%28instal
l%29
These instructions are not even close to what is downloaded in the
Tapestry 4.0 zip file.
I have looked at:
http://jakarta.apache.org/tapestry/QuickStart/index.html
That has helped, but what is the correct set-up?
Thanks,
--Todd
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]