Hello,

NetBeans 12.5.

On https://start.microprofile.io I create a Maven application MicroProfile 4.0 with Payara Micro and Java 11.

I download the zip file, unzip it and open it with NetBeans.

I clean and build the project.

Then I run the project (right clic on the project and Run).

I open a browser and type the URL to use the application (for example localhost:8080/data/hello) and I get a 404 error. No URL works.

To test without NetBeans, I kill the previous process (started with "Run"), I go into the directory of the application and I launch the jar (for example, java -jar target\demo-microbundle.jar). Now, if I type the URL localhost:8080/data/hello, it works.

It seems there is a problem with NetBeans. Someone can help?

Regards,

Richard



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
For additional commands, e-mail: users-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to