Monday, May 16, 2011

MySql setup in FEDORA 9

MYSQL SETUP IN FC9
Steps to install and connect to MySql (type the following in terminal prompt)
1. yum install MySql-server
2. /sbin/chkconfig mysqld on
3. /sbin/service mysqld start
4. mysqladmin -u root `newpassword`
5. mysql -u root -p or mysql
6. enter newpassword
Now you will get mysql> prompt
7. Finally we can stop service by this command
8. /sbin/service mysqld stop

Bye, Have a nice time
Jami.

Thursday, May 5, 2011

Steps to Deploy Webapplication into Weblogic 8.1 server:

1. Create a .war file using any ide like Netbeans 5.5, the .war file will be placed in the dist folder which is in project saved folder.
2. Start Weblogic ->User Projects -> mydomain -> start server
3. Open console using ie or mozilla with url http://hostname:7001/console give user credetials
4. Goto mydomain->deployments->webapplication modules-> right click -> deploy a new webapplication module.
5. Browse applicaion(.war file)
6. Press target module
Now your application will deployed and you will noticed with a status screen.
In testing tab you will get the url which is hosted you can test/call url in same or remote system to use that appliaction.
Regards
Jami

Tuesday, May 3, 2011





Hi

For small Web-Application deployments i tried SJSAS_PE-8_2_WINDOWS (Sun Java™ System Application Server Platform Edition 8.2) is good enough and its same as Webogic server 8 components and one more advantage is its having a desktop deployment folder to drag drop facility to our application we can test immediately instead of browsing the application in deployment dialog box. So go for SJSAS and test now.!!
Hai

Iam happy to share my experiances with all of you.

Thanks&Regards
Janardhan