Openfire as webserver?

Hi, I’m developing an xmpp application using openfire for server side. Client side is a web page so, as openfire seem to have some kind of http support, I though to load this page (and other resources) on server too so an user can start simply doing something like http://myIpAddress:7070/myWebPage.html (being 7070 openfire’s http binding port).

Is this possible?And how?

I’m not sure is it possible to use 7070 for http server. But it is possible to use Openfire’s internal webserver (jetty) by putting your files into /openfire/plugins/admin/webapp/yourwebsitefolder and accessing it via http://yourserver:9090/yourwebsitefolder

Thanks much I just needed a web server and I didn’t know about jetty