PeopleSoft applecation Server relies on Jolt,jolt to be the product that is associated with tuxedo and can handle all Web requests. In other words, jolt is the bridge between application server and Web server. Tuxedo helps application server schedule the execution of specific transactions.
When application server starts, Jolt Server Listener (JSL) is bound to a preconfigured port and is monitored for incoming Web requests. On the other hand, the Web server instance is configured with the host IP: port to understand which jolt snooping is available. Config file in the domain file plus the configuration.properties file. Previous [PeopleSoft Multiple sets of web App PRCs cross-access] also mentioned.
JOLT is essentially a Java version of Tuxedo, JOLT can provide Java APIs. Jolt is a client that communicates with the Web server and not with the user. In application server, he is functionally equivalent to a tuxedo image.
Jsl:jolt STATUS LISTENER
Process Monitor receives a link request sent from a Java clinet (typically a process on a Web server). Once the jsh (JOLT status LISTENER) is connected, he is assigned to jsh (JOLT status HANDLER) to handle the communication.
Jsh:jolt STATUS HANDLER
JSH manages the network link until the request or data is satisfied, JSH maintains a persistent connection to the Java clinet and transmits the tuxedo buffer data to jolt buffer, which also returns the jolt buffer to tuxedo buffer.
Jrepsvr:jolt REPOSITORY SERVER
Jrepsvr retrieving the Jolt server from the Jolt Library and returning jolt server to JSH.JREPSV also updates or adds Jolt server.
The diagram is as follows:
In daily work, need to know how to configure jolt, probably function.
My public number:
[may not know] what is PeopleSoft's jolt and related processes