2004-09-01から1ヶ月間の記事一覧

Mavenでローカルリポジトリに公開

$ maven jar:install

JSTL woes (2)

その後少し調べたところ、JSP 2.0からはちゃんとtaglibを含むjarをWEB-INF/libにおくだけでコンテナがルックアップしてくれるようになっているようだ。それなのに未だに.tldをコピーしろだのweb.xmlにマッピングを記述しろだの書いているオンラインドキュメ…

Killing Virtual Terminal

Google knows everything.From http://www.freeos.com/articles/3214/: Log in as root, type 'lsof /dev/ttyx' where the 'x' in /dev/ttyx is the terminal number of the hung virtual console. This will show you the process that occupies this tty. …