Results 1 to 8 of 8
Thread: Project does not open
- 06-18-2010, 01:44 PM #1
Member
- Join Date
- Jun 2010
- Posts
- 3
- Rep Power
- 0
Project does not open
I´ve download an example aplication (leadapp) and I´m trying to open it in NetBeans.
I have everything installed and running ok: jdk, jr, etc
But when I try to open this project I click its folder and the button "Open Project" but it wont let me open it.
In "Server" -> "Tomcat 6.0" -> the project is listed but when I try to run it I get:
Any ideas?Java Code:HTTP Status 404 - /leadapp/ type Status report message /leadapp/ description The requested resource (/leadapp/) is not available. Apache Tomcat/6.0.26
- 06-18-2010, 04:12 PM #2
Senior Member
- Join Date
- Apr 2010
- Location
- Philippines
- Posts
- 580
- Rep Power
- 4
just suggesting... why dont you try to open it using command propmt?
- 06-18-2010, 05:16 PM #3
The HTTP status code 404 means the file was not found.
Does the server know where the file you are asking for is located?
- 06-18-2010, 06:54 PM #4
Member
- Join Date
- Jun 2010
- Posts
- 3
- Rep Power
- 0
how can I do that?
- 06-18-2010, 06:55 PM #5
Member
- Join Date
- Jun 2010
- Posts
- 3
- Rep Power
- 0
- 06-18-2010, 07:23 PM #6
Then why does it give a 404 return? Is there some other problem?
- 06-30-2010, 10:59 AM #7
You try to open this project from NetBean and it didn't open,
that means it doesn't have all necessary files needed for NetBean to open.
Create a project in netbean, then try to copy paste all file in that project. Remember don't just paste it any where.
for eg- paste all files from WEB-INF to project WEB-INF.
- 06-30-2010, 11:11 AM #8
The http status 404 means the server isn't getting resource for the request ur generating.(check url)Better check the project web.xml file.
for more info:-
HTTP/1.1: Status Code Definitions
Similar Threads
-
Open Jcreator project in Eclipse <need help>
By roughjj in forum EclipseReplies: 2Last Post: 09-09-2009, 09:15 AM -
Different Files Open in File -> Open Workspace
By mgm2010 in forum JCreatorReplies: 0Last Post: 04-11-2009, 02:14 PM -
open existing project project ..
By itaipee in forum EclipseReplies: 1Last Post: 12-28-2008, 08:12 PM -
A newbie question: How do I take a J2ME open source and create a project
By Anona in forum CLDC and MIDPReplies: 0Last Post: 09-28-2008, 11:02 AM -
The Apache Open For Business Project 4.0.0
By Java Tip in forum Java SoftwareReplies: 0Last Post: 06-21-2008, 12:23 AM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks