Hi Friends,
I am trying to deploy a helloworld bean in weblogic7.0.
i have created my own server called user_project in that how can i deploy my bean can any one help me by step by step. pls.
I have Home,Remote & Beanclass and an Client class
Then i had .class files in savitha dir
now i created jar files of 3classes
jar -cvf savi.jar *.class META-INF
and an war file of client
jar -cvf saviclient.war HelloClient.Class META-INF
when i put these filesin
bea\user_project\mydomain\Application
when i run the server i will get an error like
DeploymentNotFound.
and also can i know if i am going to call the bean by using
jsp what i have to do.