[JBoss-user] [Security & JAAS/JBoss] - JAAS callback handler with BASIC authentication problem

2005-01-20 Thread mkania
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

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: logging to a local JMS problem

2004-09-22 Thread mkania
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();

[JBoss-user] [Messaging, JMS & JBossMQ] - logging to a local JMS problem

2004-09-20 Thread mkania
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