Path: csiph.com!x330-a1.tempe.blueboxinc.net!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!eternal-september.org!feeder.eternal-september.org!mx04.eternal-september.org!.POSTED!not-for-mail From: markspace <-@.> Newsgroups: comp.lang.java.programmer Subject: Re: Help for JSP + GlassFish Date: Tue, 20 Dec 2011 08:31:15 -0800 Organization: A noiseless patient Spider Lines: 27 Message-ID: References: <8f33bf84-91a8-48f6-9505-2cc04c7b76a7@x7g2000yqb.googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Injection-Date: Tue, 20 Dec 2011 16:31:17 +0000 (UTC) Injection-Info: mx04.eternal-september.org; posting-host="XjIWM99mD7Ijfdu600oVPA"; logging-data="14334"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+lyE3ECqNhikSY0vMlk0HCFMkEZebS3j8=" User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:8.0) Gecko/20111105 Thunderbird/8.0 In-Reply-To: <8f33bf84-91a8-48f6-9505-2cc04c7b76a7@x7g2000yqb.googlegroups.com> Cancel-Lock: sha1:KEhvZL87ItnHKqAIf/MOI1EF92E= Xref: x330-a1.tempe.blueboxinc.net comp.lang.java.programmer:10904 On 12/20/2011 1:32 AM, sahm wrote: > Hi every one > > 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 > ======================================== > HTTP Status 404 - When you are first starting out, this usually means you did not use the correct path. We'll need a bit more information. What path did you use? What's the name of the web app? Where did you deploy the web app you made? Can you show us a directory listing of its location? Can you list the contents of the War file for us? (jar -tf appname.war) That'll get us started. Specific information helps when debugging technical issues like this one.