This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes IDEs, Version Control and other tools and the fly likes Eclipse 3.5 Web Server 404 (The requested resource is not available.) Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Engineering » IDEs, Version Control and other tools
Reply Bookmark "Eclipse 3.5 Web Server 404 (The requested resource is not available.)" Watch "Eclipse 3.5 Web Server 404 (The requested resource is not available.)" New topic
Author

Eclipse 3.5 Web Server 404 (The requested resource is not available.)

Andy Jones
Greenhorn

Joined: Dec 10, 2009
Posts: 2
I am fairly new to Eclipse, so please have patience ....

First, I am able to create a Dynamic Web Project, and get test pages to work on the Tomcat server.

I have another app that I wanted to pull into Eclipse to edit the code and re-package it. I had it as an EAR file from a third party, so I imported it via File > Import > Ear File. There was one WAR module imported and put into the _WEB project.

The issue I am having now is that when I try to run the JSP files on the server, I get the following error:
==========================================
HTTP Status 404 - /RBAC/Sample.jsp
--------------------------------------------------------------------------------
type Status report

message /RBAC/Sample.jsp

description The requested resource (/RBAC/Sample.jsp) is not available.
--------------------------------------------------------------------------------
Apache Tomcat/5.0.28
==========================================

I am just hoping that there is a missed context root or something like that .....

Any help would be appreciated.

Here is the server start-up log:
 
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: Eclipse 3.5 Web Server 404 (The requested resource is not available.)
 
Similar Threads
Unable to restart by application on Tomcat Server
unable to start my tomcat server properly
ContextListener
Logging Problem with unpackWARs="false"
Not able to run servlet-HTTP status404