You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It could be handy to have Runwar start up undertow purely to serve static assets like HTML, images, etc but not require a CF engine or java war. Is that possible? Would I just need to create a dummy war that had an empty WEB-INF/lib and a bare web.xml?
The text was updated successfully, but these errors were encountered:
It would be great if I could start a-la-carte web servers that can be used to host front-ends. Even better would be to add them with websocket support, so I can start another server somewhere, which is cfml and pushes data to my websocket server as well.
However, for now, I jsut wanted a front-end server for static assets.
Pretty sure I added this in 3.8. You shouldn't need a WEB-INF anymore to run a plain asset server (and I guess proxy or websocket server-- haven't really tried though).
It could be handy to have Runwar start up undertow purely to serve static assets like HTML, images, etc but not require a CF engine or java war. Is that possible? Would I just need to create a dummy war that had an empty WEB-INF/lib and a bare
web.xml
?The text was updated successfully, but these errors were encountered: