Thumb nails not shown when assets not stored in razuna root

I have moved our assets to a larger local volume added the new asset container and all works fine to upload/convert/download just the web browser shows no thumb nails?

You need to set the path in the server.xml as well.

I added this to server.xml

then set the asset location to /razuna/assests

Then all my assets were stored in the root directory /razuna/assets

I have tried many combinations

Sorry added this to server.xml

Context path=“razuna/assets” docBase="/stornext/OnlineSAN/Video/Library" crossContext=“false” debug=“0” reloadable=“false”

Depending on how you call Razuna, you might have to change the path="" to
path='razuna" only. The path parameter looks into the URL. If you URL is
indeed razuna/assets then your path is wrong as it most likely should be
path="/razuna/assets".

This is all outlined at
http://wiki.razuna.com/display/ecp/How+to+move+the+asset+directory+to+another+drive

Thanks for the help got it working now!

Can I add more than 1 context container
I would like to have two tennants storing assets in different drives on the server

You can change the storage path for each tenant within the Razuna Administration (Tenant setting). Depending on your setup, you would have to change the server.xml again.