Menu

Can't find the subfolder in the admin UI

Help
2010-03-11
2013-02-22
  • feng shenhome

    feng shenhome - 2010-03-11

    when i installed the pulse,and login in login.jsp,On the left-hand side every  palettes for the individual parts  ,i can't find the subfolder ,the content is :"4…load failure: undefined"
    my os system is win xp,webserver :tocmat6,mysql.

     
  • Christian Schatt

    Hi,
    this can be fixed easily. I guess your problem is that your tomcat is listening on port 8080 and this is not configured in WEB-INF/conf/pulse.xml.
    You can fix the problem by changing on line in pulse.xml:

    <transport-layer-security available="false" secure-port="443" default-port="80"/>
    

    to

    <transport-layer-security available="false" secure-port="8443" default-port="8080"/>
    

    It is a shortcoming of our installation guide that this has not been properly emphasized. Thanks for your request. The installation guide has also been updated to clearly address the need of configuration on standard tomcat installations.

    I hope this helps!

    Christian

     
  • feng shenhome

    feng shenhome - 2010-03-12

    the problem has been soluted ,thanks!

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.