Dear all,
can somebody tell how to set up
security-domain in tomcat.
In jboss u can set using the
standardjboss.xml,
but in tomcat , where do u set so.
regards
vijaya
Please get the sample from the binary distro you are actually using or the
same cvs checkout.
jboss.security:name=JaasSecurityManager
should be
jboss.security:service=JaasSecurityManager
if this is not the only problem show the part of the log where this stuff
is getting deployed.
ÍøÉÏÆÈ˵Ķ«Î÷Ì«¶àÁË£¬
ÎÒÕæ³ÏÏòÄãÍÆ¼öÒ»¸öÿÔÂ׬1ÔªµÄ»ú»á---¼ÓÈëÖйúͼÊéÍø£¡
ÇëÈÏ×¼¡°¹¤ÉÌ¡±ºÏ·¨µÇ¼Ç±êÖ¾£¬ÕæÕýÏíÊÜÍøÂç׬ǮµÄÀÖȤ£¡
Á˽âÏêÇéÇë¿´£º
www.BooksChina.com/jiangli/jiangli.asp?uid=lyx0503
×£ÄãºÃÔË£¡
---
This sf.net email is sponsored
Hello,
I am using JBoss 3.0.4 with Tomcat 4.1.2.
I am using a custom Login Module, and I am
getting this exception, which prevents me
from authenticating using JAAS:
Caused by: javax.ejb.EJBException:
checkSecurityAssociation; CausedByException is:
Authentication exception, principal=admi
Action Taken:
The attachment was quarantined from the message and replaced with a text
file informing the recipient of the action taken.
To:
[EMAIL PROTECTED] <[EMAIL PROTECTED]>; Keene
Hammond <[EMAIL PROTECTED]>
From:
Dan A. Dickey <[EMAIL PROTECTED]>
Sent:
1194328960,29526490
Subject:
Re: [J
Title: RE: [JBoss-user] Path names in MBeans
I think it's the directory you started JBoss in, which
is typically the /bin directory, but that's
not required. We use the Java Wrapper Service on Windows
and then the directory is the Windows System directory
or something like that. Things we've
On Monday 11 November 2002 04:58 pm, Keene Hammond wrote:
> Dan,
> With all due respect, you must have just fat fingered something somewhere
> as it should show up in JNDI, why don't cha send some of the
> whatever-service.xml file you are using for us to look at...
> and perhaps...
> version JBoss
On Monday 11 November 2002 04:58 pm, Keene Hammond wrote:
> Dan,
> With all due respect, you must have just fat fingered something somewhere
> as it should show up in JNDI, why don't cha send some of the
> whatever-service.xml file you are using for us to look at...
> and perhaps...
> version JBoss
Dan,
With all due respect, you must have just fat fingered something somewhere
as it should show up in JNDI, why don't cha send some of the
whatever-service.xml file you are using for us to look at...
and perhaps...
version JBoss and Java
-Keene
"Dan A. Dickey" wrote:
> Ok, so I thought I was us
Don't worry dan, i thought it was funny. Of course, i have kids.
Eric
-Original Message-
From: [EMAIL PROTECTED]
[mailto:jboss-user-admin@;lists.sourceforge.net]On Behalf Of Dan A.
Dickey
Sent: Monday, November 11, 2002 5:39 PM
To: [EMAIL PROTECTED]
Subject: [JBoss-user] XA DS's in Jndi?
Hi,
If I do a new FileInputStream("test.xml") from inside and MBean which
directory will it look in for the test.xml file. I am trying to figure
out where I should place the configuration files for an MBean.
Thanks
Ed
---
This sf.net email is
Ok, so I thought I was using the InformixXaDS; apparently I was
wrong and all my EJB's are just using the DefaultDS.
So, I changed the DefaultDS to be the InformixXaDS.
Not sure if this is allowed or not. However, after about a day
of work here; what it seems that I found out is that the InformixX
On man, 2002-11-11 at 21:27, Tiburon Enterprise wrote:
> I'm using JBoss 3.0.4 on XP and Linux machines. The
> XP client program establishes an InitalContext to the
> Linux machine and then executes this code which hangs:
>
> QueueConnectionFactory queueConnectionFactory =
> (QueueConnectionFacto
if changing to local tx doesn't change anything, it probably isn't a
problem with the jca stuff. Can you try with a different database? I'd
try to investigate the problem more directly.
david jencks
On 2002.11.11 12:55:11 -0500 Dan A. Dickey wrote:
> On Friday 08 November 2002 03:22 pm, Dan A.
The service lifecycle methods need to return promptly. If you want ongoing
activity, do it in your own threads.
david jencks
On 2002.11.11 16:43:07 -0500 "Kim, Yong" wrote:
> Hi,
> I am currently developing a service that will run under JBoss 3.x.x
> that's
> will open a server socket and proce
Forget about this... I am all set.
Mitch
-Original Message-
From: Kim, Yong [mailto:Yong.Kim@;Staples.com]
Sent: Monday, November 11, 2002 4:43 PM
To: '[EMAIL PROTECTED]'
Subject: [JBoss-user] Help with MBean
Hi,
I am currently developing a service that will run under JBoss 3.x.x that'
Hi,
I am currently developing a service that will run under JBoss 3.x.x that's
will open a server socket and processes the incoming XML packets... and I
have decided to make it a MBean component... By the way, my service creates
multiple internal threads as well that processes each XML packets.
I'm using JBoss 3.0.4 on XP and Linux machines. The
XP client program establishes an InitalContext to the
Linux machine and then executes this code which hangs:
QueueConnectionFactory queueConnectionFactory =
(QueueConnectionFactory)ctx.lookup ("ConnectionFactory");
I've verified with jmx-consol
On Friday 08 November 2002 03:22 pm, Dan A. Dickey wrote:
> On Friday 08 November 2002 02:28 pm, David Jencks wrote:
> > Does the hang go away if you use local tx (using the jca local wrapper
> > instead of the xa wrapper)? If so this is probably due to problems with
> > the informix xa driver.
>
måndagen den 11 november 2002 kl 16.07 skrev Eric Kaplan:
We have an application that is used by portfolio managers to manage
money.
They manage one or more portfolios, where a portfolio consists of one
or
more positions. Each position corresponds to an asset (a given asset
can be
associated
Hello there! I hope everything is right with you!
Here in my job we are having a big problem. We have an application that
is divided in two client parts: one accessing the Jboss (Linux) via
Browser (TomCat) and the other via Swing. Everything works perfectly...
but when nobody access de the server
Hi all,
we use statefull session beans with NoPassivationCachePolicy under JBoss
2.4.3. When a method throws a RuntimeException the container throws the
bean away. Because our SFSB's hold sometimes external resources we need
to do some cleanup ( which we normaly do in ejbRemove() ), but I can't
s
I wanted to thank everybody for their input. The way I ended up solving
my problem was by putting a section into my jbosscmp-jdbc.xml
file and defaulted the database to my postgres datasource. All works
fine and as expected now.
-Eric
On Fri, 2002-11-08 at 18:01, Eric Klimas wrote:
> Hi all,
>
Hi
We have an application that is used by portfolio managers to manage money.
They manage one or more portfolios, where a portfolio consists of one or
more positions. Each position corresponds to an asset (a given asset can be
associated with multiple positions), and the asset is associated with
At 18:34 11/11/2002 +0530, you wrote:
Hi Guys,
I have deployed a webservice onto JBoss-3.0.2. The web-service.xml file
looks like this ,
http://xml.apache.org/axis/wsdd/";
xmlns:xsi="http://www.w3.org/2000/10/XMLSchema-instance";
targetNamespace="http://net.jboss.org/nEngineApplicationServer";
x
What is the best way to secure an MBean by
each operation. I want to restrict some users to
read only ops and allow some to do write/mod ops.
I read through the spec and did some research
and most of the security is at the agent.
I would like to have security at the MBean.
My idea was to use a Dy
Hi all,
I am using JBoss-3.0.2 and have configured the login-config.xml to work with
LDAP Server. My login-config.xml looks like this,
com.sun.jndi.ldap.LdapCtxFactory
ldap://hyd.nimaya.com:389/
simple
cn=WLSPrincipal
,cn=users,dc=hyd,dc=nimaya,dc=com
true
My application uses a JTree to
Hi Guys,
I have deployed a webservice onto JBoss-3.0.2. The web-service.xml file
looks like this ,
http://xml.apache.org/axis/wsdd/";
xmlns:xsi="http://www.w3.org/2000/10/XMLSchema-instance";
targetNamespace="http://net.jboss.org/nEngineApplicationServer";
xmlns:nEngineApplicationServer="http://n
Good question. Not sure.ClassLoaders must be different? Try printing them
out:
getClass().getClassLoader() vs Thread...
- Original Message -
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, November 08, 2002 11:17 PM
Subject: [JBoss-user] Re: resource-loading in .war
>
29 matches
Mail list logo