Issue Details (XML | Word | Printable)

Key: FOR-403
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Unassigned
Reporter: Rick Tessner
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Forrest

Plugins in a deployed webapp

Created: 06/Dec/04 06:01 PM   Updated: 07/Dec/04 07:17 PM
Return to search
Component/s: Plugins (general issues)
Affects Version/s: 0.7
Fix Version/s: 0.7

Time Tracking:
Not Specified

Environment:


 Description  « Hide
Plugins are not available when running Forrest as a deployed webapp.

For example:

% forrest seed
% forrest war

Deploy the war file, point browser to the deployed webapp and clicking on the PDF link results in:

Resource Not Found

Message: Resource Not Found

Description: The requested resource "/blat/index.pdf" could not be found

Sender: org.apache.cocoon.servlet.CocoonServlet

Source: Cocoon Servlet


 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Ross Gardler added a comment - 06/Dec/04 06:17 PM
In cocoon.xconf the location of the plugins directory is set as:

<plugins>@forrest.home@/build/plugins</plugins>

The plugins directory needs to be put somewhere accessible by the webapp

Rick Tessner added a comment - 07/Dec/04 07:17 PM
Resolved with SVN revision 110113 (trunk)