look in the Turbine/conf/server.xml file. Towards the bottom is a section
like this:
<Context path="" docBase="webapps/ROOT" debug="0" reloadable="true"
>
</Context>
This tells turbine that when a user requests a URL from the root of your
website (ie http://yourhost.com:8080/blahblah), webapps/ROOT is the "main"
folder.
Unless you changed this entry, you need to move the content folder to be
under the webapps/ROOT directory. Otherwise, you need to change the context
entry to point to the folder you want (though you may "break" other
connections).
Steve B.
----- Original Message -----
From: "Northam, Eric" <[EMAIL PROTECTED]>
To: "Jetspeed (E-mail)" <[EMAIL PROTECTED]>
Sent: Thursday, November 02, 2000 7:04 AM
Subject: JetSpeed-1.2b1 Turbine Exception
> I'm getting the following exception in my Turbine log:
>
> Exception: java.io.FileNotFoundException:
> F:\tomcat\webapps\ROOT\content\psml\default.psml (The system cannot find
the
> path specified)
>
> It should point to F:\tomcat\webapps\content\psml\default.psml. The only
> property that I think will affect it is the content.root.url property
which
> is set to content.root.url=/content. Since it's relative I'm not sure how
I
> can base it off of the webapps directory.
>
> Any idea on how I can fix it? I didn't have this problem with version 1.1.
> I'm using Tomcat.
>
> Eric
>
>
> --
> --------------------------------------------------------------
> Please read the FAQ! <http://java.apache.org/faq/>
> To subscribe: [EMAIL PROTECTED]
> To unsubscribe: [EMAIL PROTECTED]
> Archives and Other: <http://java.apache.org/main/mail.html>
> Problems?: [EMAIL PROTECTED]
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]