From: Mats W. <ma...@la...> - 2001-08-06 20:28:06
|
>Each time I started tomcat and my jython servlet, the package manager >reported about new jar files, although they were already recognized during >previous starts. The package manager creates each time a new file in the >cachedir: myjar.pkc, myjar$1.pkc, myjar$2.pkc, ... This happens also to >jython.jar (jython.pkc, jython$1.pkc, ...). I just observed something ?perhaps? similar which has nothing to do with Tomcat... I don't use Jython much for "embedding", but I just tried out one of my examples on 2.1a3, and found that (after I fixed the idiot user error that didn't have the correct Jython .jar file in the CLASSPATH) that the package manager ran again, so I have two versions of i18n, rt and sunrasign, as in: i18n.pkc i18n$1.pkc rt.pkc rt$1.pkc sunrasign.pkc sunrasign$1.pkc There is /not/ a dup of jython.pkc. Don't remember this happening before.... (system details, if it matters: Win2000 SP2, Sun Java 1.3.1) Mats |