<div dir="ltr"><div dir="ltr">In the master branch, that option <b>GEOSERVER_PUBLIC_PORT </b>does exists and solves the issue. </div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">El mar., 16 abr. 2019 a las 21:16, Tomas Link (<<a href="mailto:tomaslink@spacesur.com">tomaslink@spacesur.com</a>>) escribió:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div dir="ltr"><div dir="ltr">Hi Julierme, <br><br>Thanks for the reply. <br><br>I'm using this guide, more or less: <a href="http://docs.geonode.org/en/master/tutorials/install_and_admin/quick_install.html#ubuntu-for-development" target="_blank">http://docs.geonode.org/en/master/tutorials/install_and_admin/quick_install.html#ubuntu-for-development</a></div><div>In Ubuntu 16.04 and the tag from 2.10rc4. </div><div>I had to make a couple of changes to make work the <b><i>paver setup</i></b> command. But I successfully started GeoNode after that. </div><div>GeoServer is wroking well also, in port 8080.</div><div><br></div><div dir="ltr">I don't have the variable<b> GEOSERVER_PUBLIC_PORT</b> declared in my settings.py. <br></div><div>I tried add that one in the settings.py as you suggested but the problem is still there.  </div><div><br></div><div>I debbuged <span style="color:rgb(36,41,46);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-size:14px">the code in <i><b>geonode/proxy/views.py</b></i>, in the "proxy" function and what I can see is that, for every request, redirects to <b>host</b>:<b>port</b>{<b><i>locator</i></b>} where <b><i>locator</i></b> = '/geoserver/' in this case, and <b>host</b> and <b>port</b> are the the ones from GeoNode. The request parameter holds correctly the <i><b>host:8080/geoserver</b></i> URL, but this code always redirects to the same host and port of GeoNode.<br><br>I don't had this problem when I deployed 2.8 for production, because Apache Server redirects geoserver requests to port 8080 correctly. But in this development environment, I don't know how we must handle that. <br><br><br></span></div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">El mar., 16 abr. 2019 a las 17:41, 1520 gis (<<a href="mailto:juliermeopensourcedeveloper@gmail.com" target="_blank">juliermeopensourcedeveloper@gmail.com</a>>) escribió:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>Hi Tomas,</div><div><br></div><div>What GeoNode installation method are you using?</div><div><br></div><div>In your local_settings.py, see if this change can help you:</div><div><br></div><div>


        
        <span></span>
        
        


<pre class="gmail-m_5668121797801887617gmail-m_4045728497733998975gmail-western" style="font-style:normal;font-weight:normal;text-align:left"><font color="#000000"><font face="Liberation Mono, monospace"><font style="font-size:10pt" size="2"><span style="background:none 0% 0% repeat scroll rgb(104,0,89)"><b># </b><b>C</b><b>omment the line</b><b>s</b></span></font></font></font>
<font color="#000000"><font face="Liberation Mono, monospace"><font style="font-size:10pt" size="2"><span style="background:none 0% 0% repeat scroll rgb(253,197,120)">#GEOSERVER_PUBLIC_PORT = os.getenv(</span></font></font></font>
<font color="#000000"><font face="Liberation Mono, monospace"><font style="font-size:10pt" size="2"><span style="background:none 0% 0% repeat scroll rgb(253,197,120)">#    'GEOSERVER_PUBLIC_PORT', <b><span style="background:none 0% 0% repeat scroll rgb(237,28,36)">SITE_HOST_PORT</span></b></span></font></font></font>
<font color="#000000"><font face="Liberation Mono, monospace"><font style="font-size:10pt" size="2"><span style="background:none 0% 0% repeat scroll rgb(253,197,120)">#)</span></font></font></font>
<font color="#000000"><font face="Liberation Mono, monospace"><font style="font-size:10pt" size="2"><b><span style="background:none 0% 0% repeat scroll rgb(104,0,89)"># Add the lines</span></b></font></font></font>
<font face="Liberation Mono, monospace"><font style="font-size:10pt" size="2"><span style="background:none 0% 0% repeat scroll rgb(253,197,120)">GEOSERVER_PUBLIC_PORT = os.getenv(</span></font></font>
<span style="background:none 0% 0% repeat scroll rgb(253,197,120)">    <font face="Liberation Mono, monospace"><font style="font-size:10pt" size="2">'GEOSERVER_PUBLIC_PORT', <span style="background:none 0% 0% repeat scroll rgb(237,28,36)">'</span><b><span style="background:none 0% 0% repeat scroll rgb(237,28,36)">8080</span></b><span style="background:none 0% 0% repeat scroll rgb(237,28,36)">'</span></font></font></span>
<font face="Liberation Mono, monospace"><font style="font-size:10pt" size="2"><span style="background:none 0% 0% repeat scroll rgb(253,197,120)">)</span></font></font></pre>

