cancel
Showing results for 
Search instead for 
Did you mean: 

How to use minimal embedded alfresco

hfrano
Champ in-the-making
Champ in-the-making
Hi all,

we want to embed alfresco as content repository in a web application,
primarily using the jsr-170 api.
I couldn't find docu about how to embed alfresco as minimal as possible.
I started with the embedded sample in the sdk, but this starts various
services that I am sure I won't need, just increasing startup time.

Thanks for any help,
Heike
2 REPLIES 2

pmonks
Star Contributor
Star Contributor
The "FirstFoundationClient" sample in the SDK is probably the best place to start.  In terms of disabling various services in Alfresco, I would suggest you start by enumerating the services you want to disable (virtual file servers, RMI registry, …) then look at the relevant pages on the wiki for how to disable each of those pieces individually.

Cheers,
Peter

hfrano
Champ in-the-making
Champ in-the-making
Hi Peter,

thanks for your reply. This was not quite the answer that I was hoping for 😉
The FirstFoundationClient uses SDK Alfresco embedded with its around 170 jar files.
I already searched the wiki for any hints. But it is not so easy to find what I am looking for.

Thanks anyway,
Heike