Folders in Alfresco 5.2

cancel
Showing results for 
Search instead for 
Did you mean: 
kamilaw_
Member II

Folders in Alfresco 5.2

Where the file should saved, which should be found at http://localhost:8081/share/res/ ?


					
				
			
			
				
			
			
				
			
			
			
			
			
			
		
4 Replies
mrks_js1
Established Member II

Re: Folders in Alfresco 5.2

you provide too little information! so one can only guess.

what are you trying to achieve?
which version of the sdk are you using?

there is an excellent doc from about usage of sdk 3.0.0

https://docs.google.com/document/d/1p5QR1Q8pVvMT9fh_aID5nraD5NP6ZrU1ztcgE_zHR-4/pub#h.b4by66les1tp

see Overriding Web Resources and Adding 3rd party Libraries (Using AMPs)

calvo
Senior Member

Re: Folders in Alfresco 5.2

Hi,

Sorry but I'm not sure which is your question. Could you give us more information, please?
I'm in doubt if you are referring how and where folders are saved in Alfresco. In this case, folders are hierarchical saved in "alf_data" > "contentstore" folder.
I'm including a pair of screenshots of Alfresco running on Windows platform.

Anyway, the information of Markus Joos is very useful. Please, take a look.

Regards

mrks_js1
Established Member II

Re: Folders in Alfresco 5.2

Hi

this is the default way of alfresco to store the repository content! You should not need to access these binary files directly!

back to your original question: what do you want to do with http://localhost:8081/share/res/ ?

kamilaw_
Member II

Re: Folders in Alfresco 5.2

The problem was, I didn't know where should be my .js file. In browser I can read this path http://localhost:8081/share/res/

 but I didn't know, where it was.

The solution was: share/src/main/resources/META-INF/resources. So I can write this:

<config>
      <forms>
            <dependencies>
                        <js src="/someFile.js" />
                          </dependencies>
            </forms>
</config>