[jboss-user] [JBoss Getting Started Documentation] - Re: serving static content in Jboss 4 onwards

jaikiran do-not-reply at jboss.com
Tue Aug 1 07:19:20 EDT 2006


I havent done this before, but have you tried creating a file like myapp.xml containing something like: 


<Context        
  | docBase="C:/mydir/images/"        debug="9"        crossContext="false"        privileged="false"        reloadable="true" 
  | path="/yourwebapp/images"/>	 


Place this myapp.xml file in %JBOSS_HOME%/server/default/deploy/jbossweb-tomcat55.sar directory and try it out. 

Let us know if this works. 

 
 
 



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

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3962114



More information about the jboss-user mailing list