<table cellspacing='0' cellpadding='0' border='0' ><tr><td valign='top' style='font: inherit;'><table id="texttable">
<tbody><tr valign="top"><td class="almost_half_cell">Hello Oliver, <br>
 <br>
 a question, the problem that brings images of another project will be a path in some settings client_conf or server_conf? <br>
 <br>
 the problem is quite note when I go via the network server Cartoweb or via internet. <br>
 <br>
 please look at the behavior of: <br>
 <br>
 and http://200.21.193.190/cartoweb3/htdocs/dptons.php <br>
 http://200.21.193.190/cartoweb3/htdocs/silos.php <br>
 <br>
 <br>
 the configuration / cartoweb3/ser_conf/server.ini is <br>
 <br>
 cartoserver configuration file <br>
 <br>
 ; Current profile: may be development, production or custom <br>
 ; This will override some parameter values <br>
 Profile = Custom <br>
 ; ------------------------------------------------- ------------------ <br>
 ; The following parameters are only taken into account when custom profile = <br>
 ; <br>
 ; If true, WSDL will be used for receiving requests SOAP <br>
 useWsdl = False <br>
 ; Disables the caching of wsdl (ignored if useWsdl is false) <br>
 noWsdlCache = true <br>
 ; Disables the caching of MapInfo requests <br>
 noMapInfoCache = true <br>
 ; Ini sets useful parameters during development <br>
 developerIniConfig = False <br>
 ; Shows Developer Messages <br>
 showDevelMessages = False <br>
 <br>
 ; Disables the caching of requests getMap <br>
 noMapResultCache = False <br>
 ; Disables the caching of SOAP XML requests <br>
 noSoapXMLCache = False <br>
 ; ------------------------------------------------- ------------------ <br>
 <br>
 ; Path where cartoserver generated images can be accessed. <br>
 ; imageUrl = "http://195.195.195.5/cartoweb3/htdocs/generated/images/" <br>
 <br>
 ; The URL of the reverse proxy, if used <br>
 ; reverseProxyUrl = http://host/proxy/address <br>
 <br>
 ; Charset encoder Class <br>
 EncoderClass.config = EncoderISO <br>
 <br>
 ; If false, CartoWeb will not run if you are using PHP as a <br>
 ; Module and return an error. Set it to true to disable the check. <br>
 disablePHPModuleCheck = true <br>
 <br>
 ; Accounting # # # # <br>
 <br>
 accountingOn = False <br>
 accountingStorage = File <br>
 ; accountingBasePath = / path / to / accounting / <br>
 accountingDsn = pgsql: / / www-data @ localhost/cw3_test <br>
 <br>
 ************************************************** **** <br>
 the configuration / cartoweb3/client_conf/client.ini is <br>
 ************************************************** **** <br>
 ; General application behaviour # # # # <br>
 <br>
 ; If true, SOAP will be bypassed <br>
 cartoserverDirectAccess = true <br>
 <br>
 ; Current profile: may be development, production or custom <br>
 ; This will override some parameter values <br>
 Profile = Custom <br>
 ; AJAX switch: if true, AJAX will be enabled on the client side (browser) <br>
 ajaxOn = true <br>
 <br>
 ; ------------------------------------------------- ------------------ <br>
 ; The following parameters are only taken into account when custom profile = <br>
 ; <br>
 ; If true, WSDL will be used for receiving requests SOAP <br>
 useWsdl = False <br>
 ; Disables the caching of wsdl (ignored if useWsdl is false) <br>
 noWsdlCache = true <br>
 ; Disables the caching of MapInfo requests <br>
 noMapInfoCache = true <br>
 ; Ini sets useful parameters during development <br>
 developerIniConfig = False <br>
 ; Shows Developer Messages <br>
 showDevelMessages = False <br>
 <br>
 ; Set this to true if you are editing the templates <br>
 smartyCompileCheck = true <br>
 ; ------------------------------------------------- ------------------ <br>
 <br>
 ; # # Cartoserver location and configuration paths # # <br>
 <br>
 ; Secifies the path for MapServer generated image when in direct access mode <br>
 ; directAccessImagesUrl = "/ path / to / direct / access / images /" <br>
 <br>
 ; The location of the cartoserver, used when cartoserverDirectAccess is true <br>
 ; If it is not set, the default location will be used <br>
 ; cartoserverHome = "/ var/www/html/cartoweb3 /" <br>
 <br>
 ; Url The base of the cartoclient <br>
 cartoclientBaseUrl = "http://195.195.195.5/cartoweb3/htdocs/" <br>
 <br>
 ; Url The base of the cartoserver <br>
 cartoserverBaseUrl = "http://localhost/cartoweb3/htdocs/" <br>
 <br>
 ; Prefix where a reverse proxy has to be used to access images. <br>
 ; The reverse proxy has to be on the same server than the client. <br>
 ; reverseProxyPrefix = "/ reverse" <br>
 <br>
 ; Mapfile configuration # # # # <br>
 <br>
 ; The map of the mapfile to use <br>
 ; map = test <br>
 <br>
 ; Id The initial map of the state to be loaded on startup <br>
 ; initialMapStateId default = <br>
 <br>
 ; Tools configuration # # # # <br>
 <br>
 ; Indicates which tool is activated when in initial state. <br>
 ; If not specified, the first tool in the toolbar is activated. <br>
 ; Possible values are: zoomin, zoomout, pan, query, distance, surface <br>
 initialTool = zoomin <br>
 <br>
 ; Indicates how to render tool selectors within toolbar <br>
 ; Radio buttons, icons outlining (css uses classes), image swapping <br>
 ; Available values: radio, outline, swap (default is radio) <br>
 ; Outline for: make sure that toolbar_on and toolbar_off css classes are set for rendering class <br>
 ; toolbarRendering = radio <br>
 <br>
 <br>
 ; Project handling configuration # # # # <br>
 <br>
 ; Shows a drop-down list for selecting the active project <br>
 showProjectChooser = true <br>
 <br>
 ; List of the project to show in the drop down list. If not set, all projects <br>
 ; Found will be used. <br>
 ; availableProjects = test_main, test_project <br>
 <br>
 ; Plugins # # # # <br>
 <br>
 ; The list of plugins to load, separated by comma <br>
 loadPlugins = ""; plugin is not loaded by default (only coreplugins) <br>
 <br>
 ; Security configuration # # # # <br>
 <br>
 ; List of roles which are allowed to access the Cartoweb. Set to 'all' if not <br>
 ; Restriction is given. <br>
 All securityAllowedRoles = <br>
 <br>
 ; Template engine configuration # # # # <br>
 <br>
 ; Set this to show the true to Smarty debugging console. Very useful while working <br>
 ; On templates <br>
 smartyDebugging = False <br>
 <br>
 ; Internationalization # # # # <br>
 <br>
 ; Default language <br>
 defaultLang = <br>
 <br>
 ; Languages to make available in the viewer, list order gives links order <br>
 ; langList = en, fr <br>
 <br>
 ; Charset encoder Class <br>
 EncoderClass.config = EncoderISO <br>
 EncoderClass.output = EncoderUTF <br>
 <br>
 ; Views management # # # # <br>
 <br>
 viewOn = False <br>
 viewStorage = File <br>
 viewablePlugins = location, layers, query, outline <br>
 Author viewMetas = <br>
 viewDsn = pgsql: / / www-data @ localhost/cw3_test <br>
 viewAuth = Admin <br>
 ; viewSavedRequest = someRequestVarname <br>
 viewLogErrors = False <br>
 viewUpgradeOutdated = False <br>
 <br>
 ; ToolPicker # # # # <br>
 <br>
 toolPickerOn = true <br>
 <br>
 ; Accounting # # # # <br>
 <br>
 accountingOn = False <br>
 accountingStorage = File <br>
 ; accountingBasePath = / path / to / accounting / <br>
 accountingDsn = pgsql: / / www-data @ localhost/cw3_test <br>
 <br>
 ************************************************** *** <br>
 please need an urgent solution. thanks <br>
 ************************************************** ***</td></tr><tr><td class="submitcell"><br>
</td><td><br>
</td><td align="right"><br>
</td></tr></tbody>
</table>
</td></tr></table><br>



      <hr size=1><br><font face="Verdana" size="-2">Enviado desde <a href="http://us.rd.yahoo.com/mailuk/taglines/isp/control/*http://us.rd.yahoo.com/evt=52431/*http://es.docs.yahoo.com/mail/overview/index.html">Correo Yahoo!</a><br>La bandeja de entrada más inteligente.<br></font>