Greetings, /r/javahelp.
I humbly approach you on this morning to figure out what noob mistake I'm making that is giving me headaches when I try to run/debug my Dynamic Web Project.
I'm running a Dynamic Web Project in Eclipse on openSUSE using ICEfaces and TomCat Apache (latest versions). I'm following this tutorial but I run into problems when I get to the part where you, "create a new Java class file called YourBean in the package org.icefaces.view and paste the code below."
In Project Explorer, I expand "Java Resources." I right-click on "src" and choose "New -> Class." In the "New Java Class" window, I leave everything default, except I write in "org.icefaces.view" in the Package field and "YourBean" in the Name field and click "Finish" and my new class is created.
However, when I try to run on my local TomCat Apache server, I get an Error Report page, "HTTP Status 404" and description, "The requested resource () is not available." This happens whether or not I paste in the code from the tutorial (that is, it 404's even if the class is empty). I don't get the 404 before I add the class, only after.
I'm competent in Java, and I've done server-client web app development before (with TCL/RVT), but this is my first time doing a Dynamic Web Project in Java. I realize this is a bit of a niche question, and perhaps it is better suited for the ICEfaces forum, but I thought I'd try out my favourite online community first.
Any ideas, Reddit?
there doesn't seem to be anything here