How can I deploy an Angular 2 application on tomcat server (Windows Server 2012)

后端 未结 5 1713
情话喂你
情话喂你 2020-12-28 08:57

I\'m new in AngularJS 2 framework and I\'m stuck!

I want to deploy an application (quickstart for example) on a Windows Server 2012. I have already installed Apache

5条回答
  •  甜味超标
    2020-12-28 09:52

    I've found the solution:

    I had to insert the right path to the bundle files!

    I changed for example the src attribut of the index file from : src="inline.bundle.js"

    to : src="dist/inline.bundle.js"

    Just added the DIST FOLDEEEEEER ! Haha Thank you run yards for your help !

提交回复
热议问题