Add new attachment

Only authorized users are allowed to upload new attachments.

This page (revision-65) was last changed on 14-Apr-2010 14:30 by turchetti  

This page was created on 14-Apr-2010 14:30 by RaffaelePedrini

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Difference between version and

At line 2 added one line
[{TableOfContents }]
At line 4 added 14 lines
!!ATTENZIONE TOMCAT 6 PROBLEMA ENCODING/CHARSET:
{{{
People, Tomcat 6 has disabled the standard servlet behavior by default.
To make it work you should add
-Dorg.apache.catalina.STRICT_SERVLET_COMPLIANCE=true to your startup
script. If you don't, the server response will not include the
encoding bit, even if the browser has provided an Accept-Language
header. The symptoms are that loom will lose any accented characters
(áéí... you know what I mean). Adding this flag should get it fixed.
I have updated the docs and the Loom "start tomcat" eclipse config.
}}}
At line 29 added 7 lines
! Avvio :
Nel caso di utilizzo di tomcat con il connettore ad apache è meglio
#avviare prima tomcat: /etc/init.d/tomcat start
#avviare apache: /etc/init.d/apache2 start
Allo stesso modo per un riavvio di tomcat sarebbe meglio spegnere apache, riavviare tomcat e avviare apache
At line 102 added one line
#Procedura automatica: utilizzare gli strumenti che la tua distribuzione linux offre per installare un pacchetto (ad esempio per ubuntu aptitude install libapache2-mod-jk). Verificare che il modulo sia poi presente tra quelli enabled (ad esempio in /etc/apache2/mods-enabled)
At line 104 added 31 lines
A questo punto è necessario configurare:
#[workers.properties] e metterlo in /opt/tomcat/conf
#editare /etc/apache2/apache2.conf e aggiungere
%%prettify
{{{
JkWorkersFile "/opt/tomcat/conf/workers.properties"
JkLogFile "/opt/tomcat/logs/mod_jk.log"
JkLogLevel info
JkLogStampFormat "[%a %b %d %H:%M:%S %Y]"
}}}
/%
! Caricare i VirtualHost creati con [addvirtual]
Per indicare ad apache dove prelevare le definizioni dei VirtualHost occorre editare /etc/apache/apache2.conf e
%%prettyif
{{{
commentare le seguenti
#Include /etc/apache2/conf.d/[^.#]*
e anche
#Include /etc/apache2/sites-enabled/[^.#]*
aggiungere la seguente
Include /etc/apache2/conf.d/vhost.d/*.conf
e anche
NameVirtualHost qui
}}}
/%
Version Date Modified Size Author Changes ... Change note
65 14-Apr-2010 14:30 10.34 kB turchetti to previous
64 14-Apr-2010 14:30 10.314 kB turchetti to previous | to last
63 14-Apr-2010 14:30 9.758 kB Raschetti to previous | to last
62 14-Apr-2010 14:30 9.736 kB RaffaelePedrini to previous | to last
61 14-Apr-2010 14:30 9.449 kB RaffaelePedrini to previous | to last
« This page (revision-65) was last changed on 14-Apr-2010 14:30 by turchetti