how can i use a shared lib in glassfish to avoid deployment of the huge libs?

后端 未结 3 1527
挽巷
挽巷 2021-01-13 00:51

I have to upload about 30M for my app since it uses a lot of libraries, log, web engine and so on.

I think there should be a way to share these libs on glassfish, bu

3条回答
  •  独厮守ぢ
    2021-01-13 01:19

    If I remember well, you can also specify additional libraries in the classpath via the admin console (in Application Server > JVM settings or something like this). Then you can put them wherever you want.

    (I had a quick look at Pascal's link, but I don't know if that's what they describe, if yes, my apologies for the duplicate answer.)

提交回复
热议问题