HI i would like to develop a custom jsp page and upload it to let users access it.
However there's a few challenges i've met.
I'm consuming data from external database. I would like to know how do i import the internal wildfly jstd / jdbc / oracle database driver onto the jsp page.
Also, I realized i will need to store the password on the jsp page. is there a way to store password profile in build in wildfly aveksa, so that my jsp file can make use of this connection profile.?
Do take note that I am aware that i can use forms and connectors to build all this up..
Due to customers requirements, i might need to research in the jsp way..
Since the custom JSPs uploaded is merely a part of Aveksa.ear file, you need to add the JDBC jar file to the ear file and redeploy.
Refer to the Customize RSA Identity Governance and Lifecycle section in RSA G&L Installation Guide for details.