Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] how to dynamically config jetty policy files?

that would be my best guess as a solution...

if its not what you need could you explain in a bit more detail?

cheers,
jesse

--
jesse mcconnell
jesse@xxxxxxxxxxx

http://webtide.com / http://intalio.com
(the folks behind jetty and cometd)



On Wed, Sep 7, 2011 at 04:07, John English <john.foreign@xxxxxxxxx> wrote:
> On 06/09/2011 05:58, zhiwei chen wrote:
>>
>> hi,all.
>>
>> I have run many app under jetty, and I want to give one app a specified
>> read_write dir.
>> like this:
>>
>> /webapps/app1.war  read_write_dir is   /dir/app1/
>> /webapps/app2.war  read_write_dir is   /dir/app2/
>> /webapps/app3.war  read_write_dir is   /dir/app3/
>> .......
>>
>> How to dynamically specified app's read_write_dir when app are comming?
>
> Not sure if I understand the question, but could you use context params
> in the web.xml of each app to specify the directory path?
>
> ------------------------------------------------------------------------
>  John English | My old University of Brighton home page is still here:
>              | http://www.cem.brighton.ac.uk/staff/je/
> ------------------------------------------------------------------------
> _______________________________________________
> jetty-users mailing list
> jetty-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/jetty-users
>


Back to the top