Sponsored Content
Full Discussion: Version of Weblogic server
Special Forums UNIX and Linux Applications Version of Weblogic server Post 302577122 by zaxxon on Monday 28th of November 2011 08:50:21 AM
Old 11-28-2011
Click me!

Google also shows:
How to find Oracle WebLogic Server Version ? Online Apps DBA: One Stop Shop for Apps DBA’s

Last edited by zaxxon; 11-28-2011 at 09:57 AM..
 

6 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

difference weblogic server/webserver/app server

Hi All, I am getting confused with the terms below. All I know is an application can be installed on a server. But I see the following terms used in a company. All of them are installed on same Unix box. Could you please help me out in layman terms as to what these exactly means. (PS: I don't... (1 Reply)
Discussion started by: tostay2003
1 Replies

2. Solaris

Veritas WebLogic Server log files

Hi All, I am trying to change the log file to an incremental log file so that I do not needd to restart weblogic everytime the server /tmp directory reach 100% usage. I want to make it an incremental log, just like adm messages. At the moment, operation process is written to a log file (eg:... (1 Reply)
Discussion started by: ronny_nch
1 Replies

3. Solaris

Problem in deployment in weblogic server in solaris

I am getting following error during deployment in solaris. when i deploy same war in other machine (non-solaris) it works fine. the stacktrace is < ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1277738498407> <BEA-149205> <Failed to initialize the... (0 Replies)
Discussion started by: paradesi143
0 Replies

4. UNIX and Linux Applications

Exception in Weblogic Application server

Hi, I have a application running on weblogic server. i am getting these errors in logs very frequently. Could you please suggest any solution for this. -02-09 10:02:32,346 ERROR psn.properties.RemotePropertiesCache - Error occurred while attempting to retrieve property: ... (0 Replies)
Discussion started by: Siddheshk
0 Replies

5. Shell Programming and Scripting

How can i get the state of weblogic server

Hi, all Now i want write a shell to get the state of weblogic server,and when the Managed Server's state is not ok, after 3 times checking, i will send msg to the system administrator by sms. BTW, my environment is : Linux ,Redhat 5.4 64bit weblogic version: 10.3.3 the count number... (1 Reply)
Discussion started by: wangsk
1 Replies

6. UNIX for Beginners Questions & Answers

How to find weblogic version in Linux?

Hi All, I am able to find the weblogic version in Centos 7 by using below command but i am not sure what is java -cp is doing in below command. Can someone please help. unable to find info from java man page as well. # cd /opt/oracle/weblogic/wlserver*/server/lib && java -cp... (1 Reply)
Discussion started by: sravani25
1 Replies
AuServer(3)						     Library Functions Manual						       AuServer(3)

Name
       AuServer - AuServer structure

Structures
       #include <audio/audiolib.h>

       typedef struct _AuServer
       {
	   . . .
       }AuServer;

MACROS
Do not dereference the members of the AuServer structure directly. Instead use the access macros. server is a pointer to a AuServer structure. AuServerConnectionNumber(server) Accesses the int connection number. AuServerQLength(server) Accesses the int value with the length of the input queue. AuServerVendor(server) Accesses the NUL-terminated string giving the identification of the audio server vendor. AuServerProtocolMajorVersion(server) Accesses the int value of the major protocol revision number of the audio server. AuServerProtocolMinorVersion(server) Accesses the int value of the minor protocol revision number of the audio server. AuServerVendorRelease(server) Accesses the int value with the release number of the audio server. AuServerString(server) Accesses the NUL-terminated string giving the server name. AuServerNextRequest(server) Accesses the AuUint32 serial ID of the next protocol request to be sent. AuServerLastKnownRequestProcessed(server) Accesses the AuUint32 serial ID of the last known protocol request sent. AuServerResourceBase(server) Accesses the AuID base used in constructing resource ID's. AuServerResourceMask(server) Accesses the AuID mask used in constructing resource ID's. AuServerMinSampleRate(server) Accesses the int value with the minimum sample rate supported by the server. AuServerMaxSampleRate(server) Accesses the int value with the maximum sample rate supported by the server. AuServerMaxTracks(server) Accesses the int value indicating the maximum number of tracks supported by the server. AuServerNumFormats(server) Accesses the int value indicating the number of formats supported by the server. AuServerNumElementTypes(server) Accesses the int value indicating the number of element types supported by the server. AuServerNumWaveForms(server) Accesses the int value indicating the number of waveform generators supported by the server. AuServerNumActions(server) Accesses the int value indicating the number of actions supported by the server. AuServerNumDevices(server) Accesses the int value indicating the number of server devices. AuServerNumBuckets(server) Accesses the int value indicating the number of server buckets. AuServerFormat(server, n) Accesses the int value of the n'th format supported by the server. AuServerElementType(server, n) Accesses the int value of the n'th element supported by the server. AuServerWaveForm(server, n) Accesses the int value of the n'th waveform supported by the server. AuServerAction(server, n) Accesses the int value of the n'th action supported by the server. AuServerDevice(server, n) Accesses the AuDeviceAttributes structure of the n'th server device. AuServerBucket(server, n) Accesses the AuBucketAttributes structure of the n'th server bucket. AuClientOfID(server, resource) Extracts the ClientID from resource. AuID AuAllocID(server) Invokes the ID allocator function. Description The AuServer structure describes the connection to the audio server. See Also AuCloseServer. audiolib - Network Audio System C Language Interface audiolib - 1.9.3 AuServer(3)
All times are GMT -4. The time now is 03:39 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy