Your /WEB-INF/web.xml file in each webapp dictates how things are served to the controller (or elsewhere). If you don't want to learn all the nuances there, just stick your html in framework/images/webapp/ and they will be served as is by http://yourdomain/images/yourhtml.html
--- Amit Shinde <[EMAIL PROTECTED]> 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 > > >
