jsp compilation error

2003-12-24 Thread dhayalan
Hi all, i Set up every thing for tomcat and postgresql and now i created a jsp file and accessing a bean in that by using useBean tag ,by opening the jsp file i am getting the following error org.apache.jasper.JasperException: Unable to compile class for JSP An error occurred at line:

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
. -Original Message- From: Marcelino Cruz [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 29, 2003 5:05 PM To: Tomcat Users List Subject: JSP Compilation Error /export/home/u01/jakarta-tomcat-4.1.18/work/Standalone/localho st/_/index_jsp .java:266: handlePageException

JSP Compilation Error

2003-01-29 Thread Marcelino Cruz
I know that this topic has been covered over and over... I went to the archives but didn't find a solution to my problem. I downloaded and installed (on Solaris 8 box) jakarta-tomcat-4.1.18. Unzipped the file (I don't have GNU Tar installed on this machine to get the tar version, and my company

RE: JSP Compilation Error

2003-01-29 Thread John Trollinger
, January 29, 2003 11:05 AM To: Tomcat Users List Subject: JSP Compilation Error I know that this topic has been covered over and over... I went to the archives but didn't find a solution to my problem. I downloaded and installed (on Solaris 8 box) jakarta-tomcat-4.1.18. Unzipped the file

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

JSP Compilation Error

2002-07-22 Thread Ashish Kulkarni
Hi I get the following error when running jsp, but the servlets have no problem. I am running windows 2000 server java.lang.NoClassDefFoundError: sun/tools/javac/Main my env is as follows JAVA_HOME=c:\j2sdk1.4.0

RE: JSP Compilation Error

2002-07-22 Thread Paul Ung
just in case. -Original Message- From: Ashish Kulkarni [mailto:[EMAIL PROTECTED]] Sent: Monday, July 22, 2002 12:15 PM To: Tomcat Users List Subject: JSP Compilation Error Hi I get the following error when running jsp, but the servlets have no problem. I am running windows 2000 server

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

One Solution (JSP-Compilation error)

2002-01-27 Thread Michael Kastner
Hello, as I saw in many mailing lists I am not the only one who had the following problem, so I post a solution here. Problem: After installing tomcat 4.01 all example JSPs in the provided applications work well. But when you try to run your own JSPs in your own applications you suddenly get

Re: One Solution (JSP-Compilation error)

2002-01-27 Thread Mark
At 02:08 PM 1/27/2002 +0100, you wrote: Hello, as I saw in many mailing lists I am not the only one who had the following problem, so I post a solution here. Problem: After installing tomcat 4.01 all example JSPs in the provided applications work well. But when you try to run your own JSPs in

Re: One Solution (JSP-Compilation error)

2002-01-27 Thread Sriram N
Does this happen with Tomcat 4.0.1 too ? Acc. to the Tomcat docs at http://jakarta.apache.org/tomcat/tomcat-4.0-doc/class-loader-howto.html, the following order is maintained when loading classes. /WEB-INF/classes of your web application /WEB-INF/lib/*.jar of your web application Bootstrap

RE: Tomcat Apache JSP compilation error

2002-01-15 Thread Arnaud Héritier
14 janvier 2002 15:32 À:Tomcat Users List Objet:Tomcat Apache JSP compilation error Hi all, For some reason i'm getting a class not found exception for a Vector? I can't think why the Vector class isn't found? Where should these classes be found or what am I doing wrong

Tomcat Apache JSP compilation error

2002-01-14 Thread Stuart Stephen
Hi all, For some reason i'm getting a class not found exception for a Vector? I can't think why the Vector class isn't found? Where should these classes be found or what am I doing wrong? The details are at the base of the email. Thanks Stuart Stephen An error occurred at line: 51 in the jsp

Re: Tomcat Apache JSP compilation error

2002-01-14 Thread jeff . guttadauro
: e.co.uk Subject: Tomcat Apache JSP compilation error

RE: Tomcat Apache JSP compilation error

2002-01-14 Thread Justin Rowles
For some reason i'm getting a class not found exception for a Vector Better stfw for where you find Vector then! Generated servlet error: T:\Tomcat\work\www.myonlineshop.com\shop\basket_0005fedit_0005 fdetails_0005f content$jsp.java:128: Class org.apache.jsp.Vector not found. I'll give

RE: Tomcat Apache JSP compilation error

2002-01-14 Thread Stuart Stephen
JSP compilation error For some reason i'm getting a class not found exception for a Vector Better stfw for where you find Vector then! Generated servlet error: T:\Tomcat\work\www.myonlineshop.com\shop\basket_0005fedit_0005 fdetails_0005f content$jsp.java:128: Class org.apache.jsp.Vector

RE: Tomcat Apache JSP compilation error

2002-01-14 Thread Justin Rowles
Yeah, seemed too obvious though. It works on the other server we are running here and the codes no different. Still, works now. Bargin. Are you sure?! Try copying one across to the other, just for me ;-) The difference is likely to be in the list following the import tag in the %@ ... %

Tomcat Apache JSP compilation error

2002-01-14 Thread Rodolfo_Garcia_Esteban
Hi, What version of Tomcat are you using?. I´m using 4.0.1 and I can't execute any JSP page, how do you start tomcat? ¿how do you configure your enviroment?. Do you do something special with jasper? I will thank you a lot if you could help me. Best regards, Rodolfo -- To unsubscribe:

RE: Tomcat Apache JSP compilation error

2002-01-14 Thread Randy Layman
, 2002 9:43 AM To: 'Tomcat Users List' Subject: RE: Tomcat Apache JSP compilation error Yeah, seemed too obvious though. It works on the other server we are running here and the codes no different. Still, works now. Bargin. Are you sure?! Try copying one across to the other, just

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

JSP compilation error.

2001-11-26 Thread Yoav Shapira
Hi there, Tomcat 4.0.1 on Solaris (SunOS 5.6), JDK 1.3.1, trying to run a a jsp page gives the following error: org.apache.jasper.JasperException: Unable to compile class for JSP /home/shapira/jakarta-tomcat-4.0.1/work/localhost/MyDrugDiscovery/jsp/utils/sql$jsp.java:309: Incompatible type for

Help: charset in jsp - compilation error

2001-03-22 Thread Valeriy Molyakov
Hi ! I don't find messages where contained information about problem using charset in jsp. I'm using Tomcat 3.2.1 + Apache + mod_jk for Windows 2000 My default charset windows-1251 But if I set charset=utf-8 in my jsp I get compilation error ! Who had same problem ? How I can use