[java ee programming] Re: Need Help Ex1

2009-09-12 Thread sharmi n
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 plug-in ?
Because , I have trouble in creating the new project . In the new project
creation dialog , it asks me for the server name and I add the glassfish v2
server . Then it asks me to select the platform folder of the domain name
that should be registered , I do no tknwo where it is.
Please help me.

Thanks
Sharmishta

On Sat, Sep 5, 2009 at 7:15 PM, Srilaxmi Seetharamachar srilax...@yahoo.com
 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
 open the page on browser I see below message on the browser. Please
 help.Thanks in advance
 Sri
 HTTP Status 404 -
 --

 *type* Status report

 *message*

 *description*The requested resource () is not available.
 --
 Sun GlassFish Enterprise Server v2.1


 


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Java EE (J2EE) Programming with Passion! group.
To post to this group, send email to
java-ee-j2ee-programming-with-passion@googlegroups.com
To unsubscribe from this group, send email to
java-ee-j2ee-programming-with-passion+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/java-ee-j2ee-programming-with-passion?hl=en?hl=en
-~--~~~~--~~--~--~---



[java ee programming] Re: Need Help Ex1

2009-09-12 Thread shyam
 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 plug-in ?

 

One has to download and install the server.  

Connection is made as:  NetBeans  -- Plug-in - - Server (we need all these
three components)

 

Because , I have trouble in creating the new project . In the new project
creation dialog , it asks me for the server name and I add the glassfish v2
server . Then it asks me to select the platform folder of the domain name
that should be registered , I do no tknwo where it is.

 

If you have the above three components, you will have the server folder
location e.g. G:\Program Files\sges-v3-prelude\glassfish\domains.

 

 

Please help me.

 

Thanks

Sharmishta

On Sat, Sep 5, 2009 at 7:15 PM, Srilaxmi Seetharamachar
srilax...@yahoo.com 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
open the page on browser I see below message on the browser. Please
help.Thanks in advance
Sri


HTTP Status 404 - 

  _  


type Status report

message

descriptionThe requested resource () is not available.

  _  


Sun GlassFish Enterprise Server v2.1



br


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Java EE (J2EE) Programming with Passion! group.
To post to this group, send email to
java-ee-j2ee-programming-with-passion@googlegroups.com
To unsubscribe from this group, send email to
java-ee-j2ee-programming-with-passion+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/java-ee-j2ee-programming-with-passion?hl=en?hl=en
-~--~~~~--~~--~--~---



[java ee programming] Re: Need Help Ex1

2009-09-06 Thread pizzabiere

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 the Google
Groups Java EE (J2EE) Programming with Passion! group.
To post to this group, send email to
java-ee-j2ee-programming-with-passion@googlegroups.com
To unsubscribe from this group, send email to
java-ee-j2ee-programming-with-passion+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/java-ee-j2ee-programming-with-passion?hl=en?hl=en
-~--~~~~--~~--~--~---



[java ee programming] Re: Need Help Ex1

2009-09-06 Thread a s

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 srilax...@yahoo.com
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 
 open the page on browser I see below message on the browser. Please 
 help.Thanks in advance
 Sri
 HTTP Status 404 - type Status reportmessagedescriptionThe requested resource 
 () is not available.Sun GlassFish Enterprise Server v2.1

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Java EE (J2EE) Programming with Passion! group.
To post to this group, send email to
java-ee-j2ee-programming-with-passion@googlegroups.com
To unsubscribe from this group, send email to
java-ee-j2ee-programming-with-passion+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/java-ee-j2ee-programming-with-passion?hl=en?hl=en
-~--~~~~--~~--~--~---



[java ee programming] Re: Need Help Ex1

2009-09-06 Thread marcos gomez
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 s adrian_saund...@hotmail.com wrote:


 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 srilax...@yahoo.com
 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
 open the page on browser I see below message on the browser. Please
 help.Thanks in advance
  Sri
  HTTP Status 404 - type Status reportmessagedescriptionThe requested
 resource () is not available.Sun GlassFish Enterprise Server v2.1

 



-- 
/*
  Gomez Marcos
  Ssr Java Developer.-
*/

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Java EE (J2EE) Programming with Passion! group.
To post to this group, send email to
java-ee-j2ee-programming-with-passion@googlegroups.com
To unsubscribe from this group, send email to
java-ee-j2ee-programming-with-passion+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/java-ee-j2ee-programming-with-passion?hl=en?hl=en
-~--~~~~--~~--~--~---