[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Log message to screen - possible in Weblogic, is it poss

PeterJ do-not-reply at jboss.com
Thu Mar 26 12:53:47 EDT 2009


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



More information about the jboss-user mailing list