Re: tomcat doesn't create directories under 'work' but does create .java/.class files

2004-07-13 Thread Morus Walter
Hi, First of all apologies to everyone for sending my last message thrice. Wasn't intentional and I'll do my best not to repeat that... File destDir = null; if (absoluteLibPath != null) { destDir = new File(absoluteLibPath); } else {

RE: tomcat doesn't create directories under 'work' but does create .java/.class files

2004-07-13 Thread STOCKHOLM, Raymond
: Re: tomcat doesn't create directories under 'work' but does create .java/.class files Hi, First of all apologies to everyone for sending my last message thrice. Wasn't intentional and I'll do my best not to repeat that... File destDir = null; if (absoluteLibPath

RE: tomcat doesn't create directories under 'work' but does create .java/.class files

2004-07-13 Thread Morus Walter
STOCKHOLM, Raymond writes: What JVM are you using ? I had some similar problems with java 1.4.1_01 on Windows, when to many files were opened. Solved with 1.4.1_05. java -version java version 1.4.2_04 Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_04-b05) Java HotSpot(TM)

Re: tomcat doesn't create directories under 'work' but does create .java/.class files

2004-07-12 Thread Morus Walter
Hi Horacio, I get similar problems (on debian woody) for the deployment of jar-files. When I start tomcat (with jsvc) everythings fine and the webapp is startet. But I would like to unload and load the application with the manager application. In this case the start of the webapp fails, because

Re: tomcat doesn't create directories under 'work' but does create .java/.class files

2004-07-12 Thread Morus Walter
Hi Horacio, I get similar problems (on debian woody) for the deployment of jar-files. When I start tomcat (with jsvc) everythings fine and the webapp is startet. But I would like to unload and load the application with the manager application. In this case the start of the webapp fails, because

Re: tomcat doesn't create directories under 'work' but does create .java/.class files

2004-07-12 Thread Morus Walter
Hi Horacio, I get similar problems (on debian woody) for the deployment of jar-files. When I start tomcat (with jsvc) everythings fine and the webapp is startet. But I would like to unload and load the application with the manager application. In this case the start of the webapp fails, because