[JBoss-user] [Security & JAAS/JBoss] - Trouble securing RMI connection to MBeans from external JMX

2005-06-27 Thread errant01
Here's my situation, I have an external client providing JMX console services (its MC4J) that connects to my JBoss 3.2.7 app server through RMI. I need to secure this connection with a username/password. After hours of poring over google results and the JBoss 3.2.x docs, I think I've got an ide

[JBoss-user] [Installation & Configuration] - Re: JSTL not working properly on JBOSS 4.0

2005-04-13 Thread errant01
Sounds like you need to change the schema definition reference at the top of your web xml. Here's the snippet from mine, but google 'JSTL j2ee 2.4' or something like that if you need more info. http://java.sun.com/xml/ns/j2ee"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";

[JBoss-user] [Installation & Configuration] - Re: Problem changing Log4j config without restart

2005-04-13 Thread errant01
Doh. Forgot to mention This is on jboss 3.2.5 (soon to be 3.2.6) and log4j 1.2.8 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873578#3873578 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3873578 --

[JBoss-user] [Installation & Configuration] - Problem changing Log4j config without restart

2005-04-12 Thread errant01
I have no idea where best to post this question , so I'll post it here. I have multiple applications running on one appserver instance. Each one of these requires its own log4j config. To accomplish this, I've subclassed RepositorySelector as below to be able to use different configs for diffe

[JBoss-user] [Installation & Configuration] - Re: URGENT Defining different SystemProperties per WebApplic

2005-04-12 Thread errant01
The name of your exploded war folder (minus the .war) should define your context name. For two instances to exist on the same app server, I'm pretty sure the contexts must be different, and this would provide you with a different path... Then again, I might be misunderstanding your question.