Am new to servoy.
A. Downloaded & installed (using defaults with no issues) Version: 6.0.3 - build 1223 in MAC OS X 10.7.2 on Macbook (Intel Core i7, 2.4 GHz, 8 GB)
B. import _START_HERE and svyCore seems to work fine
C. “Start Debug Smart Client” starts as expected
D. “Start Debug Web Client” opens the following Safari page:
psb:
Downloaded & installed (using defaults with no issues) Version: 6.0.3 - build 1223 in MAC OS X 10.7.2 on Macbook (Intel Core i7, 2.4 GHz, 8 GB)
I am on basically the same setup and its working fine, so I guess the issue is probably to do with Tomcat not running which Servoy relies on. I have just tried this and got a 404 error
But importantly I got a Tomcat information page. If there is another service conflicting with it the chances are its failed to start. I just did a quick test to see what ports were running on my Mac using this in the terminal
lsof -i -n -P
I got a huge list and in that was:
servoy 33588 clickdigital 263u IPv6 0xffffff802bebc240 0t0 TCP *:8080 (LISTEN)
I suspect you need to start looking to see whats using 8080 and if its not Servoy perhaps consider changing your Servoy port to another perhaps 8090. see this http://wiki.servoy.com/display/public/D … 9228AD9AE1
One other thing to try is when you type localhost into safari are you getting what you expect ? Sometimes this is problematic as it can be changed. It may be worth looking in your system prefs/sharing for the IP currently assigned to your machine and using that in my case this would be http://192.168.0.9:8080/
I would say that as a rule Servoy web client starts and works immediately, and thus far I have not seen or experienced problems with the WebClient Config, which although no help may narrow your search.
Cool well done - interesting to know what was stopping Tomcat playing on 8080.
The tunnelling feature is excellent especially if you have corporate clients who want to access Servoy behind a firewall, you can run both the smart and web clients over it and it saves lots of grief from IT department managers.
Yes, would be nice to know, but it isn’t obvious and as Danny Glover (on the trail & in a hurry) in Lonesome Dove said to the prostitute:
“I have the inclination and the money, but alas I haven’t the time.”
Thanks again & Happy New Year.