This website requires JavaScript.
Explore
Help
Sign In
Go
/
Ocean
Watch
1
Star
0
Fork
0
You've already forked Ocean
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
c1e8ca4b07
Ocean
/
WebServer
/
ICCCStartup.go
6 lines
84 B
Go
Raw
Normal View
History
Unescape
Escape
Admin Interface & Handlers * In Progress, Not Done Yet + Added Handlers to cover public and admin handlers + Added WebServer + InitHandlers used the new class
2014-11-06 16:49:04 +00:00
package
WebServer
Bug fixes and improvements + Add a function to the Tools package to provide the local IP address and port + Add a function to the Tools package to provide a time as formated string as yyyyMMdd hhmmss.fff + Improved the ICCC startup message: Now, the message contains the IP address and port of the stared server + Add a new configuration to specific the necessary Ocean servers' port (internally, not the public port) + The template package reports now which version out of the grid FS is used. + The Ocean server is now bound to the correct IP address and port (rule: the local IP address!) + The order of the system shutdown handlers were wrong! + The early ICCC messages problem is now fixed! + Fixed an ICCC bug for the case, that a message does not have any payload! + Also the configuration database uses now the correct mgo MongoDB rules (SetSafe & SetMode)
2014-06-08 09:35:01 +00:00
type
ICCCStartUpMessage
struct
{
IPAddressAndPort
string
}
Reference in New Issue
Copy Permalink