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
Post a Comment