NetBeans 7.2 Installation |
Step 1:SOURCE downloaded, and follow the screen shots.

|
Step 2: Installation:



|
Step 3: Installation Path



|
Step 4: Setup completed and click on the Finish button.

|
Step 5 : Now I would open a project created with NetBeans earlier
ersion.

|
Step 6 :If you see an alert-popup, allow access write
to netbean.exe to run. It opened the project I created earlier.

|
Step 7: Runtime configurations:

|
Step 8: Published index.jsp on a localhost at the port 8080. This
page was accessible from any intranet-network members

|
Step 10 FYI :
Ant building log
ant -f C:\\NetBeansProjects\\Intro1\\FirstWeb1 -DforceRedeploy=false
-Ddirectory.deployment.supported=true -Dnb.wait.for.caches=true run
init:
deps-module-jar:
deps-ear-jar:
deps-jar:
library-inclusion-in-archive:
library-inclusion-in-manifest:
compile:
compile-jsps:
Starting GlassFish Server 3.1.2
GlassFish Server 3.1.2 is running.
In-place deployment at C:\NetBeansProjects\Intro1\FirstWeb1\build\web
run-deploy:
Browsing: http://localhost:8080/FirstWeb1
run-display-browser:
run:
BUILD SUCCESSFUL (total time: 2 minutes 43 seconds)
|
Step 11 : Java DB Process:
Mon Sep 17 17:49:43 CDT 2012 : Security manager installed using
the Basic server security policy.
Mon Sep 17 17:49:48 CDT 2012 : Apache Derby Network Server -
10.8.1.2 - (1095077) started and ready to accept connections on port
1527
|
Step 12 : Felix Plat form
Launching GlassFish on Felix platform
INFO: Running GlassFish Version: GlassFish Server Open Source
Edition 3.1.2.2 (build 5)
INFO: Registered
org.glassfish.ha.store.adapter.cache.ShoalBackingStoreProxy for
persistence-type = replicated in BackingStoreFactoryRegistry
INFO: Grizzly Framework 1.9.50 started in: 93ms - bound to
[0.0.0.0:8181]
INFO: Grizzly Framework 1.9.50 started in: 187ms - bound to
[0.0.0.0:8080]
INFO: Grizzly Framework 1.9.50 started in: 78ms - bound to
[0.0.0.0:4848]
INFO: Grizzly Framework 1.9.50 started in: 63ms - bound to
[0.0.0.0:3700]
INFO: Grizzly Framework 1.9.50 started in: 63ms - bound to
[0.0.0.0:7676]
INFO: GlassFish Server Open Source Edition 3.1.2.2 (5) startup time
: Felix (54,884ms), startup services(4,877ms), total(59,761ms)
INFO: HV000001: Hibernate Validator 4.3.0.Final
INFO: JMX005: JMXStartupService had Started JMXConnector on
JMXService URL service:jmx:rmi://MANAS8X:8686/jndi/rmi://MANAS8X:8686/jmxrmi
INFO: Grizzly Framework 1.9.50 started in: 0ms - bound to
[0.0.0.0:8080]
INFO: unable to read instance state file
C:\glassfish31\glassfish\domains\domain1\config\.instancestate,
recreating
INFO: Grizzly Framework 1.9.50 started in: 15ms - bound to
[0.0.0.0:8181]
INFO: SEC1002: Security Manager is OFF.
INFO: SEC1010: Entering Security Startup Service
INFO: SEC1143: Loading policy provider
com.sun.enterprise.security.provider.PolicyWrapper.
INFO: SEC1115: Realm [admin-realm] of classtype [com.sun.enterprise.security.auth.realm.file.FileRealm]
successfully created.
INFO: SEC1115: Realm [file] of classtype [com.sun.enterprise.security.auth.realm.file.FileRealm]
successfully created.
INFO: SEC1115: Realm [certificate] of classtype [com.sun.enterprise.security.auth.realm.certificate.CertificateRealm]
successfully created.
INFO: SEC1011: Security Service(s) Started Successfully
INFO: WEB0169: Created HTTP listener [http-listener-1] on host/port
[0.0.0.0:8080]
INFO: WEB0169: Created HTTP listener [http-listener-2] on host/port
[0.0.0.0:8181]
INFO: WEB0169: Created HTTP listener [admin-listener] on host/port
[0.0.0.0:4848]
INFO: WEB0171: Created virtual server [server]
INFO: WEB0171: Created virtual server [__asadmin]
INFO: WEB0172: Virtual server [server] loaded default web module []
INFO: WELD-000900 1.1.8 (Final)
INFO: WEB0671: Loading application [FirstWeb1] at [/FirstWeb1]
INFO: FirstWeb1 was successfully deployed in 13,744 milliseconds.
INFO: Domain Pinged: stable.glassfish.org
|
|