Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] After server and application deployed steps

Hi All,

I need to perform automatically some steps after Jetty is started and application is deployed.

We are using CDI (Weld provided by Jetty). 

I wrote an extension to observe "AfterDeploymentValidation" event.

This observable is triggering after deployment as I am see with some system out statements.

However Any injected objects in this class are still NULL.

Can you please suggest how to address the above need?

Thanks and Regards
Mohan

Back to the top