hi all,
I have a servlet which is secured with a basic authentication method. When I
request a secured resource, I am asked by a web container to introduce myself
in a popup. This is the web tier authentication. After letting me in, I want to
invoke a method on EJB. That is why I have to propa
thanks mate!
it helped, jboss doesn't stop any more.
I have changed the JMSAppender configuration stuff to:
| private void loadLog4JConfig() {
| try {
|
| log.info("configuring a JMSAppender");
| JMSAppender allEventsJMSAppender = new JMSAppender();
hi All,
I encountered this problem several times while reading the forum.
I learned that if I wanted to log to a local jms, due to dependency problem,
I had to make a JMS appender run after the naming service and the connection
factory had started. And I also learned that it was better to make th