ODU CS 775 - Using Web logic for Web Services

Unformatted text preview:

CS775: Spring 2007Distributed SystemsUsing Weblogic for Web Services1. Download weblogic 8.1 from the site , http://commerce.bea.com/index.jsp 2. Install weblogic server on your system.3. After Installing weblogic on your system.We have to create a new domain from where we can run the weblogic server. a. Go to Program files->Configuration wizard b. Create new weblogic configuration -next- c. Select basic weblogic server domain from the tree -next- d.-next- e. Enter username and password -next- f. Select the sunjdk from the right side options. -next- g.In the right corner select browse to select a folder where from which weblogic server can be run. -Create- -done-We have to set the path for weblogic in the environment variables, for this1)Go to the enivironment variables.2)Create a new variable,where Variable name is CLASSPATH and variable value is c:\bea\weblogic92\server\lib\weblogic.jar;.;To start server go to the domain folder and click startweblogic.cmd and to stop the server click stopweblogic.cmdTo create deployment descriptors: 1) Compile the server java programs xxxBean.java, xxxHome.java, and xxxRemote.java. Class f files will be generated. 2) Select weblogic builder from bea options in the program files. 3) From the file menu open option,select the folder where the java class files are placed.It asks for creating new Deploying descriptors,press yes 4)select the bean name from left side and you will get options on the left side. 5)give the jndi name same as to be given in the client file. 6)select the other options as your require in your application needs. 7)select the save option from the file menu after step 6 and deploying descriptors will be created. 8)select the archive option from the file menu to create jar file and place it in your folder. 9)select the validate descriptors from tools menu to check whether there are any errors or not.To deploy our ejb module into the server: 1)In the internet explorer go to the url http://localhost:7001/console/login/LoginForm.jsp after startting your server. 2)give the requried username and password. 3)select the deployments options from the left side options and in it select ejb modules. 4)In the right side select deploy new ejb module and select the jar file navigating to it. 5)At last press Target Module. your application will be placed in to the weblogic server.Now you can run the


View Full Document

ODU CS 775 - Using Web logic for Web Services

Download Using Web logic for Web Services
Our administrator received your request to download this document. We will send you the file to your email shortly.
Loading Unlocking...
Login

Join to view Using Web logic for Web Services and access 3M+ class-specific study document.

or
We will never post anything without your permission.
Don't have an account?
Sign Up

Join to view Using Web logic for Web Services 2 2 and access 3M+ class-specific study document.

or

By creating an account you agree to our Privacy Policy and Terms Of Use

Already a member?