And perhaps post the contents of your web.xml? Did you map to /app or /app/* ?
Martijn On 9/27/07, Adam A. Koch <[EMAIL PROTECTED]> wrote: > > It is mapped to an app and not to the root. The directories I listed are in > the war file, but I tried to access them with http://localhost/myapp/... > > Kent Tong wrote: > Adam Koch wrote: > > > In fact, I couldn't get the JS/CSS in any way when using the servlet. I > tried putting the JS in my app.war in these directories: > / (root) > /classes/com/.../someJS.js > /WEB-INF/classes/com/.../someJS.js (same directory as Class > and html) > > > Are you mapping the Wicket servlet to root? Try mapping it to something > else > like /app. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] -- Buy Wicket in Action: http://manning.com/dashorst Apache Wicket 1.3.0-beta3 is released Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.0-beta3/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
