I tried http://localhost:8081/quickstart
And the content of web.xml is: <filter> <filter-name>wicket.QuickStart</filter-name> <filter-class>org.apache.wicket.protocol.http.WicketFilter</filter-class > <init-param> <param-name>applicationClassName</param-name> <param-value>com.mycompany.app.WicketApplication</param-value> </init-param> </filter> <filter-mapping> <filter-name>wicket.QuickStart</filter-name> <url-pattern>/*</url-pattern> </filter-mapping> -----Original Message----- From: Jeremy Thomerson [mailto:jer...@wickettraining.com] Sent: Tuesday, March 24, 2009 4:17 PM To: users@wicket.apache.org Subject: Re: newbie question: HTTP 404 on the quickstart project Have you tried going to http://localhost:8081/quickstart ? or simply http://localhost:8081 ? -- Jeremy Thomerson http://www.wickettraining.com On Tue, Mar 24, 2009 at 3:09 PM, Chenini, Mohamed <mchen...@geico.com>wrote: > Hi, > > I setup the "quickstart" project using the imbedded jetty server and > started the jetty server from inside Eclipse (Right-click on > src/main/java and then click on "Run as" "Java Application" > > But when I enter on the browser (IE) this URL: > http://localhost:8081/QuickStart > > I got this error: > > > HTTP ERROR: 404 > NOT_FOUND > RequestURI=/QuickStart > I can send pieces of the code I am using if necessary to help determine > what is wrong. > > > > > > Thanks, > Mohamed > ==================== > This email/fax message is for the sole use of the intended > recipient(s) and may contain confidential and privileged information. > Any unauthorized review, use, disclosure or distribution of this > email/fax is prohibited. If you are not the intended recipient, please > destroy all paper and electronic copies of the original message. > ==================== This email/fax message is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution of this email/fax is prohibited. If you are not the intended recipient, please destroy all paper and electronic copies of the original message.