Just put the resources in a directory under the webapp root and then
add that directory to the "allowedPaths" init-param's list in the
ContextFilter filter definition.
-David
On Nov 26, 2006, at 10:17 PM, Amit Shinde wrote:
Hello Everyone,
Do you know if we can access html directly in OFBiz without going
through
the controller? I am trying to integrate Google Web Toolkit with
OFBiz and
when we compile the source code everytime, new html files are
created by the
GWT compiler with different names and they are accessed from the
client. So
I have to go to the controller and rename the request-map and view-
map to
the newly created file. Let me know if there is a way so that I
dont have to
edit the controller after every compile.
Thanks in advance,
Amit Shinde