[jboss-user] [Advanced Documentation] - Re: JBoss configuration to allow CAB and MSI files

PeterJ do-not-reply at jboss.com
Fri Oct 23 17:15:24 EDT 2009


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



More information about the jboss-user mailing list