[jboss-user] [Beginners Corner] - Re: Running *.bat file from JBoss 4 Web Server

PeterJ do-not-reply at jboss.com
Thu Oct 25 12:08:16 EDT 2007


Try adding the following mime type to the list at the end of server/default/deploy/jbossweb-tomcat55.sar/conf/web.xml:

    <mime-mapping>
  |         <extension>bat</extension>
  |         <mime-type>application/octet-stream</mime-type>
  |     </mime-mapping>


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

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



More information about the jboss-user mailing list