Skip to main content



      Home
Home » Eclipse Projects » Eclipse Scout » deploying to server(deploying to server client and server settings)
deploying to server [message #762078] Wed, 07 December 2011 09:15 Go to next message
Eclipse UserFriend
Hi,

i am trying to put my application into production. When the client (SWT) application starts it cannot find the server. There was no server.url info in the config.ini at all at the client. I adjusted that but it does not work. Is there anything else I have to do?

Next to this, I need to change the settings for the database also. Do I have to put these in the config.ini in the server, and if so, are there standard "Scout" ways to read these into the SQLService.

Regards Bertin
Re: deploying to server [message #762126 is a reply to message #762078] Wed, 07 December 2011 10:32 Go to previous messageGo to next message
Eclipse UserFriend
For your database settings:

Have a look at this:
http://wiki.eclipse.org/Scout/Concepts/Sql_Service#Delegation_of_the_configuration_to_config.ini
Let me know if this is not clear enough...

I came accross the same problem last month:

Have a look at this change: cabcdfe46b46: Moving DB configuration to config.ini
In particular modifications in my sql service and in one of my config.ini.

If you understand french:
config.ini et setter dans Eclipse Scout

.

[Updated on: Thu, 08 December 2011 06:01] by Moderator

Re: deploying to server [message #762133 is a reply to message #762126] Wed, 07 December 2011 10:42 Go to previous message
Eclipse UserFriend
Is your deployed server working?

Try to contact it over HTTP:
<url to your application server>/<application name>/process

For example:
http://localhost:8080/MyApp/process

This url should be the same as your server.url property in your config.ini.
Previous Topic:code type database value
Next Topic:PlannerField
Goto Forum:
  


Current Time: Thu Jul 24 10:11:55 EDT 2025

Powered by FUDForum. Page generated in 0.04277 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top