Here is an example. Let's say that you have this file within your xxx.war (I'll include the war file in this path to provide context):
xxx.war/dirToThe/contents/some.msi Then use this anchor tag: <a href="dirToThe/contents/some.msi">some.msi</a> To directly access the file use this URL in the browser: http://hostname:8080/xxx/dirToThe/contents/some.msi In other works, there is no difference between how an html, css, gif, msi, exe or static file is access within a web app. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4261928#4261928 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4261928 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
