Posts by Sammeta Sudheer

Weblogic app installed state

Some times we will get the status of application is INSTALLED. The admin server console shows all deployments in INSTALLED state when they should be showing as ACTIVE but the…

Read More

Uninstall Cloudamize agent

How to uninstall cloudamize agent on servers Sudo to host as root user cd /usr/local/cloudamize/bin/ ./uninstall_cmizeagent.sh check the process and make sure no process in running. < ps -ef |…

Read More

How to delete content from crontab

How to delete total content from crontab login to the server su – username crontab -e esc:%d   Note: if you need to delete total content(all lines) from crontab first…

Read More

Steps to configure Oracle Database server with Apache tomcat

Step to configure Oracle Database server with Apache tom 1) Copy Oracle Jar file ojdbc14.jar (or) ojdbc6.jar till the lib directory to tomcat server 2) Modify the parameters in the…

Read More

Step to configure MYSQL with apache tomcat

Step to configure MYSQL with apache tomcat: 1) Copy mysql connection jar file to catalina_home lib directory 2) Configure that database parameter in server.xml file, resource name resource type, java…

Read More

Setting JAVA_HOME and the path in linux environment

Setting JAVA_HOME path 1.Open the .bash_profile using vi editor for the root user 2.Add the following environment variable in the file. The following is the code snippet of .bash_profile. The…

Read More

How to check weblogic version

To check weblogic version From registry.xml from Middleware_Home Go to Middleware_Home under which weblogic is installed and look for a file registry.xml Default path should look like something below /usr/local/oracle/middleware/Oracle_Home/Inventory…

Read More

FAILED_NOT_RESTARTABLE state. in weblogic 11g

  Server Failed_not_Restartable  State in Oracle Weblogic 11g when we have go through the weblogic console and see any  managed server in FAILED_NOT_RESTARTABLE state. In that case after checking logs…

Read More

To see the active servers count in weblogic

Steps: login to the weblogic console Go to Domain Structure Under Domain Structure Click on deployments Click on  monitoring tab Now you can able to see number of active server…

Read More

Data Source and steps to configure in weblogic

Data Source:- A data source is an object which is used to establish connection between data source contains info about the database like Hostname of the database server, port number,…

Read More