aspose file tools
The moose likes Servlets and the fly likes HTTP 404 Not Found Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "HTTP 404 Not Found" Watch "HTTP 404 Not Found" New topic
Author

HTTP 404 Not Found

Vani Sreedharan
Greenhorn

Joined: May 11, 2006
Posts: 14
i have a j2ee 1.3 Enterprise Application project which has 2 ejb projects, 3 web projects and 3 java projects inside it. When i deploy this project in WSAD 5.1.1 in Websphere 5.1 test environment with SQL as database, server gets started properly but throws HTTP 404 Not Found when i try to access the URL. Any idea why this happens?
ankur rathi
Ranch Hand

Joined: Oct 11, 2004
Posts: 3829
Originally posted by Vani Sreedharan:
i have a j2ee 1.3 Enterprise Application project which has 2 ejb projects, 3 web projects and 3 java projects inside it. When i deploy this project in WSAD 5.1.1 in Websphere 5.1 test environment with SQL as database, server gets started properly but throws HTTP 404 Not Found when i try to access the URL. Any idea why this happens?


404 comes when resource is not found at the location you are specifying.

 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: HTTP 404 Not Found
 
Similar Threads
Custom Error Page
Import Netbeans Maven Enterprise Project in Eclipse
How to redirect the none existing page to 404 page.
The Struts dispatcher cannot be found error
Webutilities