war redeployment problem

2005-06-07 Thread Sergey Pariev
Hello. Sometimes while redeploing my app in tomcat I'm getting the following error in catalina.out : ERROR [ContainerBackgroundProcessor[StandardEngine[Catalina]]] ContextLoader.initWebApplicationContext(182) | Context initialization failed java.lang.InternalError: jzentry == 0, jzfile =

Re: war redeployment problem

2005-06-07 Thread Sergey Pariev
Caldarale, Charles R : From: Sergey Pariev [mailto:[EMAIL PROTECTED] Subject: war redeployment problem message = invalid LOC header (bad signature) at java.util.zip.ZipFile$3.nextElement(ZipFile.java:430) I'm using Tomcat 5.0.29 But what OS and JDK level are you using? I have

Re: Help with memory leak using Tomcat

2005-06-13 Thread Sergey Pariev
Hi. There was a discussion on this topic on Hibernate forum: http://forum.hibernate.org/viewtopic.php?t=935948postdays=0postorder=ascstart=0 If you find how to solve it, please let us know - I'm currently having the same problem :). Regards, Sergey. sudip shrestha wrote: I have experienced

Re: Using Tomcat for communicating direct TCP/IP?

2005-06-30 Thread Sergey Pariev
I had to tune tcp-ip connection parameters. HTH, Sergey Pariev Keijo Lehto пишет: Hi Bhaskar, I've understood (please correct me if I'm wrong) that both JavaSpaces and RMI are somewhat Java-specific techniques. My usage scenario doesn't involve Java clients. In fact, the communication

Tutorials for 1.2.7 features

2005-07-27 Thread Sergey Pariev
Hi All. Can anybody point me to tutorials or any other kind of writeups on new Struts features - i.e., using POJO instead ActionForms, etc. I've seen this http://raibledesigns.com/comments/rd/sunsets/colorado_software_summit_spring_and#comment3 but I'd like to find something more descriptive

Re: Tutorials for 1.2.7 features

2005-07-27 Thread Sergey Pariev
Sorry, I have already subscribed to struts list - it's just happen to be in the same mail folder so I missed the right list :) . I'll rewrite my questions to be more spicific and post them to the struts list later. Thanks, Sergey. Wendy Smoak wrote: From: Sergey Pariev [EMAIL PROTECTED

Re: Tomcat autoDeploy problem on Unix

2005-09-13 Thread Sergey Pariev
Hi. Try something like this in your context.xml Context path=/webapp docBase=webapp debug=99 reloadable=true antiJARLocking=true antiResourceLocking=false I've had similar problems with Tomcat 5.5.x on Linux but the above line works. HTH, Sergey. Ritchie Gillam пишет: 1)I have created