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.

March 2010

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 30 31      

Archives

Powered by Movable Type 4.34-en

Recent Comments

  • panandy: 3Q read more
  • Anonymous: philipz大 沒有邀請碼,無法註冊,致無法下載工具 請問有何方法可以解決? 感恩 read more
  • philipz: harushard, It is your java code problem. Check it and read more
  • harushard: java.lang.NoClassDefFoundError: Could not initialize class examples.ExamplesMCRFactory could you explain why read more
  • philipz: IM已經是無解了,建議可以用Plurk Api試看看。 read more
  • ann: hi,請問以上問題解決了沒?可以分享一下嗎? read more
  • Anonymous: 邀請碼沒有~無法下載工具~~怎麼辦 read more
  • Melody: test read more
  • philipz: Ginger: 您好,請您在我的噗浪上留言即可一起討論。 read more
  • Ginger: 版大您好: 在看過您做的期貨即時訊息BOT後覺得很不錯,自己也有一些想法不知能否與您交流與協助呢? 若您覺得ok的話,可以email或是噗浪(ID: king0355)與我聯繫。感謝 : ) read more

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.