Apache Tomcat startup issue

HTTP Status 404 - /index.html

type Status report

message /index.html

description The requested resource (/index.html) is not available.
Apache Tomcat/5.5.9

I am getting the above issue when I tried to use the servoy client.

(http://localhost:8080/index.html)

What might have went wrong?

Thanks!

Servoy Developer
Version 3.0b3-build 364
Java version 1.5.0_06-b05 (Windows XP)

Check the Tomcat property file (server.xml). The file you’ll find under {servoy install}/server/conf/.

Search for the line

Now check if there is an index.html in the webapps/ROOT folder and if you can open it (user rights, broken file, …).

Can you start the application using
http://localhost:8080/servoy-client/ser … ursolution ?

Bruno