Topics
This is the home page for the Application Server Infrastructure space. Application Server Infrastructure Wiki will comprise the following topics:
- Architecture of Application Server (AS ABAP + Java)
- (Standalone, Replication) Enqueue Server
- Internet Communication Manager (ICM)
- Startup Framework for AS Java
- Message Server and related
- SAP Web Dispatcher [link]
- Monitoring (CCMS, SMD)
- Central Instance
- Work Processes
- SAP Gateway
- Start Service
- SAPOSCOL
- SAProuter
- IPv6, NI
Related Topics
SAP NetWeaver Application Server Community
Architecture of Application Server (AS ABAP + Java)
TCP/IP Ports Used by SAP Applications
ABAP proxy provider implementation and testing
SAP´s Dual Stack Strategy
SAP does not recommed to setup Dual Stacks except if necessary (e.g. Solution Manager)
see also the slides about dual stack system landscape and our SDN homepage about MCOD
Please see also Note 1181025 .
SAP and Sun Solaris 10
How to start SAP as a service in Solaris 10 using SMF
Instead of launching SAP by hand, you configure a service which is launched automatically when Solaris comes up
Comments (2)
Feb 23, 2011
Hussain Sehorewala says:
Please allow me to add content for this Wiki Space . I can add valuable c...Please allow me to add content for this Wiki Space .
I can add valuable content to it
Nov 12, 2012
duanxz says:
How to get all database name in java code with sap NetWeaver j2ee server platfor...How to get all database name in java code with sap NetWeaver j2ee server platform
Hi Experts, First I would apologize if I was not joining in the correct Category.
I have successfully installed Trial version of SAP Documentation for SAP NetWeaver Composition Environment Version.
My application is a middleware server. In the application, I want to get the DataSource Name which has been configured in sap j2ee server console, only then can my customers dynamically adjust the database connection status of the sub-applications in the application (middleware server). For detailed information, please see the contents (circled in red) in Resource Column, as shown in the following figure.
My question is whether there is any way to obtain the DataSource Name of sap j2ee server in the sap netweaver environment?
For instance, if I got a DataSource Name as “appeonsample” configured by a customer in the console, I would add a suffix like “jdbc/” in the java code, namely, its JNDI name is “jdbc/appeonsample”.
It is appreciated for answering my question in your busy time.
http://scn.sap.com/servlet/JiveServlet/showImage/2-13649849-154869/datasource_2.jpg
Thank you in advance.
duanxz