Re: problem with compilation of jsp

2005-04-26 Thread Anto Paul
On 4/26/05, vishwam [EMAIL PROTECTED] wrote: hi i hhave installed new apache tomcat on my system, iam facing problem when executing jsp files i have set classpath as C:\Java\jdk1.5.0\lib;C:\Program Files\Java\jre1.5.0\lib;C:\Program Files\Apache Software Foundation\Tomcat

RE: problem with compilation of jsp

2005-04-26 Thread Raghupathy,Gurumoorthy
Please look at the list. This is because Tomcat has been installed on program files a directory with spaces ... Please install tomcat in a directory without space c:\Server\Tomcat and you should be fine Regards Guru -Original Message- From: vishwam [mailto:[EMAIL PROTECTED] Sent: 26

Re: problem with compilation of jsp

2005-04-26 Thread vishwam
the problem has been solved by copying the tools.jar file from $java_home/lib to $catalina_home/common/lib/ thanks for the reply to all - Original Message - From: vishwam [EMAIL PROTECTED] To: tomcat-user@jakarta.apache.org Sent: Tuesday, April 26, 2005 4:02 PM Subject: problem with