[JBoss-user] [Security & JAAS/JBoss] - Re: Securing web-console => login failure

2005-05-11 Thread rhook
"rhook" wrote : For what it's worth, the http://wiki.jboss.org/wiki/Wiki.jsp?page=SecureTheJmxConsole page has been updated View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877418#3877418 Reply to the post : http://www.jboss.org/

[JBoss-user] [Security & JAAS/JBoss] - Re: Securing web-console => login failure

2005-05-11 Thread rhook
For what it's worth, in the 4.0.2 default server configuration, the jmx-console-roles.properties and jmx-console-users.properties files are in server\default\conf, and these are picked up before any files in the server\default\deploy\jmx-console.war\WEB-INF\classes location. Either move them fr

[JBoss-user] [Beginners Corner] - Re: Jboss 4 and Mac OS X 10.3

2005-01-14 Thread rhook
anonymous wrote : Caused by: org.apache.commons.logging.LogConfigurationException: No suitable Log constructor [Ljava.lang.Class;@fea0cf This is the core of your problem. I've not (yet) experienced much with JBoss 4.0.0 and OS X 10.3 - i just ran it up as a testbed so that i could have 4.0.0 o

[JBoss-user] [Beginners Corner] - Re: JBoss 4.0.1 Linkage Error Nightmare

2005-01-13 Thread rhook
Thank you for that clarification Scott, I shall continue wrestling with this. I had indicated in a previous post that I wanted to explore whether this was new behaviour in 4.0.1 compared to 4.0.0. To that end, I did the following. Note that the server configuration used in 4.0.1 was a copy of t

[JBoss-user] [Beginners Corner] - Re: war deployment structure

2005-01-13 Thread rhook
My understanding is that the WAR gets expanded fully into a directory under {server}/tmp/deploy. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3862015#3862015 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3862015 --

[JBoss-user] [Beginners Corner] - Re: how to hot deployment to multiple jboss instances?

2005-01-13 Thread rhook
What OS are your servers running on? If some form of Unix, you could probably build a solution on top of rdist , ie have a local deployment directory that rdist watches and pushes to the deployment directories on all the servers. View the original post : http:/

[JBoss-user] [Beginners Corner] - Re: JBoss 4.0.1 Linkage Error Nightmare

2005-01-12 Thread rhook
Let me rephrase the question, in the hope that somebody, anybody will respond: a) should java2parentdelegation in jboss-app.xml be true or false; b) how do we ensure that the java.* and javax.* classes in rt.jar are accesible? I'll reiterate: I'm not simply trying to leach free resources here, I'

[JBoss-user] [Beginners Corner] - Re: JBoss 4.0.1 Linkage Error Nightmare

2005-01-11 Thread rhook
"jgra" wrote : All JBoss classloading scenarios are available on following wiki page: | http://www.jboss.org/wiki/Wiki.jsp?page=JBossClassLoadingUseCases | Try to test them on your server before deploy of your real applications. | BTW, You should never ever add rt.jar to ear archives, it's c

[JBoss-user] [Beginners Corner] - Re: JBoss 4.0.1 Linkage Error Nightmare

2005-01-11 Thread rhook
"[EMAIL PROTECTED]" wrote : UseJBossWebLoader only affects the wars in the ear, not the ear itself. When set to false you are using the tomcat class loader as a child to the ear class loader instead of using the ear unified loader at the war layer. Thanks for that clarification, that was the un

[JBoss-user] [JBoss Getting Started Documentation] - Possible Confusion with class loading

2005-01-10 Thread rhook
Chapter 2 of the 4.0.1 guide discusses in detail class loading, and in section 2.2.2.4.2 suggests that scoped class loading at the EAR level can be done by editing jboss-app.xml. Chapter 9 discusses web applications, and suggests that isolation (globally) for web applications is done by editing

[JBoss-user] [Beginners Corner] - Possible Solution

2005-01-10 Thread rhook
This may or may not be an appropriate solution. Re-examing the 4.0.1 documentation, I found in chapter 9, section 9.1, discussion of configuring the tomcat 5.x bundled inside Jboss 4.0.1. It discusses the contents of the jboss-service.xml file for Tomcat 5, and says anonymous wrote : UseJBossWe

[JBoss-user] [Beginners Corner] - Follow up 2

2005-01-10 Thread rhook
In my previous, as far as I can determine all classes for which linkage errors are being reported are coming out of rt.jar, possibly limited to those in the javax.* package. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861494#3861494 Reply to the post : h

[JBoss-user] [Beginners Corner] - JBoss 4.0.1 Linkage Error Nightmare

2005-01-10 Thread rhook
We have a very real need to support the following situation: - a server will have a JBoss 4.x installation, possibly with certain 3rd party libraries such as iBatis in the {server}/lib directory; - we will deploy multiple different EAR files for our various internal applications; - some of those

[JBoss-user] [Beginners Corner] - Follow-up 1

2005-01-10 Thread rhook
The wiki page http://www.jboss.org/wiki/Wiki.jsp?page=JBoss4FAQ is incorrect where it states anonymous wrote : In the default configuration, the ear-deployer.xml is configured to isolate deployments In fact the ear-deployer.xml in the default configuration as deployed is: | | | |

[JBoss-user] [Beginners Corner] - Re: Jboss 4.x seperate class loaders?

2005-01-09 Thread rhook
Not completely successful. In fact, all sorts of horriblness in at least one app where it decided it could no longer find javax.sql.datasource question though, why do it by hacking jboss-app instead of setting globally per instructions at http://www.jboss.org/wiki/Wiki.jsp?page=ClassLoadingConf

[JBoss-user] [Beginners Corner] - Re: Jboss 4.x seperate class loaders?

2005-01-09 Thread rhook
Whoah. Quick reply. I'll try your suggestion, which I take to mean that what I had done to jboss-app.xml was approximately correct. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861356#3861356 Reply to the post : http://www.jboss.org/index.html?module=bb&op

[JBoss-user] [Beginners Corner] - Jboss 4.x seperate class loaders?

2005-01-09 Thread rhook
I get the feeling that this is a simple thing to resolve, but I cannot easily find the solution in the documentation. We will have multiple web applications running in a single jboss installation. They are all internal products, for internal use at this stage. The applications are bundled in EA

[JBoss-user] [Beginners Corner] - Re: Compile of Duke's Bank app failed

2004-08-19 Thread rhook
Rantless response. To get over that particular hurdle, I had to do the following: 1. Edit the build.properties file in the j2eetutorial directory to make sure the servlet.jar line read: servlet.jar=${jboss.server}/deploy/jbossweb-tomcat50.sar/servlet-api.jar 2. Edit the jboss-build.xml file in

[JBoss-user] [Beginners Corner] - Re: Compile of Duke's Bank app failed

2004-08-19 Thread rhook
"hbaxmann" wrote : your ant script environment is missing some impotent .jar files (servlet.jar in this case) | | bax {Rant mode enabled} rrrgghhht!!! Just what I like about the FOSS world. An answer that is: a) misspelt; b) risible due to incorrect spelling; c) accurate, but compl