summaryrefslogtreecommitdiffstats
path: root/base/common/shared/webapps
Commit message (Collapse)AuthorAgeFilesLines
* Reorganized common templates.Endi Sukma Dewata2012-11-1232-0/+3148
| | | | | | | The common templates have moved from common-ui into base/common. The deployment tools have been updated to use the new location. Ticket #407
* Updated logo_header.gif paths.Endi Sukma Dewata2012-11-061-1/+1
|
* Updated favicon.ico paths.Endi Sukma Dewata2012-11-061-1/+1
|
* Added common ROOT webapp.Endi Sukma Dewata2012-09-123-0/+261
The current ROOT webapp will redirect users coming to the root URL path to the proper path of the subsystem's webapp. Since now a single Tomcat instance may have multiple subsystems, a new ROOT webapp has been added to present the user with a menu of all available webapps from all subsystems in the instance. Ticket #89