Warning: Undefined array key "enable_lazyload_videos" in /var/www/murat.ws/public_html/wp-content/plugins/reco-functions/reco-functions.php on line 129
Tomcat 7 dosya upload limitini degistirme – Murat Uğur Eminoğlu
Warning: Undefined array key "custom_scripts" in /var/www/murat.ws/public_html/wp-content/plugins/reco-functions/custom-styles.php on line 48

Press enter to see results or esc to cancel.

Tomcat 7 dosya upload limitini degistirme

vim /usr/share/tomcat7-admin/manager/WEB-INF/web.xml

web.xml dosyasi icine asagidaki satirlar varsa degistirili yoksa eklenir.

<multipart-config>

<!– 50MB max –>
<max-file-size>52428800</max-file-size>
<max-request-size>52428800</max-request-size>
<file-size-threshold>0</file-size-threshold>
</multipart-config>
</servlet>

degisiklikler yapildiktan sonra /etc/init.d/tomcat7 restart ile tomcat yeniden baslatilir.


Warning: Undefined array key "custom_scripts_footer" in /var/www/murat.ws/public_html/wp-content/plugins/reco-functions/custom-styles.php on line 58