I looked at that one, and for some reason my exact copy of the web.xml file wasn't exact enough. We're implementing wickets in another project, so setting up a new project wasn't practical. However good old copy-paste worked wonders.
Thanks :) -----Opprinnelig melding----- Fra: Igor Vaynberg [mailto:[EMAIL PROTECTED] Sendt: 30. oktober 2007 17:16 Til: users@wicket.apache.org Emne: Re: Setting up Wicket with Tomcat or just use the damn archetype to create a properly configured project in the first place, thats why we have it... :) http://wicket.apache.org/quickstart.html -igor On 10/30/07, Frank Bille <[EMAIL PROTECTED]> wrote: > On 10/30/07, Alexander Landsnes Keül <[EMAIL PROTECTED]> > wrote: > > > > <?xml version="1.0"?> > > <web-app xmlns="http://java.sun.com/xml/ns/j2ee" > > xmlns:xsi="http://www.w3.org/TR/xmlschema-1/" > > xsi:schemaLocation=" > > http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd" > > version="2.4"> > > <display-name>Ansatt</display-name> > > <filter> > > <filter-name>WicketFilter</filter-name> > > <filter-class>org.apache.wicket.protocol.http.WicketFilter > > </filter-class> > > <init-param> > > <param-name>applicationClassName</param-name> > > <param-value> > > no.unique.ansatt.presentation.StartPage</param-value> > > > > no.unique.ansatt.presentation.StartPage? > > Is this what you mean? > Don't you mean something like: > > <init-param> > <param-name>applicationClassName</param-name> > <param-value>no.unique.ansatt.presentation.AnsattApplication > </param-value> > </init-param> > > > I'm not entirely sure what you are asking about, but have Kent Tong has a > free tutorial on setting up an environment with wicket, eclipse and tomcat: > http://www.agileskills2.org/EWDW/index.html > > Frank > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]