How to add Hibernate jar to Liberty Sample application in Bluemix? -


i created sample application in bluemix using liberty profile. works. editing code in bluemix, changed output , worked.

now want add libraries. there no put jar file?

what folder structure need create? guess need edit pom.xml configure build.

anyone done before?

you can add jars lib folder under webcontent directory accessible once packaged server deployed.

once deployed, you'll find jars in following directory:

/home/vcap/app/wlp/usr/servers/defaultserver/apps/myapp.war/web-inf/lib/hello.jar 

Comments

Popular posts from this blog

javascript - Thinglink image not visible until browser resize -

firebird - Error "invalid transaction handle (expecting explicit transaction start)" executing script from Delphi -

mongodb - How to keep track of users making Stripe Payments -