Hi All
I would like users to enter a domain like www.hello.com and a Servoy Web Solution is started? How can this be accomplished?
Best regards,
Hi All
I would like users to enter a domain like www.hello.com and a Servoy Web Solution is started? How can this be accomplished?
Best regards,
place an index.html, with something like this:
<html>
<head>
<META HTTP-EQUIV=Refresh CONTENT="0; URL=http://myserver:8080/servoy-webclient/solutions/solution/myWebSolution">
</head>
<body>
<span style="display:none"> servoy-webclient WebSolution </span>
</body>
</html>
Hi Harjo
That is what we did, but to be honest, I hoped someone has even a more direct way to do it, but may be redirect IS the solution.
Regards,
there are lot of ways to accomplish this, you can work with redirect’s iFrames, you name it…
What I actually was wondering - just for my knowledge - whether all possibilities go via the (static) web site location of the apache web server, i. e. for example on OS X Server /Library/WebServer/Sites/. Of course there is nothing wrong with the mentioned solution, it’s very ok
Harjo:
there are lot of ways to accomplish this, you can work with redirect’s iFrames, you name it…
Hi Robert, you can have multiple virtual hosts and each one can point to a different solution, the best approach in my opinion is to use an iFrame in the main index.html of the virtual host, checkout my 2008 Servoy World presentation, you can download it from my website: http://www.sintpro.com/downloads_eng.php
Thanks, Nicola, I will have a look at it.
ngervasi:
Hi Robert, you can have multiple virtual hosts and each one can point to a different solution, the best approach in my opinion is to use an iFrame in the main index.html of the virtual host, checkout my 2008 Servoy World presentation, you can download it from my website: http://www.sintpro.com/downloads_eng.php