[JBoss-user] [Nukes User] - Re: Frustrating! What IS JBoss/Nukes?

2005-02-22 Thread gary_kephart
"[EMAIL PROTECTED]" wrote : Before yelling, did you even look at the project page or datasheet ? | | http://www.jboss.com/products/nukesjboss | Yes, I did. They seem to have minimal information. anonymous wrote : | If you don't know anything about Nukes, you should consider looking a

[JBoss-user] [Nukes User] - Re: Frustrating! What IS JBoss/Nukes?

2005-02-22 Thread gary_kephart
-sigh- Point proven. You just defined JBoss Nukes in terms of PHP Nukes, which I just got through telling you I don't know anything about. Then, you add in other terms without explaining them: "applications" and "modules". Or explaining the differences between them. As far as I'm concerned, an

[JBoss-user] [Nukes User] - Frustrating! What IS JBoss/Nukes?

2005-02-19 Thread gary_kephart
{vent} You know, as astounding as it may seem, there are people out there who've never used PHP, much less Nukes. And barely know about CMS. I'm a Java programmer, and could take the time to research all of that stuff and I would understand it, but that would take a LOT of time, which I don't ha

[JBoss-user] [Installation & Configuration] - Re: Multiple log4j files

2004-09-23 Thread gary_kephart
That's exactly what I'm trying to avoid. I already have the log4j.xml files with the correct info for each of my web apps. I want JBoss to use them instead of the main log4j.xml file. This is how it works with WebLogic, and I'm trying to make it work the same here. View the original post : htt

[JBoss-user] [Installation & Configuration] - Multiple log4j files

2004-09-23 Thread gary_kephart
Each one of my apps has its own log4j.xml file. However, JBoss seems to be ignoring all but the main one. Any clue how to make it work differently? TIA, Gary View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849348#3849348 Reply to the post : http://www.jbo

[JBoss-user] [Installation & Configuration] - Re: Include external xml file within log4j

2004-09-16 Thread gary_kephart
That is somewhat similar to what I would like to do. I'd like each war or ear file to have its own log4j.xml and have JBoss look along the classpath for the correct one. Instead, it seems to only look at the main one. I also use WebLogic, which handles this fine. Anyone know any differently? Vi

[JBoss-user] [Security & JAAS/JBoss] - Re: ClientLoginModule & adding Principals to Subject

2004-02-23 Thread gary_kephart
Looks like I made a small mistake. The 'commit' method should do that work, according to http://java.sun.com/j2se/1.4.2/docs/guide/security/jaas/JAASLMDevGuide.html#Step%203 You may want to take a look at my subclass: http://www.photeus.com:8080/dr_dee/project/library/jaas/PrefClientLoginModule.j

[JBoss-user] [Security & JAAS/JBoss] - Re: ClientLoginModule & adding Principals to Subject

2004-02-22 Thread gary_kephart
Fantastic. What version is/will this be in? Gary View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822464#3822464 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3822464 --

[JBoss-user] [Security & JAAS/JBoss] - ClientLoginModule & adding Principals to Subject

2004-02-21 Thread gary_kephart
Why doesn't ClientLoginModule.login call subject.getPrincipals().add(principal)? I need this to happen for my Swing app security to work correctly. I made my own subclass which does do what I want, but it seems like ClientLoginModule should do this. Gary View the original post : http://www.jb