顯示具有 mark 標籤的文章。 顯示所有文章
顯示具有 mark 標籤的文章。 顯示所有文章

2011年10月1日 星期六

[J2EE] Apache and Weblogic


Weblogic default port is 7001.

Apache default port is 8001. (Or could refer /conf/httpd.conf "ServerName")

所以若是從 7001 連入則只能看見 weblogic 下的資源,從 8001 連進則能看見 apache 和 weblogic 的資源。


2011年9月18日 星期日

[WEB] Tile, JSTL, JS syntax in HTML





${status.count}


 colspan="2">



* Tile 的 attribute 在 HTML 中可透過 getAttribute 取得,ex:

<tiles:insertAttribute name="title" />





* 視 js 為 .txt