Mac OS X上進行Richfaces開發,Web服務器崩潰問題

在Mac OS X系統上如果使用Richfaces進行JSF的開發,會出現web server崩潰讓人郁悶的問題,而且貌似這個問題宇web server本身的種類無關

 

開始以為是內存不夠用,調整了一下內存,發現問題還是繼續

 

google了一下,在jboss的forum上有人提到了這個問題,貌似跟Mac OS X的quartz圖形渲染有關

 

from Jboss Forum 写道
I noticed the same problem with OS X 10.4.11 PPC, Java 1.5.0_13-b05-241 and jboss 4.2.2.

I tried to use the sun renderer instead of quartz renderer by starting
jboss with option "-Dapple.awt.graphics.UseQuartz=false".

It seems that the problem can be avoided with this workaround.

 

簡單的在本地嘗試了一下,發現確實我Tomcat不崩潰了

 

僅此記錄,以備不時之需

你可能感兴趣的:(Web,jboss,quartz,OS,Richfaces)