Re: Issue starting catalina.sh on Windows for tomcat 7 version

2012-08-28 Thread Joseph
Make script to print sys pros before final call to java exe,compare printed info with previous working one,probably issue with java lib path,class path etc., which makes classloader not able to load ,just a guess,hope it helps 在 2012-8-28,15:18,irfan pasha irfan17...@gmail.com 写道: Hi, I

Re: Issue starting catalina.sh on Windows for tomcat 7 version

2012-08-28 Thread André Warnier
irfan pasha wrote: Hi, I have recently installed tomcat7 version and tried to start catalina.sh from my bash on my windows machine after setting the JAVA path. The above is a bit confusing (and incomplete). On which machine with which OS is which precise (7.x.y) version of Tomcat

Re: Issue starting catalina.sh on Windows for tomcat 7 version

2012-08-28 Thread irfan pasha
Hi, I have installed tomcat 7.0.29 on windows7. I have download .tar.gz file from http://tomcat.apache.org/download-70.cgi. My bash and the console both are in same machine. I have installed MKS tool kit that enables me to run bash on Windows. Let me know if you need more information. Regards,

Re: Issue starting catalina.sh on Windows for tomcat 7 version

2012-08-28 Thread André Warnier
irfan pasha wrote: Hi, I have installed tomcat 7.0.29 on windows7. I have download .tar.gz file from http://tomcat.apache.org/download-70.cgi. My bash and the console both are in same machine. I have installed MKS tool kit that enables me to run bash on Windows. Let me know if you need more

Re: Issue starting catalina.sh on Windows for tomcat 7 version

2012-08-28 Thread irfan pasha
Well i have alternative of starting tomcat based on the OS. But i specifically want to use catalina.sh for both windows and unix operating systems. For the past 4 years i am able to use it, but not only with this version. What is the major change that was done with this version. why does

Re: Issue starting catalina.sh on Windows for tomcat 7 version

2012-08-28 Thread André Warnier
irfan pasha wrote: Well i have alternative of starting tomcat based on the OS. But i specifically want to use catalina.sh for both windows and unix operating systems. What you want, and what is possible and/or supported, may be different things. For the past 4 years i am able to use it, but

Re: Issue starting catalina.sh on Windows for tomcat 7 version

2012-08-28 Thread Martin Knoblauch
On Tue, Aug 28, 2012 at 1:17 PM, André Warnier a...@ice-sa.com wrote: irfan pasha wrote: Well i have alternative of starting tomcat based on the OS. But i specifically want to use catalina.sh for both windows and unix operating systems. What you want, and what is possible and/or supported,

Re: Issue starting catalina.sh on Windows for tomcat 7 version

2012-08-28 Thread Mark Eggers
On 8/28/2012 2:39 AM, irfan pasha wrote: Hi, I have installed tomcat 7.0.29 on windows7. I have download .tar.gz file from http://tomcat.apache.org/download-70.cgi. My bash and the console both are in same machine. I have installed MKS tool kit that enables me to run bash on Windows. Let me

Issue starting catalina.sh on Windows for tomcat 7 version

2012-08-27 Thread irfan pasha
Hi, I have recently installed tomcat7 version and tried to start catalina.sh from my bash on my windows machine after setting the JAVA path. I get the following error when i start in my console Exception in thread main java.lang.NoClassDefFoundError: org/apache/catalina/s tartup/Bootstrap