and what page is firefox trying to access?

are you hitting /context/app or jsut /context? because the servlet is mapped
to /app/*

-igor


On 6/19/07, Ballist1c <[EMAIL PROTECTED]> wrote:


This is the xml, it seems to all be correct, i even recreated the project
in
netbeans with the packages to match this XML and i still get that annoying
'not available' error.

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE web-app
      PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
      "http://java.sun.com/dtd/web-app_2_3.dtd";>

<web-app>
    <display-name>Wicket Examples</display-name>
    <servlet>
        <servlet-name>HelloWorldApplication</servlet-name>

<servlet-class>org.apache.wicket.protocol.http.WicketServlet
</servlet-class>
        <init-param>
          <param-name>applicationClassName</param-name>

<param-value>wicket.examples.helloworld.HelloWorldApplication
</param-value>
        </init-param>
        <load-on-startup>1</load-on-startup>
    </servlet>
    <servlet-mapping>
        <servlet-name>HelloWorldApplication</servlet-name>
        <url-pattern>/app/*</url-pattern>
    </servlet-mapping>
</web-app>



Frank Bille wrote:
>
> Sounds like some misconfiguration in your web.xml. Can you please share
> it?
>
> Frank
>
>
> On 6/19/07, Ballist1c <[EMAIL PROTECTED]> wrote:
>>
>>
>> Hey Guys,
>>
>> I am a big Wicket n00b face... and I have been working on a
>> pre-configured
>> project which has been going fine.
>>
>> But at the moment I am trying to start up a fresh wicket project, so I
>> thought I would start with the infamous 'Hello world' and it compiles
and
>> loads up in Netbeans using the built-in tomcat server.
>>
>> But as soon as firefox tries to access the page i get.
>>
>> HTTP Status 404 - Servlet HelloWorldApplication is not available
>>
>> anyone know what i am doing wrong?
>> --
>> View this message in context:
>>
http://www.nabble.com/HTTP-Status-404-Error%21%21-tf3944530.html#a11189175
>> Sent from the Wicket - User mailing list archive at Nabble.com.
>>
>>
>>
-------------------------------------------------------------------------
>> This SF.net email is sponsored by DB2 Express
>> Download DB2 Express C - the FREE version of DB2 express and take
>> control of your XML. No limits. Just data. Click to get it now.
>> http://sourceforge.net/powerbar/db2/
>> _______________________________________________
>> Wicket-user mailing list
>> Wicket-user@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/wicket-user
>>
>
>
-------------------------------------------------------------------------
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> _______________________________________________
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>
>

--
View this message in context:
http://www.nabble.com/HTTP-Status-404-Error%21%21-tf3944530.html#a11204696
Sent from the Wicket - User mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to