Microsft Azure installing Java Cryptography Extension (JCE) -


i have java 8 wep app on azure.

i using default jre build in application settings webapp. running on tomcat.

i having trouble installing java cryptography extension handle encryption. dont have access java home install it, can upload war files web app.

does know how install jce on azure?

thanks! fab

on azure webapp, have operation permission path d:\home\, no permission others include %java_home% , apache tomcat @ path d:\program files (x86)\.

generally using packages, can directly import these jar files directory web-inf\lib of project or war file. way effective current project, , it's safe others avoid clash.

for file structure of path d:\home, can refer wiki page https://github.com/projectkudu/kudu/wiki/file-structure-on-azure know.

however, according doc readme.txt in jce, seems not possible installing on azure webapp, think can try use other cryptography packages instead of jce app, such apache commons codec.


Comments

Popular posts from this blog

PySide and Qt Properties: Connecting signals from Python to QML -

c# - DevExpress.Wpf.Grid.InfiniteGridSizeException was unhandled -

scala - 'wrong top statement declaration' when using slick in IntelliJ -