1 Reply Latest reply on Mar 13, 2002 7:21 AM by guix

    Jboss behaviour different in Windows than in Solaris

    guix

      I just installed the same version of JBoss/Tomcat in a Windows NT4 sp6 and a Solaris 5.7 and set the same jboss.jcml and seploy the same package.
      The windows installation is able to deploy a utils.jar on the root of my ear file:
      [J2eeDeployer] resolveLibraries: utils.jar
      [J2eeDeployer] added jar:file:E:\dev\JBoss-2.4.1_Tomcat-3.2.3\jboss\tmp\deploy\Default\copy1001.zip!/utils.jar to common classpath

      but the Solaris one doesn't!!!!!!

      java versions a just a bit different but I guess that shouldn't do since I find no errors on anylogs.

      windows
      [Info] Java version: 1.3.1_01,Sun Microsystems Inc.
      [Info] Java VM: Java HotSpot(TM) Client VM 1.3.1_01,Sun Microsystems Inc.
      [Info] System: Windows NT 4.0,x86

      Solaris
      [Info] Java version: 1.3.0,Sun Microsystems Inc.
      [Info] Java VM: Java HotSpot(TM) Server VM 1.3.0,Sun Microsystems Inc.
      [Info] System: SunOS 5.7,sparc

      Any ideas?