When I first logged on EJBs
I read that you had twenty five logs and
you do not know what to do.

BTW , It is my emails which were configured BLUE so that you
can distinguish a reply very easily.
EASE OF USE is one of the five principals governing software engineering.

Now that you have tested the url below from the IP address 158...... using both 
browsers.
Here are the batch files.
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
echo off
REM --------------------------------------------------
REM file name - stop_activitable.bat
REM author  --
REM copyright -- why bother it is respect anyway
REM I will make a software engineer out of YOU.
REM --------------------------------------------------
REM make sure  your Computer is connected to the network
REM otherwise rmid cannot restart activitable services
REM The error message should be host unreachable
REM or unable to restart services.
REM This is Because the host where the registered services are found
REM cannot be reached for restart,as the computer is disconnected.
set JiniHome=C:\JINI1_1
set RmidPolicy=\policy\policy.all
set ClassServer=%JiniHome%\lib\tools.jar
start java -jar %ClassServer% -port 8080 -dir %JiniHome%\codebase -trees -verbose
echo on
echo N.B.!! Observe Java version is the one you want in the system path
java -version
echo Starting Activitable services ...
echo starting Rmid after a classserver was spawned in another window
rmid -J-Djava.security.policy=%JiniHome%%RmidPolicy%
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
echo off
REM --------------------------------------------------
REM file name - stop_activitable.bat
REM author  --
REM copyright -- why bother it is not respect anyway
REM --------------------------------------------------
REM
set JiniHome=C:\JINI1_1
set ClassServer=%JiniHome%\lib\tools.jar
REM
REM you may find that the rmid window did not close.
REM This is because you attempted to stop the services
REM before the rmid was able to complete its routine of
REM starting the services.
REM The idea is to start the services and then use them.
REM After having used them shut them down with this batch file
REM play around will cause this to happen because
REM you have confused the RMID Daemon.
REM if this happens then close the window any other way
REM and it was pointless of me to write this batch file
echo N.B.!!! Observe Java version is the one you want in the system path
java -version
echo stopping activitable services ...
echo All the DOS Windows will be closed automatically  please wait ....
echo if ALL the DOS windows did not clse please read the comments in the batch file
start java -jar %ClassServer% -port 8080  -stop
rmid -stop
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>><<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
<<<<<<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

----- Original Message -----
From: Zahid Rahman
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Wednesday, September 18, 2002 8:38 PM
Subject: You can't do that with Java card


If you go to this page C:\jini1_2_1_001\doc\release-notes\jsk\activation.html ,
you will find this paragraph :-

All of the contributed services in the Jini(TM) Technology Starter Kit (starter kit) 
have an implementation that is an activatable RMI service. While this design allows 
these services to persist beyond machine and software crashes, it makes their 
configuration somewhat non-intuitive for developers who have not had previous 
experience with the RMI activation system. This document is intended to provide some 
background on what advantages the RMI activation system provides, how RMI activation 
is used by the contributed service implementations, and what impact using RMI 
activation has on the way that services are started and run.

It seems updates were complicated for you and your friends !!!!!!!

I will make an asumption that the architecure is ubiqtous.

I conducted a test any way by typing the following in the browser.
http://www.objectworlds:8080/reggie-dl.jar
That is what write once run anywhere means.

Here!  try it out by clicking the above url.



--
__________________________________________________________
Sign-up for your own FREE Personalized E-mail at Mail.com
http://www.mail.com/?sr=signup

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to