HI! I have a question~! I wanna make a new JRun Server such as JRun Default Server. But I don't know how to do, and can't find info about that.
I'm installing our company product. its version is 3.0. but it had been already installed version 2.2 on the same PC. The product has jar files. Version 2.2 has jar files, and Version 3.0 also has jar files. The problem is NAME of each jar files is SAME!!!
I wonder how jvm find proper jar files. Even though virtual directory name is different, and the physical location is different, when JVM loads some -.class files, JVM must confuse which classes is loaded. (because each jar files have same name, and the class files have similar name) that's why I wanna make one more JRun Server. If I make a new Server, the applications(Version2.2 product and Version 3.0 product) have different JVM, their own JVM. so JVMs can work it out.