Vidoll :: Storyboard

SourceForge.net Logo

 

Home

Screenshots

Documentation

Installation Notes

Database Config

Viewing Storyboard

Storyboard sits off the root http folder with as /storyboard. A fully qualified url on any webserver would be http://<hostname>:<port>[optional]/storyboard. For example, if Storyboard were running on an Oracle 9iAS the url would be http://mywebsite.com:8888/storyboard.

The frontpage for Storyboard is shown automatically, there is no requirement to add a page to the url. The default is set in the web.xml file, which is located in the WEB-INF directory of the storyboard-jsp war. The XML snippet is:

<welcome-file-list>
      <welcome-file>index.jsp</welcome-file>
      <welcome-file>index.html</welcome-file>
</welcome-file-list>

This page shouldn't be changed unless you have created an entirely new frontpage for your Storyboard deployment, or place another 'splash' page as the entrance.

Index |Next >