Running on Windows XP with IIS5 installed.
Just testing the IIS service, I can get a response with “http://localhost/” which defaults to “http://localhost/localstart.asp” and that tells me the default directory is c:\inetpub\wwwroot\
The Smart Clent runs and behaves nicely
Have installed v6.0.4 several time (uninstalled previous version)
So the questions become :-
Do I need to have IIS running at all in the Servoy Developer ?
Do I need to configure IIS ?
Do I need to configure Servoy ?
Have I completely missed the point conceptually ?
Servoy ships with his own Tomcat server, so no need for ISS to be installed.
(better to shut it off, IMHO) and default Servoy Tomcat port is :8080
SO:
Do I need to have IIS running at all in the Servoy Developer ? No
Do I need to configure IIS ? No
Do I need to configure Servoy ? No
Have I completely missed the point conceptually ? I don’t know, you can learn always
The HTTP port, used to expose many of the services of the Servoy Application Server can be configured by editing the server.xml file located in …/application_server/server/conf. This file contains the following entry by default