setting up Remote Caching Service

2004-01-21 Thread bob steadman
I'm attempting to set up RCS and I'm running into a couple of difficulties.  I have 
downloaded the JCS source, ran MAVEN against it, all works fine.  When I deploy on a 
remote box and attempt to run the startRemoteServer script I get message stating that 
it can't find one of the RMI Stubs.  Has anyone had a simular situation.  Any simple 
examples of setting up a RCS.

RE: setting up Remote Caching Service

2004-01-21 Thread Aaron Smuts
After that, build using the standard maven command to get the stubs in
the jar.

 -Original Message-
 From: bob steadman [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, January 21, 2004 10:54 AM
 To: [EMAIL PROTECTED]
 Subject: setting up Remote Caching Service
 
 I'm attempting to set up RCS and I'm running into a couple of
 difficulties.  I have downloaded the JCS source, ran MAVEN against it,
all
 works fine.  When I deploy on a remote box and attempt to run the
 startRemoteServer script I get message stating that it can't find one
of
 the RMI Stubs.  Has anyone had a simular situation.  Any simple
examples
 of setting up a RCS.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: setting up Remote Caching Service

2004-01-21 Thread bob steadman
Guess I'm a little confused because I ran Maven after I pulled down
turbin-jcs source.
From the jakarta-turbine-jcs-src directory if ran %MAVEN_HOME/bin/maven and
it build out the target directory.  Is there another step that I may be
missing.

Thanks for your help.


- Original Message - 
From: Aaron Smuts [EMAIL PROTECTED]
To: 'Turbine JCS Users List' [EMAIL PROTECTED]
Sent: Wednesday, January 21, 2004 12:16 PM
Subject: RE: setting up Remote Caching Service


 After that, build using the standard maven command to get the stubs in
 the jar.

  -Original Message-
  From: bob steadman [mailto:[EMAIL PROTECTED]
  Sent: Wednesday, January 21, 2004 10:54 AM
  To: [EMAIL PROTECTED]
  Subject: setting up Remote Caching Service
 
  I'm attempting to set up RCS and I'm running into a couple of
  difficulties.  I have downloaded the JCS source, ran MAVEN against it,
 all
  works fine.  When I deploy on a remote box and attempt to run the
  startRemoteServer script I get message stating that it can't find one
 of
  the RMI Stubs.  Has anyone had a simular situation.  Any simple
 examples
  of setting up a RCS.


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: setting up Remote Caching Service

2004-01-21 Thread Aaron Smuts
Sorry, my email were sent in the wrong order.  Maven doesn't have a good
way to run rmic, so I made a work around.  Call maven rmic  and then
build again.  Perhaps an updated version of maven has improved the
situation.

Aaron

 -Original Message-
 From: bob steadman [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, January 21, 2004 11:55 AM
 To: Turbine JCS Users List
 Subject: Re: setting up Remote Caching Service
 
 Guess I'm a little confused because I ran Maven after I pulled down
 turbin-jcs source.
 From the jakarta-turbine-jcs-src directory if ran
%MAVEN_HOME/bin/maven
 and
 it build out the target directory.  Is there another step that I may
be
 missing.
 
 Thanks for your help.
 
 
 - Original Message -
 From: Aaron Smuts [EMAIL PROTECTED]
 To: 'Turbine JCS Users List' [EMAIL PROTECTED]
 Sent: Wednesday, January 21, 2004 12:16 PM
 Subject: RE: setting up Remote Caching Service
 
 
  After that, build using the standard maven command to get the stubs
in
  the jar.
 
   -Original Message-
   From: bob steadman [mailto:[EMAIL PROTECTED]
   Sent: Wednesday, January 21, 2004 10:54 AM
   To: [EMAIL PROTECTED]
   Subject: setting up Remote Caching Service
  
   I'm attempting to set up RCS and I'm running into a couple of
   difficulties.  I have downloaded the JCS source, ran MAVEN against
it,
  all
   works fine.  When I deploy on a remote box and attempt to run the
   startRemoteServer script I get message stating that it can't find
one
  of
   the RMI Stubs.  Has anyone had a simular situation.  Any simple
  examples
   of setting up a RCS.
 
 
 
-
  To unsubscribe, e-mail:
[EMAIL PROTECTED]
  For additional commands, e-mail: turbine-jcs-user-
 [EMAIL PROTECTED]
 
 
 
 -
 To unsubscribe, e-mail:
[EMAIL PROTECTED]
 For additional commands, e-mail:
[EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]