Regex pattern must know for Administrators and Programmers, irrespective of your tech-stacks. This article is must read to know basic along with hand-on.

I often say, we must know the basic so that we hang on around it. Having so much in IT industry i realized, people struggles with writting simple regex. In the age of ChatGPT, you can have the regex solution quickly but you fail to understand it then you need to learn from scratch. Regex … Continue reading Regex pattern must know for Administrators and Programmers, irrespective of your tech-stacks. This article is must read to know basic along with hand-on.

Websphere Queue Manager Clustering

Clustering provides the mechanism to group more than one server, Queue manager as a whole so that client treats as a single entity. Advantages :- Failover Load-balancing Scalability Easy to administrator How to achieve clustering in Websphere queue manager There is a concept of repository which cluster software maintain about the meta-data of servers, queue … Continue reading Websphere Queue Manager Clustering

Building your first business process using websphere process server

We are going to build our first simple Hello World solution that would return an dynamic greeting. you would need to understand how to use the WID tool and in the various concepts. Though the application we are building is simple, let's start looking at it from a solution point of view. So the requirements … Continue reading Building your first business process using websphere process server

How to set weblogic database source connection pool

Go to admin console for weblogic. For example http://localhost:7001/console/ Create a new generic data source as DI_DATASOURCE 3. Select the jdbc driver 4.Select the below properties in next page 5.On next please provide the below properties. Put url as jdbc:oracle:thin:@localhost:1521:XE 6. On next provide select the target server for the above configured data source. Select … Continue reading How to set weblogic database source connection pool