remm 2004/01/21 07:57:25
Modified: daemon/src/native/unix INSTALL.txt
Log:
- The last part of the instructions doesn't seem to be very useful (incl. Pier's
old email).
Revision Changes Path
1.4 +0 -17 jakarta-commons/daemon/src/native/unix/INSTALL.txt
Index: INSTALL.txt
===================================================================
RCS file: /home/cvs/jakarta-commons/daemon/src/native/unix/INSTALL.txt,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- INSTALL.txt 21 Jan 2004 09:06:20 -0000 1.3
+++ INSTALL.txt 21 Jan 2004 15:57:25 -0000 1.4
@@ -34,20 +34,3 @@
for the jsvc binary simply do
./native/jsvc -help
-
-and then, to check a simple service do
-
- ./native/jsvc -cp ./java/service.jar org.apache.service.support.SimpleService
-
-and telnet to localhost on port 1200. For a less simple example login as root
-and add the "-user nobody" after the classpath, and "100" after the class name.
-This will start the same daemon but running as user "nobody" and bound to your
-protected port 100 (again, try telnet to localhost but to port 100 this time).
-
-For other information, the source code is quite readable, and I'm working on
-some documentation.
-
-Have fun...
-
- Pier <pier.fumagalli AT sun.com>
-
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]