Patches item #435072, was updated on 2001-06-21 02:59 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=376687&aid=435072&group_id=22866 Category: JBossServer Group: None Status: Open Resolution: None Priority: 5 Submitted By: Christian Riege (lqd) Assigned to: Nobody/Anonymous (nobody) Summary: run_with_tomcat.sh Initial Comment: 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 ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=376687&aid=435072&group_id=22866 _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-development
