installing oracle 10 g express on redhat Linux:
Check below link for how to install oracle 10 g express on red hat Linux. After completing this task just complete one more task i.e. Add user in oracle 10 g express. Then configure oracle data source in IBM WebSphere Application Server.
creating new user in oracle 10 g express on Linux:
Just check below link for how to create new user in oracle 10 g express on Linux.
Next article, I will give step by step process about how to configure oracle 10 g express data source in IBM WebSphere Application Server. I will use this new user to configure in WAS.
Just check below link for how to install vmware workstation installation on windows 7. U can install any operating system(OS) after installing vmware workstation. We can practice IBM WebSphere Application Server tasks to understand different operating systems. It is very useful for beginners to learn IBM WebSphere Application Server.
Just check below link to know how to install redhat Linux on vmware workstation. After completing this task we can practice some IBM WebSphere Application Server exercises.
We learned
how to install IBM WebSphere Application Server(WAS), IBM HTTP Server(IHS),
Plug-in, WebSphere Customization Toolbox(WCT) and configure IHS with WAS. One
more thing we learned how to deploy application in servers and cluster also....
Now
I would like take one scenario to explain how the application serve from
Web Server(IHS) which is deployed in WAS by using plug-in to end users. It is
very simple scenario. but it will help for beginners to understand basic
concepts.....
Before going to this scenario ,First
complete below tasks.
Task 1:
Install IBM WebSphere Application
Server
Click below link for
installation process of IBM WebSphere Application Server v 8.5
I hope u ready to complete this
scenario with me.........
Follow the steps to
complete this scenario.....
1.Now follow the steps to
deploy application through Admin
Console.
a)Open the admin console
ex:
http://localhost:9060/ibm/console
b)Expand
"Application"------>Expand "Application
Types"------>Click on "WebSphere enterprise application".
Then click on "Install".
c)Select your application by click
on "Choose File". Then Click on "Next".
d)Here I explain "Fast
Path" installation process. So,
Select "Fast Path". Then click
on "Next".
e)Now Follow the Steps to complete
this task.
Step 1:Select installation options
Leave default
values. Then click on "Next".
Step 2:Map modules to servers
Select
application and Apply to servers & Web servers to map modules to servers.
Then click on "Next".
Step 3:Map virtual hosts for Web modules
Select
"defult_host". Then click on "Next".
Step 4:Map context roots for Web modules
Specify Context
Root. Then click on "Next".
ex:
reservation
6)If
application is successful it will show like this
7)Click
on "Review" and Select "Synchronize changes with Nodes"
check box. Then click on "save" button.
8)Click
on "OK".
9)Now
start the application and verify the application through browser by sending
request.
ex 1:
http://localhost:9080/reservation
Above request is end user to
Application Server
Note:
9080 -----Port no.
reservation
-------->Context root which I specified at Step 4.
ex 2:
http://localhost:80/reservation
But this request is end
user to Web Server...... Here web server response the request. Then request
send to plug in. plug in redirects this request to Application Server. Last
Application server sends application to end user through web server.....
I hope this scenario will
give little bit knowledge to u.......
Follow my blog and subscribe my channel to get alerts to your mail when i post new video.......
Feedback and comments are most welcome....... say "hi" on comment box at least if u like.....
1.First u need to install IBM WebSphere
Application Server v 8.5 , Apache HTTP Server, Web Server Plug-ins for WebSphere
Application Server and WebSphere Customization Toolbox v 8.5.
Click below link for
installation process of IBM WebSphere Application Server v 8.5
Start--------->IBM
WebSphere---------->WebSphere Customization Toolbox v 8.5--------->double
click on WebSphere Customization Toolbox.
(or)
/WCT/wct.bat(double click on it)
The WebSphere Customization Toolbox wizard appears like this
3.Select Web Server Plug-ins Configuration
Tool and click on "Launch Selected Tool".
4.Click on "Add".
5.One Wizard will open. In this wizard
specify "Name" and "Location"(Here location means path
where WebSphere plug-ins installed).Then
click on "finish
ex:
Name : httpd
Location : D:/usr/local/opt/Apache
6.Click on "Create".
7.One Wizard will open like this.Select "Apache web server".
Then Click on "Next".
8.Select architecture of web server which web server installed in your box like 32 or 64.
9.Specify the path for "httpd.conf
" file (It will be present Installation path of Apache HTTP
Server/conf/httpd.conf).
10.Specify a unique Web server definition
name. Then click on "Next". This name important to create Web server
in WebSphere Application Server admin console(i.e. unmanaged of WebServer).
11.Specify the Host name or IP address of
the application server for remote
(or).If u install WebSphere Application server on same System Specify the that
path for local.
Then click on "Next".
12.Select any profile(it may be skip when
u configure remotely or u didn't create profile in your system).Then click on
"Next".
13.Click on "Configure".
14.If configuration success it will show
"Success" and Plug-in Configuration file.
15.Close all wizards.
Follow my blog and subscribe my YouTube channel to get alerts to your mail when i post new video.......
Thank u...... Feedback and comments are most welcome....... say "hi" on comment box at least if u like.....