Recent Topics Back to home page
dekoh_shell.{bat|sh} doesn't start on port 80  XML
Forum Index -> Developing new applications
Author Message
gauravc

[Avatar]
Joined: 14/05/2007 18:04:43
Messages: 2
Offline

Here is the error message:

C:\Dekoh\server\bin>java -server -cp ..\lib\messages\en\;c:\java\java150_09\jre\lib\tools.jar;..\lib
\pramati\classpath.jar;. -Dinstall.root=C:\\Dekoh\\server com.pramati.das.core.Delegator
May 14, 2007 5:33:41 PM com.pramati.das.core.Delegator main
INFO: Prog options in delegator main -nodedir ../nodes/default/.
May 14, 2007 5:33:41 PM com.pramati.das.core.Delegator stringToArray
INFO: Arguments for starting Bootstrapper [-nodedir, ../nodes/default/, -httpport, 80].

Can I configure this to run on some other port?
terran
Dekoh Team
[Avatar]
Joined: 17/04/2007 09:02:34
Messages: 22
Offline

Hello Gaurav,
To run it on some other port, you have to change the following file

Dekoh\server\nodes\default\config\dasSysArguments.properties

There is a property called port=80, change the value to whatever port you want. Be careful not to touch any of the other values.

Regards
Hrish
gauravc

[Avatar]
Joined: 14/05/2007 18:04:43
Messages: 2
Offline

Why does a shell have to run on a port? It should be communicating to the personal server on some port right?

Is there internal documentation or architectural diagram for this opensource platform so that we understand more?

Thanks.
jayeeta
Dekoh Team
[Avatar]
Joined: 18/04/2007 01:37:54
Messages: 24
Offline

Hi Gaurav
The shell does not run on the port itself. Running the shell effectively launches the personal server on that port.

You can find documents on the architecture here (http://www.dekoh.org/wiki/view/DekohArchitectureAndConstituents).

You may also go through some sample development documents to understand this better.. (http://www.dekoh.org/wiki/view/ApplicationDevelopment).

Regards
Jayeeta
 
Forum Index -> Developing new applications
Go to: