Hi I am wroking with weblogic 5.0
I could build and deploy beans in the server.
now I am running the client but giving the following error.
javax.naming.CommunicationException: Can't find SerialContextProvider
at com.sun.enterprise.naming.SerialContext.getProvider(../../src/share/com/sun/enterprise/naming/SerialContext.java:65)
at com.sun.enterprise.naming.SerialContext.lookup(../../src/share/com/sun/enterprise/naming/SerialContext.java:134)
at javax.naming.InitialContext.lookup(InitialContext.java:350)
at HelloClient.main(HelloClient.java:14)
(I could do it with
j2ee. In case of J2ee it creates client.jar thru deploy tool what would be in case of welogic 5.0)
1. Do I need to configure any thing else to run the client.
2.How to compile the client file and configure?
3. shall I have to set any classpath
Thanking u in advance
Saradhi
[ February 22, 2002: Message edited by: pardha saradhi ]
[ February 22, 2002: Message edited by: pardha saradhi ]
[ February 22, 2002: Message edited by: pardha saradhi ]
[ February 22, 2002: Message edited by: pardha saradhi ]