質問

If I have a glassfish application that depends on a shared library that is running, I deploy the shared library again with updates, do I have to restart the application that depends on that shared library or will the application pick it up?

役に立ちましたか?

解決

I found an article that answers my question.

http://alexismp.wordpress.com/2009/04/15/more-with-deploy-libraries-in-glassfish/

It makes sense that you have to restart the server or redeploy the application with the --libraries option in order for the class loader to execute to pick it up the new changes.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top