17 articles WebSphere Application Servers Page 2 / 2

Secure and HttpOnly flags for session cookie Websphere 7, 8.*

http://stackoverflow.com/questions/9193112/secure-and-httponly-flags-for-session-cookie-websphere-7 To set Secure flag to JSESSIONID cookie (same for WebSphere 7.x and 8.x): log in log in WebSphere admin console Navigate to Server > Server types > WebSphere application servers Click on server name (default is server1) Click on link Web Container settings > Web Container Click on link Session Management Click on link…

Java Garbage Collection: Best Practices for Sizing and Tuning the Java Heap (Chris Bailey)

http://www-01.ibm.com/support/docview.wss?uid=swg27013824&aid=1 Four GC “Policies”, optimized for different scenarios  -Xgcpolicy:optthruput   optimized for “batch” type applications  -Xgcpolicy:optavgpause optimized for applications withresponsiveness criteria  -Xgcpolicy:gencon optimized for highly transactionalworkloads  -Xgcpolicy:subpools optimized for large systems with allocationcontention  

JVM parameter “-Xmn” and recommendation for application with IBM JDK with Sterling Selling and Fulfillment Foundation

http://www-01.ibm.com/support/docview.wss?uid=swg21519763 What is the -Xmn parameter? Briefly, -Xmn decides the size of the young space in a JVM. When this parameter is not tuned, you may see some performance implications (for example, large spikes in the memory foot print). For more information on -Xmn, refer to Tuning performance > Tuning the application serving environment >…

Sync/stop nodeagent failed CWWIM1999E An exception occurred during processing: Listener refused the connection with the following error:

[7/29/16 10:56:08:589 AEST] 000081a6 LTPAServerObj E   SECJ0373E: Cannot create credential for the user <null> due to failed validation of the LTPA token. The exception is com.ibm.websphere.wim.exception.WIMSystemException: CWWIM1999E  An exception occurred during processing: Listener refused the connection with the following error: ORA-12516, TNS:listener could not find available handler with matching protocol stack at com.ibm.ws.wim.dao.AbstractDAO.getDirectAccessConnection(AbstractDAO.java:390) at com.ibm.ws.wim.dao.AbstractDAO.getConnection(AbstractDAO.java:288)…

Failed connection between Portal and Salesforce javax.net.ssl.SSLHandshakeException.

Failed connection between Portal and Salesforce with following exception: Caused by: com.sforce.ws.ConnectionException: Failed to send request to https://salesforce–blalba.cs15.my.salesforce.com/services/Soap/c/28.0/00De0000005PAIP/0DFc0000000Cadc at com.sforce.ws.transport.SoapConnection.send(SoapConnection.java:120) at com.sforce.soap.enterprise.EnterpriseConnection.query(EnterpriseConnection.java:674) at com.cochlear.sforce.connection.ManagedConnectionImpl.query(ManagedConnectionImpl.java:55) … 54 more Caused by: javax.net.ssl.SSLHandshakeException: com.ibm.jsse2.util.j: PKIX path building failed: java.security.cert.CertPathBuilderException: PKIXCertPathBuilderImpl could not build a valid CertPath.; internal cause is: java.security.cert.CertPathValidatorException: The certificate issued by CN=Baltimore CyberTrust Root, OU=CyberTrust,…