Date: 2004-02-17T06:39:25
Editor: PhilippDev <[EMAIL PROTECTED]>
Wiki: Xindice Wiki
Page: InstallationBuiltInJetty
URL: http://wiki.apache.org/xindice/InstallationBuiltInJetty
no comment
New Page:
##language:en
== Installation with the build-in Jetty ==
Xindice (1.1) comes with a built-in Jetty. So after unpacking and building
Xindice you can immediately start the server with it's default settings.
There is a bit of confusion regarding to the double use of the name
xindice.bat/sh. Assuming that %XINDICE_HOME% is the directory which also
contains the build.bat/sh there is the following behaviour
* '''%XINIDCE_HOME%\xindice start''' will start the Jetty (default on port
8888)
* '''%XINIDCE_HOME%\bin\xindice''' is the command line tool
Normally its quite convenient to have the command line tool (bin) at your
environment PATH. So the '''xindice''' command (on ms windows) is the command
line tool everywhere besides of one directory.
There are three basic xindice.bat/sh jetty actions
{{{
start Start Xindice in new window
run Run Xindice in this window
debug Start Xindice turning remote debugging onxxx
}}}