hi;
regarding the configuration of a Context element.
i have an application called 'app'
my configuration is currently:
<Context path="/" docBase="." debug="0" reloadable="true">
so in order to execute the application i need to type the url
'http://host:port/app
i do not want to type the URL with the 'app' suffix so i changed the context
element to
<Context path="/" docBase="app" debug="0" reloadable="true">

now the url without the 'app' executes the first page BUT all the images
(static) are not loaded (the images are in the img directory under the app
directory).
can anyone explain this behaviour? did i configure anything wrong?
thanks



____________________
Guy Katz
Allot Communications
[EMAIL PROTECTED]
tel: +972 9 7619288
fax: +972 9 7443626


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to