eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'ServerMaintenanceService':

Home

Documentation
www.exept.de
Everywhere
for:
[back]

Class: ServerMaintenanceService


Inheritance:

   Object
   |
   +--HTTPService
      |
      +--HTTPSelectorService
         |
         +--ServerMaintenanceService

Package:
stx:goodies/webServer
Category:
Net-Communication-HTTP-Services
Version:
rev: 1.109 date: 2024/03/11 22:16:41
user: cg
file: ServerMaintenanceService.st directory: goodies/webServer
module: stx stc-classLibrary: webServer

Description:


a service which provides maintenance access to configure
the server and services.
Provides roughly the same functionality as the Launcher-Settings-WebServerSettings,
but via the HTTP interface.
Must be protected by a realm - if not, only access from the local host is allowed.


[access with:]
    http:<host>:<port>/Maintenance

copyright

COPYRIGHT (c) 2003 by eXept Software AG All Rights Reserved This software is furnished under a license and may be used only in accordance with the terms of that license and with the inclusion of the above copyright notice. This software may not be provided or otherwise made available to, or used by, any other person. No title to or ownership of the software is hereby transferred.

Class protocol:

class access
o  defaultReplyPresenterClass

defaults
o  defaultAllowRobots

o  linkName
return the default linkName path (with slash)

o  noRealmBehavior
allow access ONLY from localHost, if no realm was specified for this service

queries-service
o  settingsApplicationClass
a SettingsApplication class - or nil (used in the settings dialog if non-nil)


Instance protocol:

defaults
o  defaultReplyPresenterClass

queries-service
o  defaultMessage

o  isAllowedInMaintenanceMode
return true, if this service is also allowed while the server is in maintenance mode

o  isMessageAllowed: aSelector
the message is only allowed if this class implements aSelector and
the method belongs to one of the categories 'requuests-reply'.

Usage example(s):

        self new isMessageAllowed:#foo.
        self new isMessageAllowed:#defaultMessage.
        self new isMessageAllowed:#control:.

registration
o  addRequiredForeignServicesTo: aServer
I need a file service for the bitmaps and icons

requests-reply
o  addChangeService: aRequest
aRequest urlParameters keysAndValuesDo:[:key :value|

o  addRemoveChangeServices: aRequest
nextPutLine:'&nbsp;&nbsp;&nbsp;';

o  applyAddService: aRequest

o  applyChangeService: aRequest

o  applyRemoveChangeService: aRequest

o  applyRemoveService: aRequest

o  changeDebugging: aRequest
fields keysAndValuesDo:[:key :value|

o  changeHomeURL: aRequest

o  changeLogging: aRequest

o  changeNotFoundURL: aRequest

o  changeOtherSettings: aRequest

o  collectGarbage: aRequest

o  control: aRequest
Perform 'Maintenance:control:xxx' functions - this method provides all
functionality required for remote server administration (via the web).

o  disableSoap: aRequest

o  enableDisableSoap: aRequest yesNo: yesNo

o  enableSoap: aRequest

o  enterMaintenanceMode: aRequest

o  exitMaintenanceMode: aRequest

o  exitSmalltalk: aRequest

o  fileInPatch: aRequest

o  loadLibrary: aRequest
show the directory contents

o  loadSettings: aRequest

o  openLauncher: aRequest
ask user for Display,
open a display connection and a Laucher

o  printSettings: aRequest

o  removePatch: aRequest

o  restartServer: aRequest
this is special (and different to HTTPServer>>#restartServer):
The serverProcess will not terminate

o  saveSettings: aRequest

o  snapshot: aRequest

o  stopServer: aRequest

o  uploadPatch: aRequest

requests-reply-authorization
o  changeAuthorization: aRequest

o  changeAuthorizationMethods: aRequest

o  changeAuthorizationPageFor: aRequest

o  removeChangeUsersFor: aRequest

service-helpers
o  changeService: aService fromRequest: aRequest

o  createNewServiceFromFields: fields request: aRequest

o  createNewServiceFromRequest: aRequest

o  responseError: aErrorString title: aTitle request: aRequest backSelector: backSel

o  serviceFromRequest: request

o  serviceInputFieldsFor: service request: aRequest change: change



ST/X 7.7.0.0; WebServer 1.702 at 20f6060372b9.unknown:8081; Mon, 18 Nov 2024 04:33:18 GMT