<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
Oscar, esto es para Linux?...en que varia para Win XP?...<BR>
<BR>
Voy a probarlo nuevamente con tus indicaciones, en algun lado encontre sobre el mod_python, pero muy general y breve....seria ideal algo paso a paso...tu ayuda es valiosa....gracias<BR>
<BR>
Entiendo que el geowebcache tiene algunos problemas y me he decidido hacer funcionar el Tile Cache.<BR>
<BR>
Gustavo<BR> <BR>
<HR id=stopSpelling>
Date: Mon, 16 Mar 2009 19:15:38 +0100<BR>Subject: Re: [Spanish] TILE CACHE EN WINDOWS SIN OPENLAYERS<BR>From: oscar.fonts.lists@gmail.com<BR>To: spanish@lists.osgeo.org<BR><BR>
<DIV class=EC_gmail_quote>
<BLOCKQUOTE class=EC_gmail_quote style="PADDING-LEFT: 1ex">Primero instale TileCache.. con su apache y con su python (más un componente adicional que tiene). Resultado.. aún no funciona.<BR></BLOCKQUOTE>
<DIV><BR>Instalación de TileCache con mod_python: Guia ultrarrápida.<BR><BR>* Instalar Apache.<BR>* Instalar Python.<BR>* Instalar mod_python para Apache. Ojo! Debes asegurarte que cuadra con la versión de Python instalada.<BR><BR>* Añadir a httpd.conf:<BR><BR> LoadModule python_module /ruta_al_apache/modules/mod_python.so<BR><BR> <Directory /tilecache ><BR> AddHandler python-program .py<BR> PythonHandler TileCache.Service<BR> PythonPath "['/ruta_al_apache/htdocs/tilecache/'] + sys.path"<BR> PythonOption TileCacheConfig /ruta_al_apache/htdocs/tilecache/tilecache.cfg<BR> PythonDebug On<BR> </Directory><BR><BR>Lo del "debug On" va muy bien para saber lo que está fallando ;)<BR><BR>Con el tilecache.cfg por defecto, deberías poder cargar un tile directamente en el navegador:<BR><BR><A href="http://localhost/tilecache/tilecache.py/1.0.0/basic/0/0/0">http://localhost/tilecache/tilecache.py/1.0.0/basic/0/0/0</A><BR><BR>Y despues ya 'tuneas'. Tambien se puede consultar el error.log del apache para ver qué está fallando.<BR></DIV></DIV><BR>TileCache se entiende muy bien con OpenLayers, que es una buena forma de hacer pruebas.<BR>Pero son totalmente independientes.<BR><BR>Salud,<BR><BR>Oscar.<BR><BR><br /><hr />Discover the new Windows Vista <a href='http://search.msn.com/results.aspx?q=windows+vista&mkt=en-US&form=QBRE' target='_new'>Learn more!</a></body>
</html>