edit your 'run_with_tomcat.sh' file and change the line that reads:
 
export JBOSS_CLASSPATH=$JBOSS_CLASSPATH:$JAVA_HOME/lib/tools.jar
 
to read:
 
JBOSS_CLASSPATH=$JAVA_HOME/lib/tools.jar:$JBOSS_CLASSPATH
 
that should take care of it for you
 
db
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of David A. Palmer
Sent: Thursday, June 14, 2001 10:13 AM
To: [EMAIL PROTECTED]
Subject: [JBoss-user] Running on Solaris

We are trying to run on Solaris. We keep getting the follwing message when running with tomcat. Jboss by itself starts fine. Any idea?
 
root >> run_with_tomcat.sh
./run_with_tomcat.sh: JBOSS_CLASSPATH=:/programs/j2sdk1_3_1/lib/tools.jar: is not an identifier
 
 
Thanks

David Palmer

Reply via email to