I have just migrated my solution from a Firebird db to SQL Anywhere. I can no longer connect to the developer from a test workstation using http://ascserver01:8080/index.htm nor from the workstation running developer using
http://localhost:8080/index.htm
in both instances I get the IE The page cannot be displayed error.
If I do not have IE open when I try to access the URL, IE tries to connect to 127.0.0.1, and then gives me the above error.
Any help would be appreciated. TIA
Dennis Fehrenbach
Is your servoy service enabled on port 8080? Is developer running? (Services http port in preferences)
If that is correctly configured try this:
open a command line, cd to your servoy directory and start servoy with a stacktrace:
java -DSTACKTRACE=true -jar servoy_developer.jar
(note the CASING)
when you run with tracing do you see this lines in the output:
Starting service Tomcat-Standalone
Apache Tomcat/4.0.1
Is developer running? (Services http port in preferences)
No it wasn’t. Works fine now. Thanks much!