Final stage of long history is there. I love Oracle APEX, it's my first choice for POC applications, SOA composite facades or for old-fashioned application simulation. Of course there is a lot of options for applet deployments, from J2EE servers to palin HTML pages on web serer.
- Create new application and add blank page. So our new secured application will have 2 pages.
- Open new page for edit and add new HTML Text region.
- Open click on new region for change parameters.
- Put text below into Region Source field <applet codebase="https://apps.vb.mmikhail.com:445/" archive="simpleapplet.jar" code="com.mmikhail.oldsystems.SimpleApplet" height="200" width="500" align="middle">This browser does not support Applets.</applet>
- Save changes and run page. Enter your application credentials on login page
- As soon as you click "Login" button you will see warning message
This warning is about OCSP responder information:
security: Obtain certificate collection in SSL Root CA certificate store
security: Failing over to CRLs: Certificate does not specify OCSP responder
security: Revocation Status Unknown
You may never see it if your certificates contain OCSP responder info. However you have another option: Switch certificate and TLS check to CRL only in Java Advanced Configuration.
- Next message is informational and let you know about Application. Publisher and allowed locations from our manifest header.
No comments:
Post a Comment