[jboss-user] [Beginners Corner] - Adding a URL to the JNDI Tree

2007-07-18 Thread ansanes
If there something similar to websphere "URL providers in JBOSS"? I mean. Can you bind an URL to the JNDI tree and do something like URL url=context.lookUp("url/MiURL"); ? Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4065279#4065279 Reply to the po

[jboss-user] [Beginners Corner] - Adding a local dir to JBOSS classpath

2007-07-16 Thread ansanes
Hi. I hava a EJB application that uses some libs from a third-party vendor. In order to work these libs needs a config file present in the classpath. How do I configure JBoss to add the local dir where the config file is to the classpath?. I don't want to include the config file in the ear modu