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
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";
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
--
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
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.