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]

Reply via email to