Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #10892 > unrolled thread
| Started by | sahm <sahm007@gmail.com> |
|---|---|
| First post | 2011-12-20 01:32 -0800 |
| Last post | 2011-12-20 08:31 -0800 |
| Articles | 3 — 3 participants |
Back to article view | Back to comp.lang.java.programmer
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
| From | sahm <sahm007@gmail.com> |
|---|---|
| Date | 2011-12-20 01:32 -0800 |
| Subject | Help for JSP + GlassFish |
| Message-ID | <8f33bf84-91a8-48f6-9505-2cc04c7b76a7@x7g2000yqb.googlegroups.com> |
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 Best Salim
[toc] | [next] | [standalone]
| From | Lew <lewbloch@gmail.com> |
|---|---|
| Date | 2011-12-20 07:30 -0800 |
| Message-ID | <4823392.602.1324395035145.JavaMail.geo-discussion-forums@prez5> |
| In reply to | #10892 |
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/
[toc] | [prev] | [next] | [standalone]
| From | markspace <-@.> |
|---|---|
| Date | 2011-12-20 08:31 -0800 |
| Message-ID | <jcqd8l$dvu$1@dont-email.me> |
| In reply to | #10892 |
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.
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.java.programmer
csiph-web