Bugs item #764150, was opened at 2003-07-01 19:20 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=764150&group_id=22866
Category: JBossMX Group: v3.2 Status: Open Resolution: None Priority: 5 Submitted By: Patrick Lai (lc9) Assigned to: Nobody/Anonymous (nobody) Summary: cannot use symbolic links in server/<config>/lib Initial Comment: OS: Solaris 2.8 JBoss: 3.2.2RC1 JDK: 1.4.0_01 Jar files put in server/<config>/lib as symbolic links do not seem to be loaded. Here is how to reproduce the problem: $ cd $JBOSS_HOME/server $ mkdir bug $ cp -rp default/conf bug/ $ cp -rp default/deploy bug/ $ cp -rp default/farm bug/ $ cd bug; mkdir lib; cd lib $ ln -s ../../default/lib/* . $ cd ..; ../../bin/run.sh -c bug JBoss reports a lot of "bad classpath entry" warning during start up, and access to jmx-console results in "HTTP ERROR: 500 Unable to compile class for JSP An error occurred at line: -1 in the jsp file: null ..." Symbolic links were okay in 3.2.0. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=764150&group_id=22866 ------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01 _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
