gstein
April 5, 2006, 8:42am
1
Hi. I’m trying to get the headless_client example to run.
I am running on a windows machine.
I am using Servoy R2 2.2.4
I have the JDK installed
I have a copy of the tools.jar in the servoy lib
I have imported the headless_client eample and can see it fine in both developer and client.
When I try to go to: http://localhost:8080/examples/headless … rmtest.jsp I just get the launch servoy client page.
Is there something more I need to do???
IT2Be
April 5, 2006, 11:54am
2
When you go to your $(Servoy root}/server/webapps/ROOT/examples folder you can check that the file is really there or somewhere else. It always has to be in the ROOT folder or a subfolder.
gstein
April 5, 2006, 11:59am
3
Marcel,
The file is really there.
Any other idea???
IT2Be
April 5, 2006, 12:01pm
4
There probably is some sort of an error generated then.
Databases installed?
Solution installed?
Data available?
Most likely, because it is from a sample solution, is that it is something small…
Be sure to empty your cache before each and every test you do!
gstein
April 5, 2006, 12:58pm
5
Marcel,
Emptying the cache did the trick. Thanks!