Tuesday, November 19, 2013

hMailServer Configuration

1. Lets start with the installation of hMailServer. which is typical next & next installation :)


2. 
3.  Now you need to give password for the server and click next to start mail server console.
4.  Click on connect to config server .

5.  Now we will create mail server domain. lets create test.com as mail server domain. 

6. 
7. Lets create 2 users as shown in figure.
8. Now go to your network adapter setting and check yours IPV4 address and copy the same.

9. Go to settings --> Anti-virus--> SpamAssassin  to gives the same address which you copied in last step.
10.  Now go to advanced option and provide there your domain name in default domain and password.
11.  Configure yours mail client ens as shown below. I am using Mozilla ThunderBird 



Saturday, September 7, 2013

How to make MYSQL JDBC Connection in Websphere Server

we need to do three task to achieve this:-
  • Create j2c authentication
  • Create jdbc provider 
  • And in the end create data source.  

1.  Log in to websphere server console.

2. Navigate to security then global security and in the end to J2C authentication data as shown in below figure.


3. Click on new and create j2c authentication data to connect with mysql server.
     We need to provide user id and password on mysql server here..
4.  Click on apply and save this new setting in server configuration file.

5. Now lets create JDBC provider for our mysql server.
      Navigate to JDBC provider under resources as shown in figure. and click on new to create new jdbc       provider.

select database type as user define and give "com.mysql.jdbc.jdbc2.optional.MysqlConnectionPoolDataSource" under implementation class name, then click on next 

6. In  step provide MYSQL jdbc jar location .
7. Click on next and then finish. server console will ask to save configuration in master file select save and by this we have completed our 2 Task.

8. Now go to Data Sources and click new to create data source 
9. now select JDBC provider name which we created above.
10.   In the next step give the following class name for datastore helper class.
"com.ibm.websphere.rsadapter.ConnectJDBCDataStoreHelper"  as shown in figure 
11.  Next provide j2c authentication information which we created in previous step.

12.  Click on finish and save it.

13. Now go to custom properties on connection and check for the following parameters.
  •            port
  •           serverName
  •           databaseName (if required )
  •            user
  •          password
sometimes connection doesn't create these parameters automatically, which are required to set up connection.
If these parameters are not available under custom properties create new one and provide yours mysql specific values. 

14 click on finish and  we are done with our MYSQL  jdbc connection ...

Note: mysql version should match with its corresponding jar version....



How to Delete Process from IBM Process Center (version 8.0.1)

Hi everyone,
Today I would like to show you, how we can delete process repository from process console.

  1.             Go to process Apps tab and click on the process name which we want to delete from process console.
2.        Go to the Manage tab Manage under Process Apps which we opened in last step. Click on the Archive Process App (option is available on the right hand side).

When we click on Archive it shows the following pop up message. Click on Archive 

3.    Now again go to Process Apps and click on Archived Option. Here you can see the process which we archived in last step.
Click on Delete option


4.      It shows delete confirmation message and we are all done with our deletion task!!!