Building Application and Deploying from windows platform
1. start JDeveloper 11.1.1.1.0
2. open your application
3. Configuring JNDI look-up
a. right click on the Application module, then select the configuration option
b. Click on the edit button and change it to appropriate JDBCDatasource name from connection type panel.[Do the same process for all application module entries]
Deployment of Application
1. Making a .war file
a. Right click on the view controller in application Navigation Panel.
b. Click on New Option.
c New Gallery window will open, select Deployment profile from categories, in that select war File Option from Items.
d. Click ok. Create Deployment Profile window will open.
e. Give an Appropriate Name to the Deployment Profile Name (eg. InternalApplicationWar) and click ok.
f. War property window will open in that select the General tab ( by default selected) check the specify java EE Web context root, and give context root name.(eg: Name given on Deployment Profile Name)
g. Click ok. By default the Deployment Profile Name given will be selected, again click on
h. The .War file is created.
2. Making a .EAR file
a. Right click on the application controller in application Navigation Panel.
b. Click on New Option.
c. New Gallery window will open, select Deployment profile from categories, in that select EAR File Option from Items.
d. click ok and write the for EAR module name.
e. Click OK again and from the Application Assembly select appropriate WAR file and click ok.
F. uncheck the option “Auto generate and synchronize weblogic-jdbc.xml…” and click ok.
h.EAR file created.
Creating Deployment Profile
a. Right click on view->Application Server Navigation->right click on Application Server->new Application Server
b. Write appropriate name for connection
c. Enter the user name & password for the web logic server connection.
d Enter the web logic details.
e Test the connection..if any error occurred then have to clear before deployment.
Deploying Application on Standalone Web-server
a. Right click on application panel and select deploy option and select appropriate profile to deploy the application