[DG: Spanish Sakai] Sakai: Acentos

Alex Balleste alexandre.balleste at udl.cat
Mon Feb 18 13:51:26 PST 2013


Hola Pablo, en el fichero de configuración de tomcat conf/server.xml 
debes añadir el atributo URIEncoding="UTF-8" en el conector que sirve 
por el puerto 8080:
<Connector port="8080" maxHttpHeaderSize="8192"
                maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
                enableLookups="false" redirectPort="8443" acceptCount="100"
                connectionTimeout="20000" disableUploadTimeout="true" 
URIEncoding="UTF-8"/>

Recuerda que si tienes delante un servidor apache que conecta pòr ajp al 
conector 8009 también deberás añadirle este atributo.

Saludos.
Al 18/02/13 22:27, En/na PABLO LEYVA HUGO ha escrit:
>
>
>
> ¡ Hola Lista !
>
>    Tengo un problema con los acentos, eñes, y caracteres similares.
>
>    Si un archivo de recurso en su nombre contiene acentos, eñes y 
> caracteres similares, a veces no lo abre y marca error 404 Not found 
> cuando intentan consultarlo los alumnos.
>
>    Basta con quitarle los acentos al nombre y subirlo de nuevo para 
> poderlo abrir.
>
>    También pasa eso si el nombre del directorio es el que contiene los 
> acentos, eñes y caracteres similares
>
>     En el caso del directorio no basta con cambiar el nombre, hay que 
> borrarlo y recrearlo.
>
>    Con nombres de grupos para formar equipos no hay problema con esos 
> caracteres.
>
>    Tengo Sakai 2.8 versión src
>
>     También me pasa con un sakai 2.7 versión binaria. Para este caso 
> tengo problema también con el nombre de grupos para formar equipos.
>
>   ¿ Alguna sugerencia ?
>
>   ¡ Gracias !
>
>
> PD
>    Estas son las opciones con las que levante la máquina virtual en el 
> tomcat para la versión 2.7
>
> JAVA_OPTS="$JAVA_OPTS -server -Xms512m -Xmx1024m -XX:PermSize=128m 
> -XX:MaxPermSize=512m -XX:NewSize=192m -XX:MaxNewSize=384m 
> -Djava.awt.headless=true -Dhttp.agent=Sakai 
> -Dorg.apache.jasper.compiler.Parser.STRICT_QUOTE_ESCAPING=false 
> -Dsun.lang.ClassLoader.allowArraySyntax=true 
> -Dfile.encoding=ISO-8859-1 -Duser.language=es -Duser.region=MX -DiSakai2"
>
> Estas son las opciones para la versión 2.8
>
> SAKAI_INSTANCIA=SakaiApp
> SAKAI_VERSION="2.8.1"
> JAVA_OPTS="$JAVA_OPTS -server -Xms512m -Xmx1024m -XX:PermSize=128m 
> -XX:MaxPermSize=512m -XX:NewSize=192m -XX:MaxNewSize=384m 
> -Djava.awt.headless=true -Dhttp.agent=Sakai 
> -Dorg.apache.jasper.compiler.Parser.STRICT_QUOTE_ESCAPING=false 
> -Dsun.lang.ClassLoader.allowArraySyntax=true 
> -Dfile.encoding=ISO-8859-1 -Duser.language=es -Duser.region=MX 
> -Di$SAKAI_INSTANCIA"
>
> M en C Hugo PabloLeyva
> Profesor Departamento de Sistemas
> UAM Azcapotzalco
>
>
> -------------------------------------------------------------------
>
> Visita la pagina de la UAM Azcapotzalco (http://www.azc.uam.mx).
>
>
> Este mensaje y sus anexos pueden contener informacion confidencial. Si 
> usted no es el destinatario de este mensaje, se le notifica que 
> cualquier revision, retransmision, distribucion, copiado u otro uso o 
> acto realizado con base en o relacionado con el contenido de este 
> mensaje y sus anexos, estan prohibidos. Si usted ha recibido este 
> mensaje y sus anexos por error, le suplicamos lo notifique al 
> remitente respondiendo el presente correo electronico y borre el 
> presente y sus anexos de su sistema sin conservar copia de los mismos. 
> Muchas gracias.
>
> This message and the attachments to it may contain information which 
> is confidential. if your are not the intended recipient(s) for this 
> message, you are on notice that any review, retransmission, 
> dissemination, distribution, copying orother use or taking any action 
> based upon or relative to the information contained in this message 
> and its attachments, is prohibited. If you are not the intended 
> recipient(s) of this message or its attachments, please immediately 
> advise the sender by reply e-mail and delete this message and its 
> attachments from your system without keeping a copy. Thank you.
>
>
>
>
> ----- Terminar mensaje reenviado -----
>
> -------------------------------------------------------------------
>
> Visita la pagina de la UAM Azcapotzalco (http://www.azc.uam.mx).
>
>
> Este mensaje y sus anexos pueden contener informacion confidencial. Si 
> usted no es el destinatario de este mensaje, se le notifica que 
> cualquier revision, retransmision, distribucion, copiado u otro uso o 
> acto realizado con base en o relacionado con el contenido de este 
> mensaje y sus anexos, estan prohibidos. Si usted ha recibido este 
> mensaje y sus anexos por error, le suplicamos lo notifique al 
> remitente respondiendo el presente correo electronico y borre el 
> presente y sus anexos de su sistema sin conservar copia de los mismos. 
> Muchas gracias.
>
> This message and the attachments to it may contain information which 
> is confidential. if your are not the intended recipient(s) for this 
> message, you are on notice that any review, retransmission, 
> dissemination, distribution, copying orother use or taking any action 
> based upon or relative to the information contained in this message 
> and its attachments, is prohibited. If you are not the intended 
> recipient(s) of this message or its attachments, please immediately 
> advise the sender by reply e-mail and delete this message and its 
> attachments from your system without keeping a copy. Thank you.
>
>
>
> _______________________________________________
> spanish-sakai mailing list
> spanish-sakai at collab.sakaiproject.org
> http://collab.sakaiproject.org/mailman/listinfo/spanish-sakai
>
> TO UNSUBSCRIBE: send email to spanish-sakai-unsubscribe at collab.sakaiproject.org with a subject of "unsubscribe"


-- 
Alexandre Ballesté Crevillén  alexandre.balleste at udl.cat
=====================
University of Lleida
Information and Communication Systems Service
Analyst / Programmer
Twitter: @sinmsinm

Tlf: +34 973 702148
Fax: +34 973 702130
=====================

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://collab.sakaiproject.org/pipermail/spanish-sakai/attachments/20130218/c0515870/attachment-0001.html 


More information about the spanish-sakai mailing list