Path: csiph.com!x330-a1.tempe.blueboxinc.net!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!npeer01.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: Lew Newsgroups: comp.lang.java.programmer Subject: Re: Help for JSP + GlassFish Date: Tue, 20 Dec 2011 07:30:35 -0800 (PST) Organization: http://groups.google.com Lines: 38 Message-ID: <4823392.602.1324395035145.JavaMail.geo-discussion-forums@prez5> References: <8f33bf84-91a8-48f6-9505-2cc04c7b76a7@x7g2000yqb.googlegroups.com> Reply-To: comp.lang.java.programmer@googlegroups.com NNTP-Posting-Host: 173.164.137.214 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1324395114 24939 127.0.0.1 (20 Dec 2011 15:31:54 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Tue, 20 Dec 2011 15:31:54 +0000 (UTC) In-Reply-To: <8f33bf84-91a8-48f6-9505-2cc04c7b76a7@x7g2000yqb.googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=173.164.137.214; posting-account=CP-lKQoAAAAGtB5diOuGlDQk0jIwmH0T User-Agent: G2/1.0 X-Google-Web-Client: true Xref: x330-a1.tempe.blueboxinc.net comp.lang.java.programmer:10898 On Tuesday, December 20, 2011 1:32:05 AM UTC-8, sahm wrote: > Hi every one >=20 > I'm new in JSP programming. > I try to to build simple web application JSP and NetBeans IDE 7.0.1 > but when I try to run the web application I get this error message > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > HTTP Status 404 - >=20 > type Status report >=20 > message >=20 > descriptionThe requested resource () is not available. > GlassFish Server Open Source Edition 3.1.1 > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D >=20 > I'm I try to look for it but not luck We can only give so much absent an example from you http://sscce.org/ but in general terms a 404 means that the server did not serve the requeste= d page, but is running. There are too many reasons why this could happen t= o count, but improper setup of the XML descriptor files, placement of the J= SP in the wrong directory, failure to build and deploy a WAR or EAR file, a= misspelling in a URL, or misconfiguration of the app server are all candid= ates. How about you give us enough information to answer your question? http://sscce.org/ --=20 Lew Seriously, follow the advice in http://sscce.org/