aspose file tools
The moose likes JBoss and the fly likes Externalize config Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » JBoss
Reply Bookmark "Externalize config" Watch "Externalize config" New topic
Author

Externalize config

Collins Mbianda
Ranch Hand

Joined: Aug 11, 2007
Posts: 259
Hi guys,
I'm deploing my webapp on JBoss. I want to externalise some data without modifying the war.
The same war is deployed on different JBoss. But the application is pointing to an external service. The url of the service change any time.

I think to do it with JNDI (https://community.jboss.org/wiki/JNDIBindingServiceMgr)
The problem is that when i create my xyz-service.xml the resource was not found.

Can any one suggest the best way to to this with or without JNDI ?
Thanks !!!


SCJP 5.0 | SCWCD 1.4
Jaikiran Pai
Marshal

Joined: Jul 20, 2005
Posts: 8142
    
  52

Which version of JBoss AS? What does your configuration look like? What errors do you get when you try that configuration?

[My Blog] [JavaRanch Journal]
Collins Mbianda
Ranch Hand

Joined: Aug 11, 2007
Posts: 259
Hi Jaikiran,

I m using the Version 4.2.1 of JBoss.
The resource is not found. I just add my xyz-service.xml in the deploy directory. I'm having the following exception:
javax.naming.CommunicationException: Receive timed out [Root exception is java.net.SocketTimeoutException: Receive timed out]


Thanks
Collins Mbianda
Ranch Hand

Joined: Aug 11, 2007
Posts: 259
I think the problem is that my Naming server is not found.
Addind a JNDI provider it work. Is there any of resolving it without modifying the conf/jndi.properties ?

Thanks !!!
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Externalize config
 
Similar Threads
Can't call ejb 3.1 form app client project in jboss 6.0 final
blind link for older documentation of JBOSS AS (4.2.0)?
migrate from jboss 4.0.3 to jboss AS 5.0.1
RedeployFromTheJMXConsole
Starting jboss automatically after booting the machine.