I am looking for a way to serve a few static HTML pages with TeamCity.
I dont want to set up an apache for that, if not absolutely neccessary.
Does anybody know a simple way (or URL scheme) to access static HTML content. I found the following plugin, but that only inserts snippets of HTML in certain positions on existing pages. No way to include a full page. PluginLink for others as help.
Thanks for ideas, Chris
Solution:
- Go to e.g. C:\TeamCity\webapps\ROOT
- Create folder e.g. static
- Place file in it (but extension .jsp even if html)
- Will be served without any problems (on URL/static/test.jsp)