You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@forrest.apache.org by Lo...@log-net.com on 2005/12/12 13:41:47 UTC

deploy to webapp loses projectInfo

I have a working Forrest site.  When I deploy to a webapp, I lose the 
"Changes" and "Todo" areas of my site with the following error:

Request URI
changes.html
cause
No pipeline matched request: changes.xml
request-uri
/changes.html

or

Request URI
todo.html
cause
No pipeline matched request: todo.xml
request-uri
/todo.html

I changed the properties files to include what I think I needed:

project.required.plugins=org.apache.forrest.plugin.input.projectInfo,org.apache.forrest.plugin.output.pdf

The command line is:

 \apache-forrest-0.7\bin\forrest webapp

My environment is:

Windows NT
JDK 1.4.2
Forrest 0.7

Thanks,
Lou

Re: deploy to webapp loses projectInfo

Posted by Ross Gardler <rg...@apache.org>.
Louis.Masters@log-net.com wrote:
> 
> I have a working Forrest site.  When I deploy to a webapp, I lose the 
> "Changes" and "Todo" areas of my site with the following error:

This is a known issue with packaging as a webapp. You may like to assign 
yourself as a watcher to the issue to you can be kept abreast of 
progress on this [1]

If you take a look at the last comments in the issue you will see there 
is a workaround:

" The "webapp" target does not include the plugin files, but the "war" 
target does:

WORKAROUND:

Build the war file with "forrest war" and deploy that instead. Your 
servlet engine should unpack it when it is first used, but you could 
always unpack manually if necessary."

It's easy to fix, but noboday has had a strong enough itch to fix it 
yet. If you are that person please attach a patch to the issue.

Ross

[1] http://issues.apache.org/jira/browse/FOR-735