Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow to start a pure HTML server #135

Open
bdw429s opened this issue May 16, 2018 · 2 comments
Open

Allow to start a pure HTML server #135

bdw429s opened this issue May 16, 2018 · 2 comments

Comments

@bdw429s
Copy link
Member

bdw429s commented May 16, 2018

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?

@lmajano
Copy link

lmajano commented May 16, 2018

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.

@denuno
Copy link
Member

denuno commented May 17, 2018

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants