I have an application in JSF, I have a static content like .js, .css, then I created a .jar with this content (static.jar), when I use this content inside a web application it works fine, however I want to access this content from a jar, I removed this content from a web project and I created a new project with this content, thus I generated a jar, is it possible in Jboss EAP 6.3 ?
<link rel="stylesheet" type="text/css" href="/static/css/barra.css" media="screen" />
<link rel="stylesheet" type="text/css" href="/static/css/datatable.css" media="screen" />
<link rel="stylesheet" type="text/css" href="/static/css/estilo.css" media="screen" />
<link rel="stylesheet" type="text/css" href="/static/css/datepicker.css" media="screen" />
How to do it in JBoss EAP ?