Maven Glassfish embedded server using jax-ws

185 Views Asked by At

I tried to biuld my first Maven project using embedded glassfish server to provide a jax-ws webservice and static page.

My problem at this time is that the glassfish server start and I have glassfish 404 page on http://localhost:8080 and on https://localhost:8181

You can find extra information of my project on https://github.com/BeRoots/WeathforcastWS2

If someone has an idea why my index.html not work and return a 404 ?

[EDIT] The documentation user to build this project is on https://glassfish.org/docs/latest/embedded-server-guide.pdf#gjldy

0

There are 0 best solutions below