run_with_tomcat.sh
------------------

         Key: JBAS-87
         URL: http://jira.jboss.com/jira/browse/JBAS-87
     Project: JBoss Application Server
        Type: Patch
    Reporter: SourceForge User
 Assigned to: Scott M Stark 



SourceForge Submitter: lqd .
run_with_tomcat.sh fails to run correctly on my Solaris
2.8 box w/ "standard" /bin/sh installed. this is
because JBOSS_CLASSPATH is 'export'ed before being
declared. the correct shell file (which also works on
my Linux and BSD boxes) should look like this:

#!/bin/sh
JBOSS_CLASSPATH=$JBOSS_CLASSPATH:$JAVA_HOME/lib/tools.jar
export JBOSS_CLASSPATH
/bin/sh ./run.sh tomcat


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to