Re: [JBoss-user] Error running jboss on Solaris.

2001-09-26 Thread John LYC
Ok.. i'll try it out and report it if it works.. thanks guys john - Original Message - From: "Tobias Frech" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, September 25, 2001 2:30 PM Subject: Re: [JBoss-user] Error running jboss on Solaris. > It

Re: [JBoss-user] Error running jboss on Solaris.

2001-09-26 Thread John LYC
thanks =) - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, September 25, 2001 9:19 PM Subject: RE: [JBoss-user] Error running jboss on Solaris. > I had the same problem I still have the thread on paper. > Dan Bratton w

RE: [JBoss-user] Error running jboss on Solaris.

2001-09-25 Thread Graham . Forte
nt: Monday, September 24, 2001 11:09 PM To: Jboss Mailing List Subject: [JBoss-user] Error running jboss on Solaris. hi all, when i exec the run_with_tomcat.sh. i get this error msg. - JBOSS_CLASSPATH=/usr/j2sdk1_3_1/lib/tools.jar: is not an

Re: [JBoss-user] Error running jboss on Solaris.

2001-09-24 Thread Tobias Frech
It could be that your shell does not understand the "export name=value" construct. Look into your shell docu or simply try replacing the line with "setenv name value". Note the missing "=" ! And don't forget to report back, if it works :-) Cheers, Tobias John LYC wrote: > > hi all, > when i ex

Re: [JBoss-user] Error running jboss on Solaris.

2001-09-24 Thread David Ward
The original sh file was probably written on Linux, where /bin/sh (at least on Red Hat 7.x) is a symbolic link to bash, which can do the Korn-like export as part of the same statement as the value setting. You're right; exporting the variable AFTER it's been set will work for both. David --

Re: [JBoss-user] Error running jboss on Solaris.

2001-09-24 Thread Toby Allsopp
On Tue, Sep 25, 2001 at 12:09:29PM +0800, John LYC wrote: > hi all, > when i exec the run_with_tomcat.sh. > i get this error msg. > - > JBOSS_CLASSPATH=/usr/j2sdk1_3_1/lib/tools.jar: is not an identifier. > - > > i think it c

[JBoss-user] Error running jboss on Solaris.

2001-09-24 Thread John LYC
hi all, when i exec the run_with_tomcat.sh. i get this error msg. - JBOSS_CLASSPATH=/usr/j2sdk1_3_1/lib/tools.jar: is not an identifier. - i think it comes from the 2nd line of the run_with_tomcat.sh -