Explorer8: I'm not sure whether this can help you. In my case the problem was, that from the previous version of the app which was not runnig on Websphere but only as a standalone java app I had had mq packages (like com.ibm.mq.jar etc.) in my library directory. When I made it web app and...
Hi,
sedj: thanks for replying, I looked at all of these links, but it didn't help maybe because
I've solved it - and as usual the problem wasn't actually in MQ but it was a classloader issue
Hi,
I'm becoming desperate because of this problem. If you have any idea please post it here.
I develop a web application which is intended to communicate with other apps via MQ. I work in Websphere Studio AD 5.0 and the application should run on Websphere Application Server 5.1. WAS should...
Hi all,
in my application I have a class DummyLogger, which is a superclass to all others. It provides them a log4j Logger.
In the constructor it sets up the important attributes:
log = Logger.getLogger(name+" (" + app + ") ");
log.setLevel(Level.toLevel(level));
PatternLayout...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.