Finding resources

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Finding resources

Gavin Mabie
Hi

 

I have changed my app to mount-point "/" instead of "/app-name/".  It is
causing havoc with finding resources such as javascripts, stylesheets and
images.  Normal location for these resources is "webapp/app-name/images".  I
can solve this by moving scripts and images to the
framework/images/webapp/images folder and change the links to /images/xxx,
but would not like to fiddle with this folder.  Is there a alternative
solution?

 

Thanks

 

Gavin

Reply | Threaded
Open this post in threaded view
|

Re: Finding resources

rajsaini
May be you can rename the images folder within your application
something like img.

Thanks,

Raj
On Thursday 19 May 2011 09:06 AM, Gavin Mabie wrote:

> Hi
>
>
>
> I have changed my app to mount-point "/" instead of "/app-name/".  It is
> causing havoc with finding resources such as javascripts, stylesheets and
> images.  Normal location for these resources is "webapp/app-name/images".  I
> can solve this by moving scripts and images to the
> framework/images/webapp/images folder and change the links to /images/xxx,
> but would not like to fiddle with this folder.  Is there a alternative
> solution?
>
>
>
> Thanks
>
>
>
> Gavin
>
>