Adding Static Web Pages to Web Server - TADDM/taddm-wiki GitHub Wiki
TADDM pre-7.3.0.1 running on Tomcat
For versions of TADDM prior to 7.3.0.1 the web server used is Tomcat.
- Go to dist/deploy-tomcat/ROOT
- Optionally create a directory (e.g. MyWebSite)
- Copy your HTML file to the directory created (e.g. MyWebSite.html).
- Access the URL using http://taddm:9430/MyWebSite/MyWebSite.html where taddm is the name of your TADDM server.
TADDM 7.3.0.1+ running WebSphere Liberty
For versions of TADDM 7.3.0.1 and above the web server used is WebSphere Liberty.
- Go to dist/external/wlp/usr/servers/TADDM/dropins
- Create a directory ending in .war (e.g. MyWebSite.war).
- Copy your HTML file to the directory created (e.g. MyWebSite.html).
- Access the URL using http://taddm:9430/MyWebSite/MyWebSite.html where taddm is the name of your TADDM server.