cancel
Showing results for 
Search instead for 
Did you mean: 

Custom Layer for Share in JBoss

dsr471
Champ on-the-rise
Champ on-the-rise
Hi,
I've installed Alfresco 4.2.4 EE in JBoss 6.2.0.
In this we deployed as ear file through JBoss Console.

Now my requirement is what is the custom layer to develop the code in Jboss for share files(min.js, themes, etc)

I Know while developing in tomcat it is in like <blockcode> tomcat/shared/classes/META-INF/themes/greenTheme  </blockcode>

But I need to know in JBoss 6.2.0 EE

webscripts I'm placing here
<blockcode> <JBOSS_HOME>\jboss-eap-6.2\modules\org\alfresco\configuration\main\alfresco\extension  </blockcode>
& share files here
<blockcode><JBOSS_HOME>\jboss\jboss-eap-6.2\modules\org\alfresco\configuration\main\alfresco\web-extension  </blockcode>

I not able to find where I need to place files related to min.js, css , themes etc..

Any one help please

Thanks,
DSR
2 REPLIES 2

angelborroy
Community Manager Community Manager
Community Manager
I suggest you to use Alfresco SDK 1.1, but you can use this tutorial http://docs.alfresco.com/4.2/tasks/themes-create.html, and also
you can also find some custom themes at https://code.google.com/p/fme-alfresco-extensions/wiki/FmeTheme and a nice tutorial at http://fcorti.com/2012/12/31/alfresco-share-custom-theme/

I haven't use JBoss as webapp server for Alfresco, but you can find detailed information at http://docs.alfresco.com/4.2/tasks/alf-jboss-install.html
Hyland Developer Evangelist

Hi Angel Borroy,
Thanks for replying.
I've done the things which you shared the links using tomcat.
But now I'm getting struggle with JBoss.