How can I serve some static content in liferay? I have a directory structure with htmls, css, etc and I would like to serve it with an address like http://localhost:8080/myStaticContent/index.html and so on.
I don’t want to use a front-end http server like apache.
I’ve done it by deploying a .war with only static content. The path is the liferay url/war_name.
So if I have a war with a file like this:
The url will be something like
http://localhost:8080/myproj/myDir/myFile.html