Hi Charles,
I've already checked out a version from the CVS repository and right now
I am configuring it to work with my LDAP server. 

The changes I made to the run.sh file are mainly to bring it in sync
with the run.bat file. I am just pasting a copy of the run.sh file
below:


###########################################################
#!/bin/sh
echo
echo "Avalon runner"
echo
 
if [ "$JAVA_HOME" = "" ] ; then
  echo "ERROR: JAVA_HOME not found in your environment."
  echo
  echo "Please, set the JAVA_HOME variable in your environment to match
the"
  echo "location of the Java Virtual Machine you want to use."
  exit 1
fi
 
LOCAL_CLASSPATH=Loader.jar:blocks/Avalon.jar:blocks/JAMES.jar:../lib/activation.jar:../lib/mail_1_1_3.jar:../lib/xerces_1_1_1.jar:../lib/dnsjava.jar:../lib/AvalonAware.jar
 
$JAVA_HOME/bin/java -cp $LOCAL_CLASSPATH org.apache.avalon.loader.Main
$*
###########################################################

It should also be noted that the unix users will have to run dos2unix
utility before attempting to the run.sh script.

Thanks for your reply.

As you already know, I've subscribed to the james mailing list. I am
hoping to make my contributions to the project very soon.

Best Regards
Bala


Charles Benett wrote:
> 
> Bala,
> We are approaching a new release - probably to be called 1.2. This has a
> lot of extensions and improvements, particularly a much more elegant
> Mailet API, experimental support for TLS (SSL) and an experimental
> version of the LDAP UsersRepository. You may wish to wait for this,
> alternatively you can get the current state via anonymous CVS
> (instructions on the java.apache.org site).
> 
> Can you specify what changes you made to run.sh? I use Redhat Linux 6.1
> and haven't had any problems (although we should the file permission to
> executable).
> 
> With respect to your two other messages, am I right in thinking that
> your chages to run.sh have solved them, or are they still an issue?
> 
> Charles
> 
> bala wrote:
> >
> > Hi,
> > Please update the script run.sh and make it equivalent to run.bat. The
> > problem I was facing was with the shell script. Once I modified the
> > shell script and made it equivalent of run.bat, I was able to start
> > JAMES.
> >
> > Also, if possible please make a beta release of the LDAP directory
> > supported User Manager. Because the JAMES web page mentions about
> > configuring for LDAP servers in the configuration file, but it is not
> > found in the JAMES 1.1b1 version (downloaded from the distribution
> > page).
> >
> > Thanks in advance.
> >
> > Bala.
> >
> > --------------------------------------------------------------
> > Amsoft Systems India Inc., New Delhi, India
> >
> > ------------------------------------------------------------
> > To subscribe:        [EMAIL PROTECTED]
> > To unsubscribe:      [EMAIL PROTECTED]
> > Archives:  <http://www.mail-archive.com/james%40list.working-dogs.com/>
> > Problems?:           [EMAIL PROTECTED]
> 
> ------------------------------------------------------------
> To subscribe:        [EMAIL PROTECTED]
> To unsubscribe:      [EMAIL PROTECTED]
> Archives:  <http://www.mail-archive.com/james%40list.working-dogs.com/>
> Problems?:           [EMAIL PROTECTED]

--------------------------------------------------------------
Amsoft Systems India Inc., New Delhi, India




------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives:  <http://www.mail-archive.com/james%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to