Actions
Support #5944
closedwt-4.0.0 Home.wt
Start date:
09/22/2017
Due date:
% Done:
0%
Estimated time:
Description
When I attempt to run this application the following is issued in the browser.
??templates??
The script I use to executes is listed below.
./Home.wt --docroot . --http-listen 0.0.0.0:8080 --resources-dir ../../../resources --c=/opt/wt-4.0.0/build/wt_config.xml
The wt_config.xml is listed below.
<server>
<application-settings location="*">
<progressive-bootstrap>true</progressive-bootstrap>
</application-settings>
</server>
Thanks in advance for any assistance you may be able to provide.
Arch
Updated by Roel Standaert about 7 years ago
What directory are you launching it from? You should launch it from the source directory (i.e. wt-home.xml should be in the same directory).
Updated by Roel Standaert over 6 years ago
- Status changed from Feedback to Closed
Actions