Hi,
I try to deploy my application on tomcat but I get an error 404 when try to open the solution url
http://localhost:8181/solutions/SewerRevitaliser/index.html
I can reach the servoy-admin page with
http://localhost:8181/SewerRevitaliser/servoy-admin/
The Tomcat server is local on my machine.
The database is running.
No other server is running.
Probably I’m doing something wrong, but what?
I’m using Servoy Developer 8.0.3
Tomcat 8.0.33
Java 8u65
MacOs 10.11.5
Any idea is welcome.
Cheers
Irene
See this page: https://wiki.servoy.com/display/public/ … deployment
The URL has this format: {serverURL}/solutions/{mySolutionName}/index.html
Your {serverURL} is http://localhost:8181/SewerRevitaliser/, with SewerRevitaliser being the context of the deployment. Then after /solutions/ comes your solution name. If that is also SewerRevitaliser, your start URL becomes this:
http://localhost:8181/SewerRevitaliser/solutions/SewerRevitaliser/index.html
Thank you Ruben,
I followed the instructions but I get now a blanc page. If I look at it with the inspector I have an error in index.html, please see screenshot.
[attachment=1]Screen Shot 2016-07-06 at 20.15.15.png[/attachment]
And giving a look to the servoy admin log I see this.
[attachment=0]Screen Shot 2016-07-06 at 20.46.19.png[/attachment]
So apparently, your main solution name is not ‘SewerRevitaliser’? What is your main solution name in developer? You should put that one as the last part of the url.