| Author |
Getting error "Oops! This link appears to be broken."
|
pramod talekar
Ranch Hand
Joined: Apr 26, 2010
Posts: 316
|
|
Hello,
I've created a web project "MyFirstServlet" in NetBeans 6.9.1
The program compiles fine, but when I run it, I get "Oops! This link appears to be broken" in the browser.
This is the structure :-
MyFirstServlet -Web Pages -- WEB-INF---web.xml
--index.jsp (this file is inside Web Pages but outside WEB-INF)
-Source Packages --servlet---WelcomeServlet.java
my web.xml is :-
index.jsp :-
WelcomeServlet.java :-
I'm using GlassFish v3 as the web server.
Please advise.
Thanks a lot.
|
Thanks,
Pramod
|
 |
Vijitha Kumara
Bartender
Joined: Mar 24, 2008
Posts: 3670
|
|
Hi pramod talekar,
Please UseCodeTags when posting code in the forums. You can edit your post and add the code tags. And you need to TellTheDetails, what the resource you were trying to access and what is already rendered etc... ?
|
SCJP 5 | SCWCD 5
[How to ask questions] [Twitter]
|
 |
William Brogden
Author and all-around good cowpoke
Rancher
Joined: Mar 22, 2000
Posts: 12271
|
|
You should be able to get more useful information out of your browser by turning off "Friendly HTTP error messages" - in MS explorer the checkbox is under the Internet Options dialog - Advanced -> Browsing
The location of "source packages" is not important - where are the compiled class files located for this web app?
Bill
(I really don't think people should use any IDE when starting servlets, they just add complication. When you have a firm idea of where things go, then maybe.)
|
Java Resources at www.wbrogden.com
|
 |
pramod talekar
Ranch Hand
Joined: Apr 26, 2010
Posts: 316
|
|
Hi William,
I had used Eclipse and Tomcat few days ago, but didn't face any problem that time.
where are the compiled class files located for this web app?
If I'm using Netbeans and GlassFish this time, then is there any additional setup I need to do ?
I remember there was nothing I had to do in addition to the standard procedure for Eclipse + Tomcat.
For this app, how to declare the location of the class files in Netbeans/Glassfish ?
Also, I got few problems for Eclipse during running of the program but these were simple mistakes like wrong url pattern/welcome file name for which I used to get 404 page not found error.
But this error "Link appears to be broken" is more puzzling...
I thought Netbeans/Gsfsh would locate it automatically..
Please advise.
Thank you.
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56230
|
|
|
Moved to the IDEs forum.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
Vijitha Kumara
Bartender
Joined: Mar 24, 2008
Posts: 3670
|
|
If I'm using Netbeans and GlassFish this time, then is there any additional setup I need to do ?...
It depends on how you do it... Easiest thing would be to check what is inside the deployed application in the web container (whether it has .class files in <context>/WEB-INF/classes/ etc...). Check the structure of the application once deployed, you may post it here....
|
 |
 |
|
|
subject: Getting error "Oops! This link appears to be broken."
|
|
|