> Hi
>I am also trying my 1st homework . I have the netbeans 6.5 version already
installed , so i installed the web app and Java EE and glassfish v1 &2
plug-ins in the netbeans. >Should I also install the glass fish server
separately or does it already get installed by installing the above
mentio
Hi
I am also trying my 1st homework . I have the netbeans 6.5 version already
installed , so i installed the web app and Java EE and glassfish v1 &2
plug-ins in the netbeans. Should I also install the glass fish server
separately or does it already get installed by installing the above
mentioned pl
I had the same problem with Windows vista. Try the following:
1. go to "C:\Windows\System32\drivers\etc"
2. edit host file
3. add this line "127.0.0.1localhost"
Restart and its done.
To edit host file open it as Administrator user.
See you.
On Sun, Sep 6, 2009 at 1:02 PM, a
Try changing the server under Tools-> Server to V3.
I also changed the server from sun/appserver to sun/sdk.
Both solutions worked for me.
On Sep 5, 10:15 pm, Srilaxmi Seetharamachar
wrote:
> Hello,
> I installed netbean, sdk and I am on the MyFirstWebApp project.After
> when I run the pr
Hello
If you want to test your app through "Build", then you have to
"deploy" it.
You can also click on the green triangle or type F6 : this way, build
and deploy would be automatic.
@+
--~--~-~--~~~---~--~~
You received this message because you are subscribed to t
On Sep 6, 4:15 am, Srilaxmi Seetharamachar
wrote:
> Hello,
> I installed netbean, sdk and I am on the MyFirstWebApp project.After
> when I run the project, I don't see Build Successful at the bottom of the
> screen in netbean. But I see glassfish server start staus.When I tried to
> op