Quantcast
Channel: Developer Feed - ApplicationServer
Browsing latest articles
Browse All 10 View Live

Image may be NSFW.
Clik here to view.

How to send a JMS Message?

JMS(Java Message Service) provides a reliable way to sending message asynchronously. The message are sent to a queue(destination) and consumer like MDB is hooked up the queue. The following snippet...

View Article



Session Listener Filter

A simple session listener can help to understand the beginning and closing of Http session. All we have to do is to implement the HttpSessionListner interface. The interface provides basic methods like...

View Article

Image may be NSFW.
Clik here to view.

How to bounce Weblogic Server Database Pool via command Line?

Weblogic Server has database connection pools, at times the connection pool need to reinitialized because of database outage or hostname changes etc. This can be done via Admin console as well as via...

View Article

Image may be NSFW.
Clik here to view.

How to get Weblogic Server Log via command Line?

Application Server logs are very critical for developers to debug and find issues. However due to security policies developers may not have direct access to these logs. However weblogic server provides...

View Article

Image may be NSFW.
Clik here to view.

How to get Weblogic Server Version via command Line?

Weblogic Server can be managed remotely via a shell script using the weblogic.Admin Java utility with CONNECT as the argument. This class takes in the security credentials (user name/password) and...

View Article


Image may be NSFW.
Clik here to view.

How to check if Weblogic Server is Up via command Line?

The following command line Windows BAT shell script can be used to remotely found out if the weblogic Server is up and running. It uses weblogic.Admin class/utility to issue a CONNECT command and see...

View Article

Image may be NSFW.
Clik here to view.

How to shutdown Weblogic Server via command Line?

Weblogic Server can be managed remotely via a shell script using the weblogic.Admin Java utility with CONNECT as the argument. This class takes in the security credentials (user name/password) and...

View Article

Image may be NSFW.
Clik here to view.

Weblogic Server - Issue - Exceeded maximum allowed transactions on server

Trouble time, sometimes when you start the weblogic server it fails to start up and throws an "Exceeded maximum allowed transactions on server". Even restarting does not help.Issue The following issue...

View Article


Image may be NSFW.
Clik here to view.

How to select a JVM Analyzing Tool?

A JVM monitoring tool also know as a Diagnostic might be needed to fine tune your Java application for performance, reduce memory footprint, avoid contention/deadlocking etc. As such selecting a right...

View Article


Image may be NSFW.
Clik here to view.

How to setup F5 load balancer with BEA Weblogic Server

To configure the BIG-IP product to load balance WebLogic Servers, youneed to complete the following tasks: Tasksread more

View Article
Browsing latest articles
Browse All 10 View Live




Latest Images