Changeset 37052
- Timestamp:
- 2022-12-23T10:45:37+13:00 (5 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/trunk/greenstone3/build.xml
r37021 r37052 2885 2885 <and> 2886 2886 <socket server="${tomcat.server}" port="${default.tomcat.port}"/> 2887 <!--<http url="${default.server.protocol}://${tomcat.server}:${default.tomcat.port}${app.path}/index.html"/>--> 2888 <http url="${local.http.url}${app.path}/index.html"/> 2887 <!-- waiting on the following can be time-consuming, and doesn't really gain you much, so commenting out 2888 (note however it is still included in the debug-start-tomcat target above for extra debug robustness) --> 2889 <!-- <http url="${local.http.url}${app.path}/index.html"/> --> 2889 2890 </and> 2890 2891 </waitfor>
Note:
See TracChangeset
for help on using the changeset viewer.