Swap the "path" and "docBase" settings. The "path" is the URL context name, and 
docBase is the location of the files on your system. (It helps to read the 
documentation...)

Then, move the "Context" tag inside the "Host" tag.


  | ...
  | <Host ...>
  |   <Context docBase="C:\\jboss-4.2.3\\server\\default\\logfiles" path="/log" 
reloadable="true" />
  | </Host>
  | ...

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4221367#4221367

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4221367
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to