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,
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:
!
MC
---
- 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 t
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
.
> -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
> .ja
t; <[EMAIL PROTECTED]>
To: "'Tomcat Users 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 work
We'll use that.
MC
---
- 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 kn
ers 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
, January 29, 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
r 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
rs List'
> Subject: Re: JSP 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
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
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 $C
ressed with a different tool.
John
> -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 un
e JVM 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:
Wednesday, 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 S
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 ha
st'
Subject: RE: 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 tha
a try 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 s
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
CLASSPATH=c:\j2sdk1.4.0\bin;%JAVA_HOME%\lib\tools.jar;C:\j2sdk1.4.0\jre\lib\rt.jar;
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 clas
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 JS
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 thi
d'origine-
> De: Stuart Stephen [SMTP:[EMAIL PROTECTED]]
> Date: lundi 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
&g
, January 14, 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.
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:
> 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
<%@ ... %
cat Apache 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
> 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
Subject: 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? The details are at the base of the email.
Thanks
Stuart Stephen
An error occurred at line: 51 in the jsp fi
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 ja
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
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
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 multilangu
35 matches
Mail list logo