</div><div>I hope it helps</div><div><br></div><div>Julierme<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Apr 16, 2019 at 4:48 PM Tomas Link <<a href="mailto:tomaslink@spacesur.com" target="_blank">tomaslink@spacesur.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Hi all, <br><br>I've just installed successfully GeoNode 2.10rc4 for development. <br>After running paver start I can enter GeoNode app, and also GeoServer app if I put the correct URL in the browser. But the comunication between GeoNode and GeoServer is not working. I cannot see from GeoNode any layers uploaded, and when I try to enter GeoServer from the link in GeoNode, it fails to redirect because it's going to port 8000, and GeoServer is in port 8080. <br><br>Is there any proxy configuration for django that i'm missing?<br><br>Thanks in advance, <br><br>Tomás<br><br><br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail-m_5668121797801887617gmail-m_4045728497733998975gmail-m_-3850097366246057874gmail_signature"><div dir="ltr"><span><br><div dir="ltr" style="margin-left:0pt"><table style="border:medium none;border-collapse:collapse"><colgroup><col width="175"><col width="425"></colgroup><tbody><tr style="height:12pt"><td rowspan="8" style="vertical-align:middle"><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:0pt"><span style="font-size:11pt;font-family:Arial;color:rgb(0,0,0);background-color:transparent;vertical-align:baseline;white-space:pre-wrap"><img src="https://lh4.googleusercontent.com/MkdSqjeMNPuB9Oo6RJ1VVk1DPlagkMRpqFsmHVnnftiZSlHDd0sDE11TjLC_2uHW1I8wmSHXX7IDifBw9IrD4AV042u4S4UmtxAvZJGKvco6PYYFGMo20eZu7bqRO5FAv85WR2fc" style="border: medium none;" width="154" height="114"></span></p></td><td style="vertical-align:bottom"><br></td></tr><tr style="height:0pt"><td style="vertical-align:bottom"><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt"><span style="font-size:11pt;font-family:Ubuntu;color:rgb(0,0,0);background-color:transparent;font-weight:700;vertical-align:baseline;white-space:pre-wrap">Tomás Juan Link</span></p></td></tr><tr style="height:0pt"><td style="vertical-align:bottom"><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt"><font face="Ubuntu" color="#000000"><span style="font-size:14.6667px;white-space:pre-wrap">Software Developer</span></font></p></td></tr><tr style="height:0pt"><td style="vertical-align:top"><br></td></tr><tr style="height:14pt"><td style="vertical-align:top"><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt"><span style="font-size:11pt;font-family:Ubuntu;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap">+54 (11) 4342-2976</span><span style="font-size:11pt;font-family:Ubuntu;vertical-align:baseline;white-space:pre-wrap">/</span><span style="font-size:11pt;font-family:Ubuntu;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap">84</span><span style="font-size:11pt;font-family:Ubuntu;vertical-align:baseline;white-space:pre-wrap"> </span></p></td></tr><tr style="height:0pt"><td style="vertical-align:top"><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt"><a href="https://www.spacesur.com" target="_blank"><span style="font-size:11pt;font-family:Ubuntu;color:rgb(17,85,204);background-color:transparent;vertical-align:baseline;white-space:pre-wrap">www.spacesur.com</span></a></p></td></tr><tr style="height:0pt"><td rowspan="2" style="vertical-align:top"><br></td></tr><tr style="height:5pt"></tr></tbody></table></div></span></div></div></div>
_______________________________________________<br>
geonode-users mailing list<br>
<a href="mailto:geonode-users@lists.osgeo.org" target="_blank">geonode-users@lists.osgeo.org</a><br>
<a href="https://lists.osgeo.org/mailman/listinfo/geonode-users" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/geonode-users</a><br>
</blockquote></div>
</blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail-m_5668121797801887617gmail_signature"><div dir="ltr"><span><br><div dir="ltr" style="margin-left:0pt"><table style="border:none;border-collapse:collapse"><colgroup><col width="175"><col width="425"></colgroup><tbody><tr style="height:12pt"><td rowspan="8" style="vertical-align:middle"><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:0pt"><span style="font-size:11pt;font-family:Arial;color:rgb(0,0,0);background-color:transparent;vertical-align:baseline;white-space:pre-wrap"><img src="https://lh4.googleusercontent.com/MkdSqjeMNPuB9Oo6RJ1VVk1DPlagkMRpqFsmHVnnftiZSlHDd0sDE11TjLC_2uHW1I8wmSHXX7IDifBw9IrD4AV042u4S4UmtxAvZJGKvco6PYYFGMo20eZu7bqRO5FAv85WR2fc" width="154" height="114" style="border: none;"></span></p></td><td style="vertical-align:bottom"><br></td></tr><tr style="height:0pt"><td style="vertical-align:bottom"><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt"><span style="font-size:11pt;font-family:Ubuntu;color:rgb(0,0,0);background-color:transparent;font-weight:700;vertical-align:baseline;white-space:pre-wrap">Tomás Juan Link</span></p></td></tr><tr style="height:0pt"><td style="vertical-align:bottom"><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt"><font color="#000000" face="Ubuntu"><span style="font-size:14.6667px;white-space:pre-wrap">Software Developer</span></font></p></td></tr><tr style="height:0pt"><td style="vertical-align:top"><br></td></tr><tr style="height:14pt"><td style="vertical-align:top"><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt"><span style="font-size:11pt;font-family:Ubuntu;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap">+54 (11) 4342-2976</span><span style="font-size:11pt;font-family:Ubuntu;vertical-align:baseline;white-space:pre-wrap">/</span><span style="font-size:11pt;font-family:Ubuntu;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap">84</span><span style="font-size:11pt;font-family:Ubuntu;vertical-align:baseline;white-space:pre-wrap"> </span></p></td></tr><tr style="height:0pt"><td style="vertical-align:top"><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt"><a href="https://www.spacesur.com" target="_blank"><span style="font-size:11pt;font-family:Ubuntu;color:rgb(17,85,204);background-color:transparent;vertical-align:baseline;white-space:pre-wrap">www.spacesur.com</span></a></p></td></tr><tr style="height:0pt"><td rowspan="2" style="vertical-align:top"><br></td></tr><tr style="height:5pt"></tr></tbody></table></div></span></div></div>
</blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr"><span><br><div dir="ltr" style="margin-left:0pt"><table style="border:none;border-collapse:collapse"><colgroup><col width="175"><col width="425"></colgroup><tbody><tr style="height:12pt"><td rowspan="8" style="vertical-align:middle"><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:0pt"><span style="font-size:11pt;font-family:Arial;color:rgb(0,0,0);background-color:transparent;vertical-align:baseline;white-space:pre-wrap"><img src="https://lh4.googleusercontent.com/MkdSqjeMNPuB9Oo6RJ1VVk1DPlagkMRpqFsmHVnnftiZSlHDd0sDE11TjLC_2uHW1I8wmSHXX7IDifBw9IrD4AV042u4S4UmtxAvZJGKvco6PYYFGMo20eZu7bqRO5FAv85WR2fc" width="154" height="114" style="border: none;"></span></p></td><td style="vertical-align:bottom"><br></td></tr><tr style="height:0pt"><td style="vertical-align:bottom"><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt"><span style="font-size:11pt;font-family:Ubuntu;color:rgb(0,0,0);background-color:transparent;font-weight:700;vertical-align:baseline;white-space:pre-wrap">Tomás Juan Link</span></p></td></tr><tr style="height:0pt"><td style="vertical-align:bottom"><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt"><font color="#000000" face="Ubuntu"><span style="font-size:14.6667px;white-space:pre-wrap">Software Developer</span></font></p></td></tr><tr style="height:0pt"><td style="vertical-align:top"><br></td></tr><tr style="height:14pt"><td style="vertical-align:top"><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt"><span style="font-size:11pt;font-family:Ubuntu;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap">+54 (11) 4342-2976</span><span style="font-size:11pt;font-family:Ubuntu;vertical-align:baseline;white-space:pre-wrap">/</span><span style="font-size:11pt;font-family:Ubuntu;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap">84</span><span style="font-size:11pt;font-family:Ubuntu;vertical-align:baseline;white-space:pre-wrap"> </span></p></td></tr><tr style="height:0pt"><td style="vertical-align:top"><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt"><a href="https://www.spacesur.com" target="_blank"><span style="font-size:11pt;font-family:Ubuntu;color:rgb(17,85,204);background-color:transparent;vertical-align:baseline;white-space:pre-wrap">www.spacesur.com</span></a></p></td></tr><tr style="height:0pt"><td rowspan="2" style="vertical-align:top"><br></td></tr><tr style="height:5pt"></tr></tbody></table></div></span></div></div>