JSReport on windows server 2008 R2



  • Hello,

    Can JSReport be installed on Windows Server 2008 R2?
    Thanks



  • Yes it works there. You just need to use an older nodejs, because the current one doesn't run on windows server 2008.

    Download nodejs 8.9.4
    https://nodejs.org/dist/v8.9.4/

    And process to normal installation steps

    npm install jsreport-cli -g
    mkdir jsreportapp
    cd jsreportapp
    jsreport init
    jsreport configure
    jsreport start
    


  • Thanks alot.

    Is there anyway to run jsreport to be visible over the internet?
    not just localhost



  • Of course. The common way. You just need to have the server reachable.



  • Hello thanks for your reply.
    we opened the port 5488, ,but we are unable to reach the jsreport report server. Is there any configuration needed.
    We are launching jsreport with
    node server.js



  • There is no configuration needed. When you see this line in the jsreport output:

    2021-01-19T19:20:05.969Z - info: jsreport server successfully started on http port: 5488
    

    jsreport is running on port 5488 and normally listen as any other service on the particular port.


Log in to reply
 

Looks like your connection to jsreport forum was lost, please wait while we try to reconnect.