<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent posts to setup pulse application behind httpd web server</title><link>https://sourceforge.net/p/pulse-java/discussion/943780/thread/193cec80/</link><description>Recent posts to setup pulse application behind httpd web server</description><atom:link href="https://sourceforge.net/p/pulse-java/discussion/943780/thread/193cec80/feed.rss" rel="self"/><language>en</language><lastBuildDate>Fri, 01 Apr 2016 10:05:40 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/pulse-java/discussion/943780/thread/193cec80/feed.rss" rel="self" type="application/rss+xml"/><item><title>setup pulse application behind httpd web server</title><link>https://sourceforge.net/p/pulse-java/discussion/943780/thread/193cec80/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hey Alexey,&lt;br/&gt;
this can be resolved easily.&lt;br/&gt;
Just change your pulse.xml to:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&amp;lt;security tls-available="false" secure-port="443" default-port="80"
        server-salt="changeMeOnInstall"/&amp;gt;
&lt;/pre&gt;&lt;/div&gt;


&lt;p&gt;The ports given in this configuration are the ports on which the webapp is exposed to the outside world which is port 80 in your case.&lt;/p&gt;
&lt;p&gt;If you still have issues, do not hesitate to ask again.&lt;/p&gt;
&lt;p&gt;Best,&lt;br/&gt;
Thomas&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Thomas Weber</dc:creator><pubDate>Fri, 01 Apr 2016 10:05:40 -0000</pubDate><guid>https://sourceforge.net6273e8860f30fa50beca053585de27942e015bde</guid></item><item><title>setup pulse application behind httpd web server</title><link>https://sourceforge.net/p/pulse-java/discussion/943780/thread/193cec80/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hello guys,&lt;/p&gt;
&lt;p&gt;I've made great CMS and I like it very much.&lt;/p&gt;
&lt;p&gt;But I faced with some issues while setuping pulse with web server - apache httpd. Here is my setup:&lt;br/&gt;
1. App server on tomcat6 which running pulse on port 8080&lt;br/&gt;
2. web server - apache httpd which has such setup:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="nt"&gt;&amp;lt;VirtualHost&lt;/span&gt; &lt;span class="err"&gt;*:80&lt;/span&gt;&lt;span class="nt"&gt;&amp;gt;&lt;/span&gt;
    ProxyRequests Off
    ProxyPreserveHost on
    ProxyPass / http://192.168.33.111:8080/
    ProxyPassReverse / http://192.168.33.111:8080/
    &lt;span class="nt"&gt;&amp;lt;Location&lt;/span&gt; &lt;span class="nt"&gt;/&amp;gt;&lt;/span&gt;
        Order allow,deny
        Allow from all
    &lt;span class="nt"&gt;&amp;lt;/Location&amp;gt;&lt;/span&gt;
&lt;span class="nt"&gt;&amp;lt;/VirtualHost&amp;gt;&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;


&lt;p&gt;192.168.33.111 - is address of tomcat server.&lt;br/&gt;
Issue that I have now: after login I got into Editor Panel, and everywhere on the left I see '4...load failure: undefined'&lt;/p&gt;
&lt;p&gt;It seems that configuration part from pulse.xml:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&amp;lt;security tls-available="false" secure-port="8443" default-port="8080"
        server-salt="changeMeOnInstall"/&amp;gt;
&lt;/pre&gt;&lt;/div&gt;


&lt;p&gt;where port 8080 is hardcoded.&lt;/p&gt;
&lt;p&gt;Is there any way to fix that issue?&lt;/p&gt;
&lt;p&gt;Thank you in advance,&lt;br/&gt;
Alexey&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alexey Korneev</dc:creator><pubDate>Thu, 31 Mar 2016 22:54:21 -0000</pubDate><guid>https://sourceforge.nete2c153495d7d5f197ec5fec55296181ea45769d6</guid></item></channel></rss>