Get rid of the

        public Session newSession() {
                // TODO Auto-generated method stub
                return null;
        }

in HelloWorldApplication.java, as with 1.2 at least, that causes a NPE
in the WebApplication class.

On a more general note, I wonder if you switched to testing with Jetty
or Resin, if you'd get a more useful error msg - You might consider
giving it a try using this as a test case.

/Gwyn

On 22/04/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
>


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0709&bid&3057&dat1642
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to