Overview
Blog
Wiki
Forums
login
signup
Recent Topics
Back to home page
dekoh_shell.{bat|sh} doesn't start on port 80
Forum Index
->
Developing new applications
Author
Message
14/05/2007 20:34:53
Subject:
dekoh_shell.{bat|sh} doesn't start on port 80
gauravc
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?
15/05/2007 00:47:07
Subject:
Re:dekoh_shell.{bat|sh} doesn't start on port 80
terran
Dekoh Team
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
16/05/2007 11:42:04
Subject:
Re:dekoh_shell.{bat|sh} doesn't start on port 80
gauravc
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.
18/05/2007 01:49:44
Subject:
Re:dekoh_shell.{bat|sh} doesn't start on port 80
jayeeta
Dekoh Team
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:
Select a forum
Newbie
Installation and configuration
Ideas, suggestions and feature requests
Desktop Portal
Dekoh Photos
Dekoh Music
Dekoh Books
Dekoh Calendar
Other applications
Getting started
Developing new applications
Dekoh API