to what url are you pointing youre browser?
What part is the context path and what part is the serlvet path?

should be something liket this:

http://localhost:8080/yourecontext/helloworld/
On 4/23/06, Rui Pacheco <[EMAIL PROTECTED]> wrote:
Hi all

Yesterday I sent a message asking wondering why my helloworld application didn't go beyond loading the main class by Tomcat. Someone asked for my source code, I'm sending it in attachment.
As I said before, I inserted a System.err on the constructor of the class that extends WebApplication and I can see that message on catalina.out. But when I go to my browser I can't see anything, I just get a 404. I am using Java 5 with Tomcat 5.5.16 and wicket 1.2 rc2 on Linux.

This is really strange, as I don't get any errors on my logs, just the 404.
--
Cumprimentos,
Rui Pacheco


Reply via email to