> Subject: Re: [Wicket-user] Need to reload app in tomcat aftering
>       
> To: [email protected]
> Message-ID: <[EMAIL PROTECTED]>
> Content-Type: text/plain; charset=utf-8
> 
> >
> > resourceFinder.add("c:/webserver/tomcat/wicket/markupfiles");
> >
> > locator.add(0, new WebPageResourceStreamLocator(resourceFinder));
> 
> I use it like this:
> 
>         getResourceSettings().setResourceFinder(new Path(new
> Folder("src/main/resources")));
> 
> Have you tried a relative path?  Are you sure the path you mention
> is in the right form?  What version of Wicket are you using?

It has no problem finding the ones that are there when the web app is
started. It's just that it only looks once at startup. If I add a new
one after the web app has started it never finds it.

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to