Expand my Community achievements bar.

How to initialize back-end services on startup. LCDS + JBoss 5

Avatar

Former Community Member

We use JBoss 5 and latest LCDS and need to initialize services on back-end not lazily but right after deployment and server start.

Could you please advise how to do that?

We use Java adapters for data services configuration.

Thank you in advance!

1 Reply

Avatar

Employee

Really, one option is to write a LCDS based Bootstrap service. Take a look at the documentation for how to do it.

Rohit