Skip to main content

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

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?

Can I implement this by not modifying jetty's source code?

Back to the top