Starting with version 11.1, the former project creation wizard was replaced with the one from WorldServer. At the moment, you cannot create quote-based projects in the new wizard, but you can upload multiple files at the same time.
Procedure
- Go to <tomcat-home>\webapps\ws-legacy\WEB-INF\classes\config and open the transportconfig.properties file with a text editor.
- Make sure that the
enable_new_create_project_wizard property is set to true.
Note: If you want to use the old project wizard instead, set this property to false.
- Go to the WS_CONFIG\ws-legacy folder and open the general.properties file with a text editor.
- Configure the
navigation.panel.url property.
For example, http://<ws-host>:<port>/ws, where <ws-host> is the name or IP address of the machine on which WorldServer is installed and <port> is the number of the port on which WorldServer is installed.
- Stop WorldServer and start it again.