But I faced with some issues while setuping pulse with web server - apache httpd. Here is my setup:
1. App server on tomcat6 which running pulse on port 8080
2. web server - apache httpd which has such setup:
<VirtualHost*:80>
ProxyRequests Off
ProxyPreserveHost on
ProxyPass / http://192.168.33.111:8080/
ProxyPassReverse / http://192.168.33.111:8080/
<Location/>
Order allow,deny
Allow from all
</Location></VirtualHost>
192.168.33.111 - is address of tomcat server.
Issue that I have now: after login I got into Editor Panel, and everywhere on the left I see '4...load failure: undefined'
Hello guys,
I've made great CMS and I like it very much.
But I faced with some issues while setuping pulse with web server - apache httpd. Here is my setup:
1. App server on tomcat6 which running pulse on port 8080
2. web server - apache httpd which has such setup:
192.168.33.111 - is address of tomcat server.
Issue that I have now: after login I got into Editor Panel, and everywhere on the left I see '4...load failure: undefined'
It seems that configuration part from pulse.xml:
where port 8080 is hardcoded.
Is there any way to fix that issue?
Thank you in advance,
Alexey
Hey Alexey,
this can be resolved easily.
Just change your pulse.xml to:
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.
If you still have issues, do not hesitate to ask again.
Best,
Thomas