In WebLogic world, are managed servers just Weblogic servers? [closed]

It’s difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 9 years ago. I read from Oracle’s documentation, and it seems … Read more

How to manage SOAP requests to a pool of VM each listening on a HTTP port with a priority value in these requests?

I have a front SOAP web-server under Linux. It will have to communicate with Windows Servers VM listening each on a HTTP port, for a HTTP POST request. The chosen VM should return a report of a task to the SOAP client. In the SOAP requests, there’s a special variable : the priority of the … Read more

Check health of my system such as database connections, mainframe connections, messaging services etc

I am so new to this topic that I am not even sure I am asking it correctly but I will give my best. We have number of applications talking to databases such as Oracle and Mainframe and uses messaging services. I wonder if there is some tool or a script that could be written … Read more

Reason why RHEL Apache is installed on middleware folder

What’s on RHEL the cause which Apache (HTTPD) is installed on the folder “/opt/middleware/httpd/”, instead the usual installation folder? What should I apply on my server to have this similar feature, since I am trying to replicate a client environment. Answer This is not a standard httpd installation. It was installed by some third party. … Read more

How do I redirect Weblogic logging to database?

Is there a way to send or redirect Weblogic (or Fusion Middleware) logging output to a database, without having to write a custom application? All the documentation I’ve read seem to deal exclusively with files. Answer Weblogic is not actually my field, but according to Oracle’s documentation, you should be able to send WLS logs … Read more

“Error importing middleware” on osqa

I installed osqa with postgresql as backend on ubuntu 14.0.4 using the tutorial below http://wiki.osqa.net/display/docs/ubuntu+12.04,+django+1.3,+mod_wsgi,+virtual_env,+postgresql which asks to create a virtual environment. I did the same and was getting 500 server error. Hence, I set the debug = True in settings_local.py and got the following error in the apache error log file showing mod_wsgi errors. … Read more

Standard Oracle Fusion Middleware Installation fails on SOA ManagedServer start due to classpath problems

Trying to install Oracle Fusion Middleware 11gR2 on windows (same thing happens on Linux). I have followed the guidelines provided in the http://download.oracle.com/docs/cd/E12839_01/install.1111/e14318/toc.htm Installing the weblogic (11g) Oracle 11g databse installation Running the RCU utility to create schema Installed and copied relevant files for Java Bridge Configure the Fusion Middleware But i found that the … Read more

Can Apache be integrated with 3rd party cookie session authentication/authorization?

I’d like to configure Apache to serve files directly from the file system but authenticate/authorize users. How can Apache be configured so it calls my auth middleware? Basically: 1) Redirect to login if user is not authenticated. Check session cookie against database otherwise. 2) Allow access to certain files based on who the user is … Read more