Revision 3088
Added by Matt Jones about 18 years ago
configure.jsp | ||
---|---|---|
76 | 76 |
</p> |
77 | 77 |
<br clear="right"/> |
78 | 78 |
|
79 |
<form method="POST" action="/knb/metacat">
|
|
79 |
<form method="POST" action="<%= request.getContextPath() %>/metacat">
|
|
80 | 80 |
|
81 | 81 |
<p class="section">All properties (unsorted, need to fix)</p> |
82 | 82 |
|
Also available in: Unified diff
Removed the hadcoded servlet context and instead get it from the HTTP request to allow the config files to be installed in any context.