Well here is my predicament... i have an existing wicket project that i have
put into my Netbeans and that compiles and deploys like a dream... to a
different directory of course...

But yhea i have created a new project.... jsut to see... and i never
expected HELLO world to kick my ass soo much!!!! !

i still have no idea... 


Eelco Hillenius wrote:
> 
> It's probably a classpath problem. Can you look at the tomcat logs
> (look at the files, not the console per se)?
> 
> Eelco
> 
> 
> On 6/19/07, Ballist1c <[EMAIL PROTECTED]> wrote:
>>
>> yeah the address is
>> http://localhost:8084/HelloWorld/app/
>> http://localhost:8084/HelloWorld/app
>> and i tried
>> http://localhost:8084/HelloWorld/
>> just for shits and giggles...
>>
>> but no dice on any of them...
>>
>> the apache error is
>>
>> type Status report
>>
>> message Servlet HelloWorldApplication is not available
>>
>> description The requested resource (Servlet HelloWorldApplication is not
>> available) is not available.
>>
>> I am completely lost ... cause it looks like the XML is being processed
>> but
>> it cant for the compiled java in the directory that has been set...
>>
>>
>>
>> igor.vaynberg wrote:
>> >
>> > 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
>> >
>> >
>>
>> --
>> View this message in context:
>> http://www.nabble.com/HTTP-Status-404-Error%21%21-tf3944530.html#a11205016
>> 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#a11205185
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

Reply via email to