Problem with MicroProfile

2021-10-21 Thread Richard Grin

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



Re: List of Netbeans Startup parameters: netbeans_default_options

2021-10-21 Thread Bilu Al
Le jeu. 21 oct. 2021 à 12:55, Bilu Al  a écrit :

> Its answer partially what i want. the link only show the --help of
> netbeans. What i really want is all the options available with little
> description that i can pass to the netbeans_default_options: ex:  
> -J-Dapple.laf.useScreenMenuBar=true
> -J-Dnetbeans.winsys.statusLine.in.menuBar=true -J-Dsun.java2d.noddraw=true.
>
> or JVM ones: ex: -J-XX:+UseStringDeduplication
>
> Is this information available somewhere?
>
> Le jeu. 21 oct. 2021 à 12:43, Bilu Al  a écrit :
>
>> Thanks you, indeed i knew wayback but didn't came to my mind:)
>>
>> Le jeu. 21 oct. 2021 à 12:13, William Shackleford  a
>> écrit :
>>
>>> Have you tried the wayback machine?
>>>
>>>
>>> http://web.archive.org/web/20210119091133/http://wiki.netbeans.org/FaqStartupParameters
>>>
>>> On 10/21/21, Bilu Al  wrote:
>>> > Hello, Is there any place i can find the full list of available
>>> options for
>>> > the Startup parameters: netbeans_default_options in netbeans.conf?
>>> > From this blog
>>> >
>>> https://subscription.packtpub.com/book/programming/9781785282645/1/ch01lvl1sec13/netbeans-configuration
>>> > it was available at some point here:
>>> > http://wiki.netbeans.org/FaqStartupParameters but the link is not
>>> working
>>> > anymore
>>> >
>>>
>>


List of Netbeans Startup parameters: netbeans_default_options

2021-10-21 Thread Bilu Al
Hello, Is there any place i can find the full list of available options for
the Startup parameters: netbeans_default_options in netbeans.conf?
>From this blog
https://subscription.packtpub.com/book/programming/9781785282645/1/ch01lvl1sec13/netbeans-configuration
it was available at some point here:
http://wiki.netbeans.org/FaqStartupParameters but the link is not working
anymore