The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
3answers
135 views

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 ...
0
votes
1answer
54 views

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 ...
-2
votes
1answer
59 views

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

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 ...
0
votes
0answers
51 views

Request Stats printer for Rails

For every request , rails, by default, logs time spent in views/active_record(sql), active resource http requests, etc. For e.g. Started GET "/blah" for 127.0.0.1 at Thu Jun 07 19:07:33 +0530 2012 ...
0
votes
1answer
259 views

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 ...
1
vote
1answer
125 views

What's the advantage of using Grouper over AD or LDAP?

I'm reading the documentation on Grouper, but I can't for the life of me figure out what the benefit of grouper is over storing groups in AD or LDAP. Can anyone shed light?
1
vote
1answer
2k views

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 ...
1
vote
2answers
2k views

How do I programatically check the depth of a WebSphere MQ queue

The IBM RedBook instructions didn't help. I need to give a script a queue manager and a queue/topic name, and have it return the number of messages queued up.