在tomcat 6中,我有一個運行openbluedragon的servlet,一切編譯和服務器運行良好,除了圖像之外,它們確實顯着滯後。任何建議優化圖像服務?加速Tomcat中的圖像6
這裏是我的server.xml:
<Service name="Catalina">
<Connector port="8009" protocol="AJP/1.3" />
<Connector port="8080" maxThreads="100" protocol="HTTP/1.1" connectionTimeout="20000" />
<Engine name="Standalone" defaultHost="hostname.whatever" jvmRoute="ajp13">
<Realm className="org.apache.catalina.realm.UserDatabaseRealm" resourceName="UserDatabase"/>
<Host name="hostname.whatever" appBase="webapps" unpackWARs="true" autoDeploy="true" xmlValidation="false" xmlNamespaceAware="false">
...context
</Host>
</Engine>
</Service>
謝謝,我已經看着mod_jk,我知道很多人使用它,但它似乎根據基準測試tomcats jio實際上服務器圖像和靜態內容快速通過mod_jk ...雖然是圖像分離他們會更快地服務w \ apache,擔心我的java應用程序會放慢速度 – ethyreal 2008-09-23 15:36:43