Publishing application on the server

Hi, i have one question about the operations for importing my application on the server.
At the moment i make this steps:
1.Export my application (with all related modules)
2.Import the file.servoy in my application server
3.configure the database, etc,etc

When i navigate to the ip address of my server i see the list of the application i have published, but i see also all the modules inserted in my application (framework, security, etc, etc). Is there a way to specify that a want to see only my application and not all the related modules. In my solution these are all signed as Module…

Thanks

Hi Michele,

Just by adding a solution to your main solution doesn’t make them a ‘module’ in the sense of solutionType.
For each module you need to change the solutionType to ‘Module’. Only then they won’t show up in the solution pick list.

Hope this helps.

Thanks. I didn’t see that not all my modules were signed as ‘module’…