October 2008 Archives

BIRT WebSphere 6.1 Deployment

| No TrackBacks

Reference from Birt WebSphere Deployment.

But, if use WebSphere 6.1,just need to download BIRT 2.2.2 runtime.
Then, do step 8 and 9.

8. Next, to deploy the application in WebSphere we need to create an ear file which contains an application.xml file, an example is shown at the end of this page.

1. In the same directory where the birt.war file is create a META-INF directory and in this directory create the application.xml file shown below.

9. Now create the ear file which will be deployed to WAS 6.0.1.0;

1. cd \birt-runtime\
2. jar -cvf birtTestEAR.ear META-INF/* birt.war


After install mysql in Ubuntu, you should reset root password, those steps in below:
1.Stop Mysql, sudo /etc/init.d/mysql stop
2.sudo su
3.mysqld --skip-grant-tables &
4.After blank line, type mysql -u root mysql
5.UPDATE user SET Password=PASSWORD('XXXXXXXX') WHERE User='root';
6.exit
7.Stop Mysql, sudo /etc/init.d/mysql stop
8.exit su
Then, try new password with mysql -u root -p

Install unix2dos on Ubuntu

| No TrackBacks

Reference from coggeeyy's blog.

If want to use unix2dos in ubuntu , we need:

$ apt-cache search tofrodos
tofrodos - Converts DOS <-> Unix text files, alias tofromdos
$ sudo apt-get install tofrodos

then we got unix2dos and dos2unix both.

February 2012

Sun Mon Tue Wed Thu Fri Sat
      1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29      

Archives

Powered by Movable Type 4.34-en

About this Archive

This page is an archive of entries from October 2008 listed from newest to oldest.

September 2008 is the previous archive.

November 2008 is the next archive.

Find recent content on the main index or look in the archives to find all content.