Wednesday, January 2, 2008

Hosting HTML Files Locally

When developing in TRIRIGA you occasionally come across the need to point to an external html file from within the application. For example, you may want to create a detailed help screen in html and link to if from a section action within the application. Instead of posting that html page to another web server, you can host it directly on your TRIRIGA application server.

All you have to do is copy your html file to the /userfiles/company-1 directory and set your URL to look like this:
/getCompanyFile.jsp?fileLoc=//Company-1/myfile.htm

No comments: