If you observe CPU being hogged by the Weblogic Server process on a linux machine, you need to find out
Continue readingAuthor: weblogicwonders
javax.xml.stream.XMLStreamException while validating xml
javax.xml.stream.XMLStreamException: ParseError at [row,col]:[2,134] Message: Tried all: ‘1’ addresses, but could not connect over HTTP to server: ‘java.sun.com’, port: ’80’
Continue readingSimple Checklist for WebLogic to JBoss Migration
Compare the supported J2EE specs ( EJB, JMS, Webservices) of the Weblogic Version you are going to migrate from to
Continue readingReset WebSphere admin console password
As a WebSphere admin one of the commonly seen issue is how to reset the WebSphere admin console password. Well
Continue readingHow to change Default Ports in JBoss Application Server
These are the default ports in JBoss Application Server TCP 1090 – RMI/JRMP socket for connecting to the JMX MBeanServer
Continue readingDatabase authentication on JBoss EAP 5.0
Step 1 Create tables in the database and insert user, group and role information CREATE TABLE USERS ( U_NAME
Continue readingTopic Send and Topic Receive demo on JBoss Application Server
1 )Create a topic Add the following in the deploymessagingdestinations-service.xml file <mbean code="org.jboss.jms.server.destination.TopicService" name="jboss.messaging.destination:service=Topic,name=Topic1" xmbean-dd="xmdesc/Topic-xmbean.xml"> <depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends> <depends>jboss.messaging:service=PostOffice</depends> </mbean>
Continue readingConfigure Apache Webserver to authenticate from LDAP Server
1. Connect to the LDAP Server from an LDAP Browser 2. Uncomment these two modules in httpd.conf LoadModule ldap_module modules/mod_ldap.so
Continue readingStarting a specific JBOSS server profile and a specific ip-address
A. Starting a specific JBOSS server profile : 1. Navigate to the path …jboss-eap-5.1jboss-asserver 2. The server folder has different profile. Create a
Continue readingInstalling JBoss EAP as a windows service
1. Copy …jboss-ep-5.1nativesbin to …jboss-eap-5.1jboss-asbin 2. Locate the cmd.exe file in the path C:WindowsSystem32 and right click to Run as administrator.
Continue reading