[JBoss-user] [Security & JAAS/JBoss] - can log in, but access to other pages gives 401

2005-09-21 Thread pjw
hello, I have a web-application running under JBoss 4.0.1sp1. I use basic authentication on my web-application. It seems like the login mechanism is working fine; I am able to log in to my main web-page. But when I try to access any further pages from there, I get a 401-error (which means unauth

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Clustered HASingleton MDB?

2005-07-14 Thread pjw
hello, to answer my own question: close() on the connection does disable the ExceptionListener. No more onException() will be received. This should not be a problem, however, as we now know the state of the connection and can e.g. spawn a Thread which can periodically try to establish a new conn

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Catching onException() for MDBs

2005-07-13 Thread pjw
Hello Rohan, a follow-up to your follow-up... "Rohan Talip" wrote : | One thing I found necessary to do before reconnecting, was to close() and stop() the old connection before getting a new connection, otherwise I continued to see 'ping timeout' being logged from the old connection. | As

[JBoss-user] [Messaging, JMS & JBossMQ] - default persistence manager?

2005-06-16 Thread pjw
hello, I guess this might be a stupid question, but I just can't seem to find the answer to it in any documentation... I'm using MDB's subscribing to durable topics on several different clients. I was planning to turn persistence on on the server by using our local Oracle-database. But when I di

[JBoss-user] [Messaging, JMS & JBossMQ] - MDB: programmatically setting clientID for durable topic

2005-06-16 Thread pjw
hello, I have an MDB which I would like to deploy on several clients, subscribing to a durable topic. In order for the topic to be durable, the clientId needs to be unique for each client. Is there a way to set the clientId programmatically when using MDB? Or is my only option to configure thi

[JBoss-user] [Installation & Configuration] - Re: unable to createTopicConnection using jms client with jb

2005-06-15 Thread pjw
this might help: http://www.jboss.org/index.html?module=bb&op=viewtopic&t=65216 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3881595#3881595 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3881595 -

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: createTopicConnection hangs when connecting to a remote

2005-06-15 Thread pjw
ok, I had to open port 8093 for UIL2 as well. Then everything worked fine View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3881594#3881594 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3881594 ---

[JBoss-user] [Messaging, JMS & JBossMQ] - createTopicConnection hangs when connecting to a remote serv

2005-06-14 Thread pjw
I've been trying to get a JMS-client to createTopicConnection towards a remote server. My client is behind a firewall, the server outside of it. I am able to get an initial context and lookup ConnectionFactory, but when trying to createTopicConnection, everything just hangs... I have opened the

[JBoss-user] [JNDI/Naming/Network] - Re: How to open 1099 for access over network

2005-05-31 Thread pjw
setting --host=... worked fine for opening port 1099, but gave me Connection Refused on other pages javax.servlet.jsp.JspException: Exception opening resource http://myserver:8080/member.jsp: java.net.ConnectException: Connection refused When trying to access the same page via the ip-address, i

[JBoss-user] [Installation & Configuration] - JBoss/Log4j hangs at startup

2005-05-12 Thread pjw
hi, I am using JBoss 4.0.1 SP1 and Log4j 1.2.8 on a Linux system. JBoss hangs at startup, at the following line: 16:29:03,401 INFO [Log4jService$URLWatchTimerTask] Configuring from URL: resource:log4j.xml I have two Log4j.xml-files. One basic and one which contains 3 additional appenders, 3 a

[JBoss-user] [Installation & Configuration] - Re: configure jBoss to use static document hierarchy

2005-04-29 Thread pjw
seems like the tags disappeared... Add the following to server.xml in the Tomcat sar-directory. < DefaultContext allowLinking="true" / > View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3875914#3875914 Reply to the post : http://www.jboss.org/index.html?modul

[JBoss-user] [Installation & Configuration] - Re: configure jBoss to use static document hierarchy

2005-04-29 Thread pjw
to answer my own question: this is possible by using the allowLinking-attribute of Tomcat. Add the following to server.xml in the Tomcat sar-directory. Then it will be possible to add symbolic links to anywhere you like /pj View the original post : http://www.jboss.org/index.html?module=bb&op

[JBoss-user] [Installation & Configuration] - configure jBoss to use static document hierarchy

2005-04-28 Thread pjw
hello, I have several applications running under jBoss4.0.1sp1/Tomcat 5.0 under /usr/local/java/jboss-4.0.1sp1/server/default/deploy At the same machine, I have a bunch of static documents, located under /users/sid/docs I would like to be able to access those static documents directly, e.g. http: