Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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 14:15 Go to next message
Bertin Kiekebosch is currently offline Bertin KiekeboschFriend
Messages: 330
Registered: August 2011
Senior Member
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 15:32 Go to previous messageGo to next message
Jeremie Bresson is currently offline Jeremie BressonFriend
Messages: 1252
Registered: October 2011
Senior Member
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 11:01]

Report message to a moderator

Re: deploying to server [message #762133 is a reply to message #762126] Wed, 07 December 2011 15:42 Go to previous message
Jeremie Bresson is currently offline Jeremie BressonFriend
Messages: 1252
Registered: October 2011
Senior Member
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: Sat Apr 20 04:15:03 GMT 2024

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

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

Back to the top