Questions tagged [weblogic]

Oracle WebLogic consists of a Java EE platform product-family that includes a web server, portal, and related components.

WebLogic is an Oracle owned brand that builds a complete product suite consisting of a couple of Java EE related products, such as:

  1. Java EE application server, WebLogic Application Server
  2. WebLogic JRockit JVM
  3. WebLogic RealTime Edition
  4. Virtual Assembly Builder

WebLogic came to Oracle through the acquisition of BEA Systems Inc. in 2008. See the Wikipedia entry for a complete history.

References

171 questions
0
votes
0 answers

Why does replacing certificate in WebLogic now require TLS1.2

We replaced a self-signed certificate JKS with a signed certificate in WebLogic 12.2.1.3.0. The C# desktop applications that connect to a service hosted there now fail with "The request was aborted: Could not create SSL/TLS secure channel". That…
0
votes
0 answers

Disable certificate verification on Weblogic

The company where I'm working has very old legacy app that runs on Weblogic 10 server. App vendor is exist no more, but app itself is still used in some business processes. Month ago SSL certificate finally was expired. There's no way to re-issue it…
Evan
  • 131
  • 1
  • 3
-1
votes
2 answers

Failed while installing Oracle fusion Middleware 11g Release 1 (11.1.1.7)

I am trying to install oracle fusion Middleware 11g Release 1 (11.1.1.7) on Windows 2012 R2 64-bit with Java 7 update 79. But I am receiving below error while running installation wizard: Checking operating system certification Check complete. The…
Salman
  • 99
  • 4
-1
votes
1 answer

Default user key file for WLST

When I start weblogic scripting tool (WLST) in the domain directory. I can connect using the following command without specifying the username or password. connect(url="t3://localhost:7001",adminServerName="AdminServer") I assume that WLST is using…
-1
votes
3 answers

Weblogic URL redirect

i have my url running on https://domain.com:7002/app1, i want to make a weblogic redirect when ever users type domain.com in the browser, it should place them to https://domain.com:7002/app1 what changes are required from the Weblogic side to make…
xias
  • 11
  • 1
  • 1
  • 1
-2
votes
1 answer

In WebLogic world, are managed servers just Weblogic servers?

I read from Oracle's documentation, and it seems that managed servers are basically WebLogic servers(the application server we download from their site). But I also watched a youtube video, which says that SOA suite, service bus are the managed…
Yang Jy
  • 27
  • 5
1 2 3
11
12