|
From: <lon...@ho...> - 2006-06-28 17:06:19
|
I am using jboss 4.0.4. I need to set up a virtual directory in a web app (it has authentication which set up in web.xml). I added the following context in server.xml under jbossweb-tomcat55.sar directory. Since each context is a web app. The following URL http://hostname/doc does not prompt for login. I don't want to add WEB-INF/web.xml under c:/doc. I am looking for a way to set up
virtual directory in the same scope of the web app so the authentication
config in web.xml will be enforced to the virtual directory too.
thanks a lot.
<Context path="/doc"
| docBase="c:/doc"
| reloadable="false">
| </Context>
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954136#3954136
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3954136
|