0 Votes

Web Application

Last modified by Jeff McDonald on 2021/09/29 02:38

A sample web application can be found at:

<wsc-se-domain>/wsc/samples/web/oracle.wsc.samples.web.sampleapp

View the README.md file...

Compile the application.

./gradlew build

The application is in "build/libs/oracle.wsc.samples.web.sampleapp.war".

Deploy the application to the WSC-SE.

In the WebLogic "Console", configure:

  1. Set the "External Listen Address". (Server / Configuration / General / Advanced)
  2. Set the DefaultAuthenticator "Control Flag" to OPTIONAL. (Security Realms / myrealm / Providers / Authentication / DefaultAuthenticator / Configuration / Common)
  3. Create a new WSCServletAuthenticator. (Security Realms / myrealm / Providers / Authentication)

In the WSC-Console, configure:

  1. In the **Application Profile**, create a new profile called "guest", and set the **Security Group** field to *guest*. 
  2. Double-click the **Packages** field and add all packages.
  3. In the **Configuration**, set **Proxy Registrar URI** to the URI of your proxy/registrar.

Restart the WSC-SE server.