[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Getting the username and password from a ConnectionToken

2004-06-03 Thread jdepons
Adrian,

I appologize for re-posting, but I still have not found a solution.  Your first 
response was helpful, but did not solve my problem. 

The answer you gave in the previous post states

"But the user/password have been discarded by the time you send messages
(replaced with a security token) so you would need to keep your own cross reference
of which ConnectionTokens map to which users.
"
How do I build a cross reference when all I have is a SecurityToken?  Your response 
states that the user name and password have been discarded.  What I am not 
understanding is how to tie the ConnectionToken to a user, and that is what my 
followup post is about.

Where would I build this cross reference table.  At what point do I have both the 
ConnectionToken and the auth information?

Thank you for your time,
Jeff


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837420#3837420

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3837420


---
This SF.Net email is sponsored by the new InstallShield X.
>From Windows to Linux, servers to mobile, InstallShield X is the one
installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Getting the username and password from a ConnectionToken

2004-06-02 Thread jdepons

I have created a JMS Interceptor and would like to get the username and password of 
the user that is sending the JMS request.  In the Interceptor there is a connection 
token availble that contains the ClientID and SessionID.  Is there any way to use this 
information to get the username and password?

Any help is appreciated,
Jeff


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837283#3837283

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3837283



---
This SF.Net email is sponsored by the new InstallShield X.
>From Windows to Linux, servers to mobile, InstallShield X is the one
installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Adding header properies prior to insertion in queue

2004-06-01 Thread jdepons


I would like to add a header property prior to messages being inserted into a jms 
queue. The problem is that I do not have control over the client application.  Is 
there any way on the server side to recieve the jms message from the client,  run some 
code to add the property, and then continue to insert the message in the queue?

What I am really trying to accomplish, is to get the username for the user that sent a 
message into a queue at the time that is is recieved by the queue listener on the 
other side.   My solution is to add a username string property to the header.  If 
there is a better way to do this , I have not been able to find it.

Any help is appreciated.
Jeff

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837115#3837115

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3837115



---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Applying security policy - slow on windows

2004-04-16 Thread jdepons
I should add that I am using jboss 3.2.3 on windows.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831011#3831011

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3831011


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Applying security policy - slow on windows

2004-04-16 Thread jdepons

I am creating temporary queues at run time, and am using an MBean call to apply the 
security policy.   On windows sytems the server.invoke() call can take anywhere from 
10-30 seconds.  I don't see the same issue on Linux.  Is there an alternative (native) 
way to make this call, or a way to speed it up on windows.  I have reproduced the 
slowness on win2000, and XP.  Any help  is appreciated.

String policy = "";
server.invoke( new ObjectName( "jboss.mq:service=SecurityManager" ),
   "addDestination",
   new Object[] { queueName, policy },
   new String[] { "java.lang.String", "java.lang.String" }
);


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3830999#3830999

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3830999


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [HTTPD, Servlets & JSP] - Re: Slow initial request of JSPs using jboss-3.2.1_tomcat-4.

2004-04-14 Thread jdepons

I am also seeing the same behavior (45+ seconds to compile a jsp).  The problem only 
seems to occur on windows.  On linux the jsp compile time is 4-5 seconds.  Why does it 
take 20x as long to compile a jsp on windows.  Any help is appreciated.

jd

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3830640#3830640

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3830640


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [HTTPD, Servlets & JSP] - Re: JasperException: Unable to compile class for JSP

2004-04-14 Thread jdepons

Set the JAVA_HOME property to point at your SDK
so that jasper can find the compiler.
You don't need the j2ee SDK


I have run tomcat in the past on a JRE.  Are you saying that the SDK is required to 
run tomcat?  I am getting the same error, but do not want to make the client download 
the SDK if possible.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3830625#3830625

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3830625


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation & Configuration] - Re: Shutdown JBoss 3.2.3 using the minimal configuration + J

2004-04-12 Thread jdepons
Some service is missing.  I am having the same problem,  did you find a solution. 

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3830228#3830228

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3830228


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation & Configuration] - Re: shutdown in default minimal configuration?

2004-04-12 Thread jdepons
I am having the same problem.  A a required service is missing from the config.  Did 
you find a solution for this?

Thanks,
Jeff

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3830227#3830227

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3830227


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Rejecting external access to some jms queues

2004-03-15 Thread jdepons
I have 2 JMS queues (A and B).  I would like to allow external access via rmi to queue 
A, and reject external RMI access to queue B since it is only used by an application 
running in the same JVM.  Can I set these access settings with JBOSS MQ.  Up to this 
point it seems that if I make  RMI access available, it allows external access to all 
queue's.

Thanks,
Jeff  


http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3825734#3825734";>View 
the original post

http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3825734>Reply 
to the post


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user