| Author |
what are the INTIAL_CONTEXT parameters
|
Raja Sagar Panamgipalli
Ranch Hand
Joined: Aug 13, 2003
Posts: 109
|
|
Hello there... Guys,i'm not able understand what to insert here in the HelloClient program ..ie..while getting the initialcontext... i haven't really gone through the documentation ..plz help me as to why this is needed... Is the above correct...its autogenerated by the IDE... when i compile the Hworld Client i also get the exception as below... this was shown in the JBuilder tool i'm using.....kindly help me.... regards Sagar
|
SCJP 1.4<br />SCBCD 1.3
|
 |
Thomas von Haugwitz
Greenhorn
Joined: Jun 16, 2004
Posts: 1
|
|
hi, simple solution change environment.put(Context.PROVIDER_URL, "jnp://localhost:8080"); to environment.put(Context.PROVIDER_URL, "jnp://localhost:1099"); and make sure your JBoss is running :-) Greetings Thomas
|
 |
 |
|
|
subject: what are the INTIAL_CONTEXT parameters
|
|
|