Skip to content

Adding Static Web Pages to Web Server

Mat Davis edited this page Dec 5, 2019 · 1 revision

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.

  1. Go to dist/deploy-tomcat/ROOT
  2. Optionally create a directory (e.g. MyWebSite)
  3. Copy your HTML file to the directory created (e.g. MyWebSite.html).
  4. 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.

  1. Go to dist/external/wlp/usr/servers/TADDM/dropins
  2. Create a directory ending in .war (e.g. MyWebSite.war).
  3. Copy your HTML file to the directory created (e.g. MyWebSite.html).
  4. Access the URL using http://taddm:9430/MyWebSite/MyWebSite.html where taddm is the name of your TADDM server.
Clone this wiki locally