i am doing jboss4.2.2 clustering for ejb2.0
deployed the ejb inside the %jboss_home%/server/all folder of jboss
i perform jndi look up using the provider url jnp://localhost:8080
when i am performing jndi look up from a java program, i am able to lookup the jndi.
i created another jboss instance and deployed my web application.
when i lookup my jndi inside web server instance, i am unable to lookup the jndi and also i do not get any error.
Can u please help me?