![]() |
How to run JWORB 0.4 |
Check the path settings in the $JWORB_HOME/mk/config.mk file. Update the JDK path if necessary. The port number for the server is also taken from this file.Once the settings are checked, type 'runserver' (without quotes) to start the server.The default port is set to 4004. After starting the server check the url http://machine_name:port_number/ for more information, where machine_name is the hostname of the machine where you have installed JWORB and port_number is the port number JWORB is running on (default = 4004).
Check the path settings in the runserv.bat file present in $JWORB_HOME. You may need to update the paths for JDK and JWORB installation directory. The port number for the server is also set in this file. Once the paths are configured run JWORB by typing 'runserv.bat' without quotes.The default port is set to 4004. After starting the server check the url http://machine_name:port_number/ for more information, where machine_name is the hostname of the machine where you have installed JWORB and port_number is the port number JWORB is running on (default = 4004).Inorder to run JWORB as a service in Windows NT you have to use the srvany utility avialable with Windows NT Resource Kit.