eclipse-aaspe / server

C# based server for AASX packages
Other
72 stars 52 forks source link

It seems aasx server v3 is exposed on port 5001 and not 51310 as stated in terminal #182

Closed Kaz040 closed 10 months ago

Kaz040 commented 1 year ago

The new aasx server v3 release is exposed on port 5001 but the terminal stated another port.

CMD
Yasuhito-Yoshida-3 commented 1 year ago

I tried allowing port 5001 in the firewall and tried it. But it didn't work. Did AASX server work in your environment? Is there anything else I need to configure?

Yasuhito-Yoshida-3 commented 1 year ago

I checked AasxServerBlazor port 5001 is worked. But AasxServerCore did not work.

aorzelskiGH commented 1 year ago

51310 is the old V2 which is no more supported. See start of updated readme.

Servercore will work again soon with V3. Please use blazor for the moment.

juileetikekar commented 10 months ago

Hi @Yasuhito-Yoshida-3,

The terminal message for the old V2 port (51310) is now updated with the information that it is no more being supported.

Additionally, the AasxServerCore is also available in the latest release as well as in the docker image form.