cancel
Showing results for 
Search instead for 
Did you mean: 

Where to put new images to share module?

upforsin
Star Collaborator
Star Collaborator

Hello,

I created a custom share login page and I'd like to include additional images to that website. Where can I put the image files to be able to reach them?

I know i can manually copy them to the tomcat/webbaps/share/.. but I want to make it autmatically, in the .amp file.

I tried to put  them to 

src/main/resources/META-INF/resources/<module-id>/

directory but they are gone when I apply the .amp & launch the serwer.

Same with

src/main/assembly/web/

Anyone has any ideas?

howkymike
Alfresco Developer
1 ACCEPTED ANSWER

sanjaybandhaniya
Elite Collaborator
Elite Collaborator

You can place images inside ..\src\main\resources\META-INF\components\images folder.

View answer in original post

2 REPLIES 2

sanjaybandhaniya
Elite Collaborator
Elite Collaborator

You can place images inside ..\src\main\resources\META-INF\components\images folder.

So simple.. Thank you very much!

howkymike
Alfresco Developer