Showing posts with label weblogic. Show all posts
Showing posts with label weblogic. Show all posts

Wednesday, November 4, 2009

How to setup email section in weblogic

Login to weblogic console

Click on Mail link below Other services section

Click "Configure a New Mail Section"

Enter the mail section information.
- JNDI name is used for reference in souce code
- Host name is the mail server name
Click Apply button

Select an application to deploy to.

Verify steps:
- Click on the Console link on the left panel
- Click on the View JNDI tree

The created email section should be displayed on the left panel

Wednesday, October 28, 2009

How to deploy a web application to Weblogic

1. Export project to a .war file.
2. Copy to the web server (this file also can be renamed to .zip and extract)
3. Open weblogic console and expand the tree on the left to find the "Deploy Application Module"
4. Select the .war file you just copy in