
| Key: |
FOR-403
|
| Type: |
Bug
|
| Status: |
Closed
|
| Resolution: |
Fixed
|
| Priority: |
Major
|
| Assignee: |
Unassigned
|
| Reporter: |
Rick Tessner
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
|
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
|
|
Description
|
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
|
Show » |
| Repository |
Revision |
Date |
User |
Message |
| ASF |
#110113 |
Tue Dec 07 17:16:16 UTC 2004 |
rick |
Resolves: FOR-403
Copy the {forrest.home}/build/plugins directory to the generated webapp.
This gets plugins working in a deployed webapp.
Not sure this is the best solution. Suspect this would be better
located somewhere in WEB-INF and perhaps copy the plugins/**/lib/*.jar
to the WEB-INF/lib location as well .... Hmmmm ....
|
| Files Changed |
MODIFY
/forrest/trunk/main/forrest.build.xml
MODIFY
/forrest/trunk/main/targets/webapp.xml
|
made changes - 07/Dec/04 07:17 PM
| Field |
Original Value |
New Value |
|
Status
|
Open
[ 1
]
|
Closed
[ 6
]
|
|
Resolution
|
|
Fixed
[ 1
]
|
|
Fix Version/s
|
|
0.7
[ 10031
]
|
|
Fix Version/s
|
|
HEAD
[ 10060
]
|
|
<plugins>@forrest.home@/build/plugins</plugins>
The plugins directory needs to be put somewhere accessible by the webapp