Assuming you had -DartifactId=WicketProject in the command line you ran to create your Wicket archetype, typing mvn jetty:run in the WicketProject folder should enable you to point your browser at http://127.0.0.1:8080/WicketProject to see the simple "Wicket Quickstart Archetype Homepage " page. If that works, it's probably a problem with your deployment to Tomcat. Did you (or Netbeans) build and then deploy WicketProject.war to Tomcat by copying it into the webapps folder in your CATALINA_BASE folder (or in CATALINA_HOME if CATALINA_BASE is not set by you or Netbeans)?
Regards - Cemal http://jWeekend.co.uk jWeekend.co.uk anita nichols wrote: > > Everything looks fine, I followed all the instruction, but I got this > > HTTP Status 404 - /WicketProject > ------------------------------ > > *type* Status report > > *message* */WicketProject* > > *description* *The requested resource (/WicketProject) is not available.* > ------------------------------ > Apache Tomcat/6.0.14 > > > On 10/8/07, jweekend <[EMAIL PROTECTED]> wrote: >> >> >> Such screencasts are really helpful. I think >> http://herebebeasties.com/2007-10-07/wicket-quickstart/ Al's Wicket >> Quickstart screencast can help many people who are new to both Maven 2 >> and >> Wicket. >> As you follow it, bear in mind that most of it covers the one-off task of >> installing Maven 2. If this screencast was divided into 2 to reflect >> this, >> people starting from scratch (ie with no Maven 2 installed on their boxes >> yet) would probably say they'd like to see the whole show in one go! >> The steps relating to setting up a Wicket archetype (once Maven 2 is >> installed and in your path) are in fact extremely short and simple. And, >> so >> is the bit telling you how to set up a project for your IDE (Eclipse, in >> this case). >> Regards - Cemal >> jWeekend.co.uk >> >> >> >> Frank Bille-2 wrote: >> > >> > On 10/8/07, anita nichols <[EMAIL PROTECTED]> wrote: >> >> >> >> How do I use the archetype to setup a wicket 1.3 project? or if I have >> to >> >> do >> >> it manually how do I do it? >> >> >> > >> > Al has created a screencast of how to do it: >> > >> > http://herebebeasties.com/2007-10-07/wicket-quickstart/ >> > >> > Frank >> > >> > >> >> -- >> View this message in context: >> http://www.nabble.com/Quickstart-1.2-upgrade-to-1.3-tf4589237.html#a13104696 >> Sent from the Wicket - User mailing list archive at Nabble.com. >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> > > -- View this message in context: http://www.nabble.com/Quickstart-1.2-upgrade-to-1.3-tf4589237.html#a13105570 Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
