[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: WAR file produces commons-logging LogConfigurationExcept

2008-04-09 Thread pdesj
Sorry, I should have posted that. If I remove org.apache.commons.logging_1.0.4.v200706111724.jar from WEB-INF/eclipse/plugins/, the server starts with no errors. Then if I open the application in a browser, the application is not available (or at least the index.jsp page is not). This is

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: WAR file produces commons-logging LogConfigurationExcept

2008-04-09 Thread pdesj
In case it's interesting, here's what happens when I add the log4j.jar file from JBoss 4.0.1sp1 to the WEB-INF/lib/ directory of the WAR file. That version of log4j.jar is 1.2.8. and I took it from \jboss-4.0.1sp1\server\default\lib\. I am assuming that it is the version of log4j being used

[jboss-user] [Installation, Configuration DEPLOYMENT] - WAR file produces commons-logging LogConfigurationException

2008-04-08 Thread pdesj
I am trying to deploy a web application on JBoss 4.2.1. This is part of the Eclipse project (the infocenter user assistance system) and I have consulted it's developers. It's not a pressing issue for them since the WAR files work under other application servers and earlier versions of JBoss.

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: How to package log4j configuration

2008-03-19 Thread pdesj
I'm trying to solve a similar problem with a WAR file. Can you point me to the documentation you referred to? The EAR file doc looks like it might also be applicable to my situation but I'm interested in what you mentioned. Thanks. View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Authentication or security features

2008-02-27 Thread pdesj
Hi. I'm using JBoss 4.2.1.GA to serve a web application that provides online help for another web application. I won't go into the reasons for separating these two applications but that's important to us. My requirement is that only users of the main web application may access the online help