# path to your application server installation
javaee.home=/Applications/NetBeans/glassfish-v3-b68-full/glassfishv3/glassfish


# 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 users
javaee.server.port=8080

# Hostname and port of the proxy server if you are behind a firewall
# Leave blank otherwise
proxy.host=
proxy.port=

# machine name where the admin server of the app-server is available
# defaults to the same machine as the app-server
javaee.adminserver.name=${javaee.server.name}

# port number where the admin server of the app-server is available
javaee.adminserver.port=4848


# administrator username of the app-server 
#javaee.server.username=anonymous
javaee.server.username=admin

# File that contains the password for the App-Server admin account. 
# 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
# 
# For the default user anonymous there is no password in such case
# the value for AS_ADMIN_PASSWORD should be blank as given below.
# AS_ADMIN_PASSWORD="" 
#
# For your purpose, use the password that you chose while installing 
# the SDK

javaee.server.passwordfile=/Users/nazrul/ee6-samples/glassfish-samples/ws/bp-project/pass


# default server instance name
appserver.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