NetApp Community Update
This site will enter Read Only mode on July 23 as we prepare to move to a new platform. You will still be able to view content, but posting and replying will be temporarily disabled.
We're excited to launch our new Community experience on July 30 and more information will follow soon.
Stay connected during the transition - Join our Discord community today.

Data Protection

SnapCreator 3.6 Server - Problem setting GUI port.

markbennett
3,925 Views

Having installed SnapCreator 3.6 (under Winsows2003) as per installation guide, I am trying to alter the GUI port to something other than the default (8080).

I am attempting this using the following command;

java -jar snapcreator.jar -gui_port 8888

This seems to work ok, and SnapCreator Server starts up, and Jetty uses port 8888.

However, if I then start the "SnapCreator Server" Service (created during the installation), it reverts to using port 8080.

Does anyone know if there is a way to get SnapCreator to 'remember' this setting - or how to tell the Windows Service for SnapCreator Server to use a different port?

1 ACCEPTED SOLUTION

ktenzer
3,925 Views

Hi,

Yes you need to change this in register where service is registered.

It is under HKEY_LOCAL_MACHINE->SOFTWARE->Wow6432Node->Apache Software Foundation->Procrun 2.0->SnapCreatorServerService->Parameters->Start

Change to:

start

C:\Program Files (x86)\NetApp\NetApp_Snap_Creator_Framework/scServer3.6.0/gui

8888

Let us know if this helps?

Regards,

Keith

View solution in original post

2 REPLIES 2

ktenzer
3,926 Views

Hi,

Yes you need to change this in register where service is registered.

It is under HKEY_LOCAL_MACHINE->SOFTWARE->Wow6432Node->Apache Software Foundation->Procrun 2.0->SnapCreatorServerService->Parameters->Start

Change to:

start

C:\Program Files (x86)\NetApp\NetApp_Snap_Creator_Framework/scServer3.6.0/gui

8888

Let us know if this helps?

Regards,

Keith

markbennett
3,925 Views

Perfect answer! - this has solved my problem.

Many thanks Keith for the speedy reply!

Public