Page 1 of 1

Missing Web Package Manager

PostPosted: Thu Mar 23, 2017 9:20 am
by sergei.sheinin
Hello,

I just installed Servoy 8.1. When I select "Web Packages" context menu of my solution and try the "Download/Install with Web Packages Manager" a 404 error is generated. I can tell that directory/file "C:\inetpub\wwwroot\wpm\index.html" was not created during installation.

What would be the correct installation procedure for WPM? I have both Servoy 7 and 8 on my machine.

Re: Missing Web Package Manager

PostPosted: Thu Mar 23, 2017 10:01 am
by Andrei Costescu
What Web Package Manager does in developer is open a browser in the editor area.
It opens URL "http://localhost:" + servoyPort + "/wpm/index.html".

I suspect in your case you have another server (IIS) running on the same port as Servoy. As it was started before, Servoy can't listen on that port and you are accessing a completely different thing.
So either stop IIS (or change it's port) or change Servoy's port (see wiki on how to do that).

Re: Missing Web Package Manager

PostPosted: Thu Mar 23, 2017 10:11 am
by sergei.sheinin
Yes, you're right. I got confused as to why Servoy error displayed "C:\inetpub\wwwroot". It makes sense now.