Back Previous Next


Linguist servlet package - start

Syntax:

   start server

Keyword handler:

   net.eclecity.linguist.media.keyword.ServletKStart.class

Runtime handler(s):

   net.eclecity.linguist.media.handler.ServletHStart.class

Function:

Starts up vqServer. This is a convenience command that launches the server and provides a place to do extra processing in the same Java runtime instance. For example, you can have a task that calls a servlet from time to time, without having to worry about thread pooling.

vqServer is currently the only Web server implemented. To get a free copy, go to http://www.vqsoft.com.

Example(s):

   start server


Back Previous Next