[JBoss-user] [Security & JAAS/JBoss] - Re: HTTPS / Certificate Woes

2005-07-26 Thread catalean
Can you please specify how to enable chiper suites in the server's configuration? have you been able to resolve this problem? Thanks in advance View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3886597#3886597 Reply to the post : http://www.jboss.org/index.html

[JBoss-user] [Security & JAAS/JBoss] - Re: client JAAS logout from two different j2ee applications

2004-12-17 Thread catalean
Here is what i'm doing, maybe, hopefully i'm doing something wrong; in very short terms: - client login to one of the j2ee applications => ok (this is done when first time executing "create" on a found EJB home) - execute an operation on the first j2ee app => ok - same client login to the s

[JBoss-user] [Security & JAAS/JBoss] - client JAAS logout from two different j2ee applications prob

2004-12-16 Thread catalean
Hi, I have two j2ee applications deployed inside a JBoss3.2.3 instance; each of the applications has its own security domain and i use the same client application to access them. For each of the two j2ee applications i've wrote a coresponding custom server login module; for the login part every

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JMS over HTTP with server behind a firewall problem

2004-05-26 Thread catalean
Little correction, sorry for that, the following is wrong: | | stateless-http-invoker | | helloworld/HelloHTTP | This is correct: | | stateless-http-invoker | helloworld/HelloHTTP |

[JBoss-user] [EJB/JBoss] - Re:

2004-05-26 Thread catalean
I think this problem can be resolved, configuring my EJBs to use the RMI/HTTP protocol, by setting a http detached invoker on them. I hope someone will correct me, if i'm wrong. Thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3836251#3836251 Reply to th

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JMS over HTTP with server behind a firewall problem

2004-05-26 Thread catalean
I think You have to enable a HTTP detached invoker on your EJBs. You better search for more information about detached invokers in JBoss. I just found this example, i did't test it yet, but it seems to be the solution for your, and also, for my problem to. You have to modify your jboss.xml descr

[JBoss-user] [EJB/JBoss] - "create" method invokation, failed

2004-05-26 Thread catalean
I'm using JBoss 3.2.3, and i'm trying to set up the server so it can be accesed by client applications through HTTP. I also have a firewall that protects my server, each call is made to the firewall, which then redirects them to my server. I have setted the "InvokerURL" attribute in the http inv

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JMS over HTTP with server behind a firewall problem

2004-05-25 Thread catalean
I was also thinking that setting the "InvokerURL" for every mbean in the http-invoker's jboss service descriptor will resolv all my problems; i think, now, the problem has nothing to do with messaging, this is clear now, JMS works over HTTP, but when invoking the "create" method on a found EJB h

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JMS over HTTP with server behind a firewall problem

2004-05-21 Thread catalean
This is the missing piece, thanks very much for you pacience; one more question, do i have to set the "InvokerURL" attribute at each mbean from there, or just at the HttpProxyFactory mbean? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835805#3835805 Reply

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JMS over HTTP with server behind a firewall problem

2004-05-20 Thread catalean
Sorry, i was wrong on the previous two posts, because it seems that the error is occuring when trying to lookup after the HTTPXAConnectionFactory; so it does't even get the connection factory. Is possible that the connection to be made is a HTTPS connection? the following debug appear in my log:

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JMS over HTTP with server behind a firewall problem

2004-05-20 Thread catalean
The error does't occur when the actual topic connection is to be made, but when the client application try to lookup after the topic's JNDI name. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835657#3835657 Reply to the post : http://www.jboss.org/index.htm

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JMS over HTTP with server behind a firewall problem

2004-05-20 Thread catalean
This is how things are looking from my point of view: i have a client application who want's to use JMS over HTTP; on the client side these jndi properties are used: java.naming.factory.initial=org.jboss.naming.HttpNamingContextFactory | java.naming.provider.url=http://public_IP_address:8080/inv

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JMS over HTTP with server behind a firewall problem

2004-05-19 Thread catalean
As i said, i made the necessary configuration settings, but it seems that those settings have no effect on my server, it keeps responding back with his host name and not with the firewall's IP specified by the attribute "URLHostName". View the original post : http://www.jboss.org/index.html?mo

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JMS over HTTP with server behind a firewall problem

2004-05-19 Thread catalean
I can't get it working, i made the settings Adriand said; my HTTP IL JBoss service descriptor looks like this: | | | jboss.mq:service=Invoker | jboss.web:service=WebServer | HTTPConnectionFactory | HTTPXAConnectionFactory | 0 | 60 | 0 | fi

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JMS over HTTP with server behind a firewall problem

2004-05-14 Thread catalean
Yes i have read that, but i did't get the ideea, and even now it's not realy clear to me: which attribute i need to configure, "UseHostName"? setted to false? this is all that is needed? Thanks very much for your response. View the original post : http://www.jboss.org/index.html?module=bb&op=vi

[JBoss-user] [Messaging, JMS & JBossMQ] - JMS over HTTP with server behind a firewall problem

2004-05-14 Thread catalean
namewhich normaly is not available because is not even public Can somebody tell me what is wrong, can this be resolved with some JBoss configuration? Thanks catalean View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834942#3834942 Reply to

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Lookup for HTTPXAConnectionFactory on Mac

2004-05-07 Thread catalean
Sorry, i think this problem has nothing to do with JMS; my client that want's to lookup for the HTTPXAConnectionFactory is behind a firewall and it seems that something goes wrong so it does't get to the server...i think; anyway, some proxy settings have resolved the problem; on the server was n

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Lookup for HTTPXAConnectionFactory on Mac

2004-05-06 Thread catalean
This happens not only on Mac, on Windows to... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3833990#3833990 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3833990 --

[JBoss-user] [Messaging, JMS & JBossMQ] - Lookup for HTTPXAConnectionFactory on Mac

2004-05-06 Thread catalean
Hi there, I'm trying to look up for the HTTPXAConnectionFactory to establish a JMS connection with a Topic. My initial context looks like this: java.naming.factory.initial=org.jboss.naming.HttpNamingContextFactory | java.naming.provider.url"=http://public_IP:8080/invoker/JNDIFactory | java.na