Sunday, 15 April 2012

Netbeans: Override the base URL used when running a web project -



Netbeans: Override the base URL used when running a web project -

when click "run" in java based netbeans web project project deployed local jboss instance , browser opened pointing jboss' http base of operations url:

http://localhost:8080/myapplication/

how can alter netbeans' configuration open jboss' https url:

https://localhost:8443/myapplication/

netbeans allows me alter context path:

this may help.

go netbeans ide tools > options > general > web browser > edit > arguments

on text box set preferred url

netbeans web

No comments:

Post a Comment