middleware infrastructure blog
Monday, July 20, 2009
getRealPath returns Null on WebLogic Server
›
Applications that were running ok on Tomcat/Jetty would return a Null for ServletContext.getRealPath() when deployed on weblogic server. ...
Friday, June 12, 2009
Installing XAMPP on 64bit RHEL
›
Today I had to install Apache on 64bit RHEL mahine. Since my machines did't have compiler installed, I got a binary distribution (rpm)...
3 comments:
Tuesday, June 2, 2009
WebLogic authentication with Siteminder
›
We have encountered this issue while setting up siteminder on weblogic 9.2 Once the request is authenticated through policy server/sitemi...
2 comments:
Friday, May 29, 2009
core file analysis on solaris
›
A core dump is a detailed snapshot of the process at that point in time. It has all the information related to OS threads(pstack info), d...
1 comment:
Tuesday, May 26, 2009
WebLogic WLST Script Generator
›
WLS10.x comes with a recording feature whereby WLST scripts can be generated by recording a set of actions through Admin Console. This is...
Tuesday, May 19, 2009
WebLogic JDBC with Oracle RAC
›
WebLogic can connect to oracle RAC either through weblogic multi pools or through Connect-Time failover (underlying JDBC driver will be resp...
1 comment:
Thursday, May 14, 2009
Types of java.lang.OutOfMemoryError
›
These are the list of OutOfMemoryErrors a typical java application can see: java.lang.OutOfMemoryError: Perm Space java.lang.OutOfMemo...
‹
›
Home
View web version