Donald Jackson wrote:OK.... good news folks. I got it going.
Now, here's a bit info that might be helpful to others who are new to messing with glassfish. For starters, I'm using the Netbeans 6.8 and the glassfish server that I've been trying to boot up is the server that comes with the netbeans jave ee download. I've been trying to boot it up using the right click context window that gives you the ability to start, stop, open the admin interface, etc.... This worked to start glassfish, but nothing else. I had upgraded my jdk and jre files to all the most recent versions as recommended in order to run glassfish version 3. Still no go. After a week of frustration I finally figured it out
Netbeans was using jdk 1.6.0_01 as it's default jdk even though I had installed a more recent jdk. I had to go into netbeans.conf file located in C:/Program Files/NetBeans 6.8/etc and change the ide's default jdk setting to jdk 1.6.0_17. Reboot....now it I am able to access the admin interface.
Hope this helps someone.
Mark
Donald you saved me with your idea
,
i was having a problem that i cant open the admin page for glassfish v3 , anyway i updated the jdk to the latest 1.6.0_17 and nothing happened so after a lot of investigation i figured that the glassfish still using the old jdk , so i found the
Link that makes you to set the jdk that you wanna use inside the glassfish , and all working now fine
Hope this may help anyone was facing my problem