Re: jasper error compiling jsp

2004-10-27 Thread Sarath PS
thanks for your replay. But i am using linux ! No i got what went wrong. Actually it a Java Error. When we use classes with out package in jsp file, Jasper will create import statement with out class name. If we are using jdk1.4 it will through error since after 1.4 Java is more strict about

RE: jasper error compiling jsp

2004-10-22 Thread Flisch, Alan
October 2004 09:43 To: Tomcat Users List Subject: Re: jasper error compiling jsp hi, Thanks for the replay . But this not an application i develop. I just want to deploy it on my tomcat. It seems the app is developed for some other container. Is there any work around to run it on tomcat

Re: jasper error compiling jsp

2004-10-22 Thread Sarath PS
point. I think getting the application fixed somehow, is your best option. -Original Message- From: Sarath PS [mailto:[EMAIL PROTECTED]] Sent: 22 October 2004 09:43 To: Tomcat Users List Subject: Re: jasper error compiling jsp hi, Thanks for the replay . But this not an application i

RE: jasper error compiling jsp

2004-10-22 Thread Flisch, Alan
forgiving at some point. I think getting the application fixed somehow, is your best option. -Original Message- From: Sarath PS [mailto:[EMAIL PROTECTED]] Sent: 22 October 2004 09:43 To: Tomcat Users List Subject: Re: jasper error compiling jsp hi, Thanks for the replay

Re: jasper error compiling jsp

2004-10-22 Thread Sarath PS
never know what else might be lurking in there. -Original Message- *From:* Sarath PS [mailto:[EMAIL PROTECTED] *Sent:* 22 October 2004 11:06 *To:* Tomcat Users List *Subject:* Re: jasper error compiling jsp Thanks alan, So you say it's not possible to run

RE: jasper error compiling jsp

2004-10-22 Thread Steve Kirk
=31message=2145193 -Original Message- From: Flisch, Alan [mailto:[EMAIL PROTECTED] Sent: Friday 22 October 2004 12:23 To: Tomcat Users List Subject: RE: jasper error compiling jsp I wouldn't think so. The changes necessary to the app are likely to be pretty trivial, although you never know

RE: jasper error compiling jsp

2004-10-22 Thread Steve Kirk
Users List' Subject: RE: jasper error compiling jsp Scroll down to point 8 under Incompatibilities Between Java 2 Platform, Standard Edition, v1.4.0 and v1.3, read the second bullet. This confirms Alan's comments. http://forum.java.sun.com/thread.jsp?thread=466368 http