build.properties

来自「仿照著名的petstore写的网上书店」· PROPERTIES 代码 · 共 52 行

PROPERTIES
52
字号
# path to your application server installationjavaee.home=c:/Sun/SDK# machine name (or the IP address) where the applications will be deployed.javaee.server.name=localhost# port number where the app-server is accessed by the usersjavaee.server.port=8080# Hostname and port of the proxy server if you are behind a firewall# Leave blank otherwiseproxy.host=proxy.port=# machine name where the admin server of the app-server is available# defaults to the same machine as the app-serverjavaee.adminserver.name=${javaee.server.name}# port number where the admin server of the app-server is availablejavaee.adminserver.port=4848# administrator username of the app-server javaee.server.username=admin# Edit this property to point to a file that # contains the admin password for your app-server. # The file should contain the password in the following line: ## AS_ADMIN_PASSWORD=adminadmin## Notice that the password is adminadmin since this is # the default password used by the glassfish app-server installation.# For your purpose, use the password that you chose while installing # the SDKjavaee.server.passwordfile=c:/Sun/SDK/samples/bp-project/passwordfile# default server instance nameappserver.instance=server# for platforms other than Windows and MAC# Uncomment and set this property to the location of the browser you # choose to launch when an application is deployed.# On Windows and Mac OS X the default browser is used.#default.browser=/Applications/Firefox.app/Contents/MacOS/firefox-bin

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?