this is the code setting the values in the filter:
| if (APACHE_URL == null | APACHE_DIR == null) {
| // set the values in the application context
| org.jboss.seam.contexts.Contexts.getApplicationContext().set(
| "APACHE_URL", APACHE_URL);
| org.jboss.seam.contexts.Contexts.getApplicationContext().set(
| "APACHE_DIR", APACHE_DIR);
| }
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4088145#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...