Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #10898
| From | Lew <lewbloch@gmail.com> |
|---|---|
| Newsgroups | comp.lang.java.programmer |
| Subject | Re: Help for JSP + GlassFish |
| Date | 2011-12-20 07:30 -0800 |
| Organization | http://groups.google.com |
| Message-ID | <4823392.602.1324395035145.JavaMail.geo-discussion-forums@prez5> (permalink) |
| References | <8f33bf84-91a8-48f6-9505-2cc04c7b76a7@x7g2000yqb.googlegroups.com> |
On Tuesday, December 20, 2011 1:32:05 AM UTC-8, 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 - > > type Status report > > message > > descriptionThe requested resource () is not available. > GlassFish Server Open Source Edition 3.1.1 > ======================================== > > 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 requested page, but is running. There are too many reasons why this could happen to count, but improper setup of the XML descriptor files, placement of the JSP 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 candidates. How about you give us enough information to answer your question? http://sscce.org/ -- Lew Seriously, follow the advice in http://sscce.org/
Back to comp.lang.java.programmer | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Help for JSP + GlassFish sahm <sahm007@gmail.com> - 2011-12-20 01:32 -0800 Re: Help for JSP + GlassFish Lew <lewbloch@gmail.com> - 2011-12-20 07:30 -0800 Re: Help for JSP + GlassFish markspace <-@.> - 2011-12-20 08:31 -0800
csiph-web