Re: jsp compilation error

2003-12-24 Thread Antony Paul
Where is the java bean class file residing. It must be in WEB-INF\classes or WEB-INF\lib(as jar file). Antony Paul - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, December 24, 2003 2:31 PM Subject: jsp compilation error Hi all, i Set up

Re: JSP Compilation Error

2003-02-07 Thread Marcelino Cruz
--- - Original Message - From: Ralph Einfeldt [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, January 30, 2003 3:23 AM Subject: RE: JSP Compilation Error That sounds as if there is a servlet.jar found, that is not up to date. (or another jar like j2ee.jar

Re: JSP Compilation Error

2003-02-06 Thread Martin Smith
I got that message, spent hours fiddling with classpath, JAVA_HOME, etc, to no avail. I then re-downloaded Tomcat , and re-installed, and it worked. I *may* have noticed a copy failed message flash by in the first autoinstall log. Worth a try. . . Good luck, Martin Marcelino Cruz wrote:

RE: JSP Compilation Error

2003-01-30 Thread Ralph Einfeldt
That sounds as if there is a servlet.jar found, that is not up to date. (or another jar like j2ee.jar, that contains the class PageContext) Older versions of pageContext.handlePageException() accepted only objects of class Exception as argument, newer version allow objects of class Throwable.

RE: JSP Compilation Error

2003-01-29 Thread John Trollinger
Make sure you have the JDK and not the JRE, if you have the JRE you need the tools.jar from the JDK, if you have the JDK and still get the problem make sure tomcats classpath can see tools.jar. John -Original Message- From: Marcelino Cruz [mailto:[EMAIL PROTECTED]] Sent: Wednesday,

Re: JSP Compilation Error

2003-01-29 Thread Marcelino Cruz
that Tomcat (Catalina) uses can find those compilation classes. Thank you! MC --- - Original Message - From: John Trollinger [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Wednesday, January 29, 2003 11:20 AM Subject: RE: JSP Compilation Error Make sure you have the JDK

RE: JSP Compilation Error

2003-01-29 Thread Turner, John
Message- From: Marcelino Cruz [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 29, 2003 12:46 PM To: Tomcat Users List Subject: Re: JSP Compilation Error I have the JDK. In $CATALINA_HOME/bin (I understand this replaces $TOMCAT_HOME in the newer versions of Tomcat

RE: JSP Compilation Error

2003-01-29 Thread John Trollinger
I put the tools.jar in my webserver/common/lib -Original Message- From: Marcelino Cruz [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 29, 2003 12:46 PM To: Tomcat Users List Subject: Re: JSP Compilation Error I have the JDK. In $CATALINA_HOME/bin (I understand

Re: JSP Compilation Error

2003-01-29 Thread Marcelino Cruz
Still no luck. I'm downloading the source and building Tomcat locally. --- - Original Message - From: John Trollinger [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Wednesday, January 29, 2003 1:08 PM Subject: RE: JSP Compilation Error I put the tools.jar in my

RE: JSP Compilation Error

2003-01-29 Thread Turner, John
Compilation Error Still no luck. I'm downloading the source and building Tomcat locally. --- - Original Message - From: John Trollinger [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Wednesday, January 29, 2003 1:08 PM Subject: RE: JSP Compilation Error I

Re: JSP Compilation Error

2003-01-29 Thread Marcelino Cruz
being, as that supports the product we want to evaluate. MC --- - Original Message - From: Turner, John [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Wednesday, January 29, 2003 2:03 PM Subject: RE: JSP Compilation Error Sounds like fun, but totally unnecessary, unless

RE: JSP Compilation Error

2003-01-29 Thread Turner, John
, 2003 3:39 PM To: Tomcat Users List Subject: Re: JSP Compilation Error Nope, no custom configuration. I downloaded the previous version 4.0.6 and that worked beautifully out of the box. My conclusion is that Jasper on 4.1.18 is broken or needs some special setup, because it sure

RE: JSP Compilation Error

2003-01-29 Thread Turner, John
. I'll stick to 4.0.6 for the time being, as that supports the product we want to evaluate. MC --- - Original Message - From: Turner, John [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Wednesday, January 29, 2003 2:03 PM Subject: RE: JSP Compilation Error

Re: JSP Compilation Error

2003-01-29 Thread Marcelino Cruz
--- - Original Message - From: Turner, John [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Wednesday, January 29, 2003 3:45 PM Subject: RE: JSP Compilation Error No special setup I know of...we just got done porting a Microsoft ASP/COM application to JSP/servlets

Re: JSP Compilation Error

2003-01-29 Thread Marcelino Cruz
List' [EMAIL PROTECTED] Sent: Wednesday, January 29, 2003 3:46 PM Subject: RE: JSP Compilation Error I'm not arguing with you, BTW, just trying to understand why it's not working for you, but working fine for others on Solaris 8. John -Original Message- From: Marcelino Cruz

RE: JSP Compilation Error

2002-07-22 Thread Paul Ung
I'm not sure if this is your problem but I think that the path to your java compiler should be in your PATH environment variable and not your CLASSPATH. Try this: Remove c:\j2sdk1.4.0\bin; from your CLASSPATH and add it to your PATH Not sure if that will work but you might want to give it a try

RE: JSP Compilation Error

2002-07-22 Thread Paul Ung
: JSP Compilation Error I'm not sure if this is your problem but I think that the path to your java compiler should be in your PATH environment variable and not your CLASSPATH. Try this: Remove c:\j2sdk1.4.0\bin; from your CLASSPATH and add it to your PATH Not sure if that will work but you might

Re: JSP compilation error.

2001-11-27 Thread David Smith
Have you taken a look at the .java file that's generated from the .jsp file? It's located in $CATALINA_BASE/work and should give you more insight into what's happening. --David On Monday 26 November 2001 11:08 am, you wrote: Hi there, Tomcat 4.0.1 on Solaris (SunOS 5.6), JDK 1.3.1, trying

Re: JSP compilation error.

2001-11-27 Thread Yoav Shapira
Howdy, Thanks for the reply ;) I'd actually figured it out, and it was that evil don't have more than one Servlet/JSP jar in your classpath issue ;) (I totally agree with that requirement, by the way). Turns out the weblogic.jar that's packaged with Weblogic Server 6.0 has javax.servlet and