Re: problems setting up tomcat on debian sarge

2005-09-13 Thread Martin Wood
maybe it was just the combinations i tried :) and i should have read what his actual problem is... sorry for the noise. Andrew Miehs wrote: Hi Martin, I have tomcat 5.0.25 -> 30 running on Sarge without a problem. Sun JVM 1.42r5 and greater. The orginal poster seems to have a problem with

Re: problems setting up tomcat on debian sarge

2005-09-13 Thread Martin Wood
I struggled with running tomcat5 on sarge for a while and found that the blackdown jvm was the only one that seemed to work properly. I had great problems using the Sun JVM (there was a thread on here about 6 weeks ago) whereby tomcat would just stop responding, and refuse to shutdown unless i

Re: Unable to access application if I am on VPN

2005-08-19 Thread Martin Wood
able to access the webpages, I should be able to pass the data back and forth. So, I should be able to do that. But, can you provide a link or some detail information of how to do that? Thanks Sunjay --- Martin Wood <[EMAIL PROTECTED]> wrote: I think its a basically a DNS / route pr

Re: Unable to access application if I am on VPN

2005-08-19 Thread Martin Wood
I think its a basically a DNS / route problem, triggered by the search for a DTD within struts (i think its struts, but dont hold me to that) When you connect to your VPN there is no route to jakarta.apache.org as the error says : java.net.UnknownHostException: jakarta.apache.org At a guess,

Re: Diagnosing Tomcat Hang

2005-08-12 Thread Martin Wood
i was recently recommended these 2 tools by the good people here http://www.quest.com/jprobe/ http://jakarta.apache.org/jmeter/ but id like to hear if there are other tools and techniques people recommend for debugging and monitoring. thanks martin Kenneth Litwak wrote: I have a Java we

Re: tomcat 5.5, jdk1.5 on user mode debian stable hangs after a few days

2005-08-07 Thread Martin Wood
Just to let people know that my application has been running happily for nearly a week now. I actually replaced the JDK1.5 with the blackdown 1.4.2 and installed the compatibility extensions for tomcat. since then its been fine. martin --