[JBoss-user] jndi port change does not work under 3.2.1

2003-07-31 Thread Marko Friedemann
Hi there, I wanted to upgrade from 3.2.0beta to 3.2.1 a while ago and I need to change the jndi naming port away from 1099. I did this before with 3.2.0beta and have had it setup to 1199 without any problems. Under 3.2.1, however, I can set it up and it tells me it is running at 1199, but when it

Re: [JBoss-user] jndi port change does not work under 3.2.1

2003-07-31 Thread Scott M Stark
This stack trace shows that you have a jndi.properties file available in the classpath that that a Context.PROVIDER_URL, and this must be pointing to localhost:1099. java.net.ConnectException: Connection refused: connect at java.net.PlainSocketImpl.socketConnect(Native Method) at