SV: Setting up Wicket with Tomcat

2007-10-31 Thread Alexander Landsnes Keül
[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

Setting up Wicket with Tomcat

2007-10-30 Thread Alexander Landsnes Keül
After much sweat and tears I've finally been able to get web.xml to load properly in tomcat, however I'm having a bit of issues actually starting the Web app. What I've got is the very bare bones of a wicket application. Just a class extending WebApplication, and StartPage.java/html.

Re: Setting up Wicket with Tomcat

2007-10-30 Thread Frank Bille
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