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-13 Thread STOCKHOLM, Raymond
Objet : 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 de

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-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 t

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 t

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 t