2009年11月8日 星期日

Enable apache public_html in 9.10

sudo a2enmod userdir

Moreover, need to chmod the user dir to be 755.

Ubuntu 9.10 server installed

Just new-installed the Ubuntu 9.10 in T43, for server usage testing.

The booting time is damn short.

2009年8月22日 星期六

Ubuntu-tomcat-GWT

近來在試 Google Web Toolkit (GWT),為了這個要裝 Tomcat 。數天前說過,Ubuntu 可以 apt-get Tomcat 。但後來發現,那個 Tomcat 跑不到 GWT Sample 的 war 。

後來,到 Apache 官網下載 Tomcat 去跑,跑 war 卻 ok 。

2009年8月19日 星期三

tomcat

起初,我還以為 tomcat 是需要 Apache 才能跑。原來這兩個東東可以是完全沒有關係。

Ubuntu apt-get 提供了 tomcat 。但奇怪的是, Ubuntu 的 wiki page 卻叫你去官網下載。另外, Ubuntu tomcat 在安裝時,會告訴你依靠 gcj ,這點也叫人不安。

不過,其實使用 Ubuntu-tomcat ,其實不是想像中那麼可怕。

https://help.ubuntu.com/9.04/serverguide/C/tomcat.html

要注意的是,只要修改 xml 檔,就能使 tomcat 使用 sun-java 。

2009年8月13日 星期四

Google Web Toolkit Eclipse plugin missing requirement

error message

libstdc++.so.5 cannot open shared object file no such file or directory

missing requirement

libstdc++5

2009年8月1日 星期六