Re: Precompile JSP error using webapp-jspc.ant.xml (tomcat stuffed)

2022-06-23 Thread Markus Reich
thx, switching to v9 solves the problems :-) Am Do., 23. Juni 2022 um 09:12 Uhr schrieb Rob Sargent < rsarg...@xmission.com>: > > > > On Jun 23, 2022, at 12:53 AM, Markus Reich > wrote: > > > > yes, it seems that in the pom tomcat 10 is specified, does this make any > > difference? > > 10.0.18

AW: Precompile JSP error using webapp-jspc.ant.xml (tomcat stuffed)

2022-06-23 Thread Thomas Hoffmann (Speed4Trade GmbH)
Hello, > -Ursprüngliche Nachricht- > Von: Markus Reich > Gesendet: Donnerstag, 23. Juni 2022 08:53 > An: Tomcat Users List > Betreff: Re: Precompile JSP error using webapp-jspc.ant.xml (tomcat > stuffed) > > yes, it seems that in the pom tomcat 10 is speci

Re: Precompile JSP error using webapp-jspc.ant.xml (tomcat stuffed)

2022-06-23 Thread Rob Sargent
> On Jun 23, 2022, at 12:53 AM, Markus Reich wrote: > > yes, it seems that in the pom tomcat 10 is specified, does this make any > difference? > 10.0.18 > >> Am Do., 23. Juni 2022 um 08:30 Uhr schrieb Rob Sargent < >> rsarg...@xmission.com>: >> >> Yes. Quite big difference between v9 and

Re: Precompile JSP error using webapp-jspc.ant.xml (tomcat stuffed)

2022-06-22 Thread Markus Reich
yes, it seems that in the pom tomcat 10 is specified, does this make any difference? 10.0.18 Am Do., 23. Juni 2022 um 08:30 Uhr schrieb Rob Sargent < rsarg...@xmission.com>: > > > > On Jun 22, 2022, at 11:36 PM, Markus Reich > wrote: > > > > Hi, > > > > I'm trying to precompile a JSF applicatio

Re: Precompile JSP error using webapp-jspc.ant.xml (tomcat stuffed)

2022-06-22 Thread Rob Sargent
> On Jun 22, 2022, at 11:36 PM, Markus Reich wrote: > > Hi, > > I'm trying to precompile a JSF application, I follow the instructions on > https://tomcat.apache.org/tomcat-9.0-doc/graal.html. > > I got a lot of errors like > Caused by: java.lang.ClassCastException: class > com.sun.faces.tag

Precompile JSP error using webapp-jspc.ant.xml (tomcat stuffed)

2022-06-22 Thread Markus Reich
Hi, I'm trying to precompile a JSF application, I follow the instructions on https://tomcat.apache.org/tomcat-9.0-doc/graal.html. I got a lot of errors like Caused by: java.lang.ClassCastException: class com.sun.faces.taglib.jsf_core.CoreValidator cannot be cast to class jakarta.servlet.jsp.tagex

Re: Tomcat JSP error message: Syntax error on token ";"

2021-05-17 Thread Mark Thomas
On May 17, 2021 9:32:42 PM UTC, Jim Anderson wrote: > >I suspect there is an bug in tomcat. There is no evidence to support that assertion. > Should this be forwarded to the >tomcat developers for consideration? If so, I will enter a report. No. Any such report will be rejected as invalid. >

Re: Tomcat JSP error message: Syntax error on token ";"

2021-05-17 Thread Mark Thomas
Bringing this back on-list after it accidentality went off-list. On 17/05/2021 16:43, Jim Anderson wrote: It took several hours to reduce the JSP file to a minimum, where the error still occurs, but here is the reduced file: <%@ page language="java" contentType="text/html" %>  

Re: Tomcat JSP error message: Syntax error on token ";"

2021-05-16 Thread Mark Thomas
On 15/05/2021 22:34, Jim Anderson wrote: I'm using Tomcat 8.5.63 and in the last few days I started getting an error message in a few of my JSP files. The error message is: START ERROR Type Exception Report Message Unable to compile class for

Tomcat JSP error message: Syntax error on token ";"

2021-05-15 Thread Jim Anderson
I'm using Tomcat 8.5.63 and in the last few days I started getting an error message in a few of my JSP files. The error message is: START ERROR Type Exception Report Message Unable to compile class for JSP: Description The server encountered

tomcat 5.5.17 no stacktrace from jsp error

2008-04-12 Thread Blair Cruz
Hello All, I'm not sure who the culprit is, tomcat, struts or struts tiles, but when I have an exception thrown while rendering the jsp, it is hidden. If some code were to throw a NullPointerException while rendering the jsp, the page doesn't display and no exception is ever logged or printed to t

RE: Another JSP error/question

2006-11-13 Thread Caldarale, Charles R
> From: Ernie Ho [mailto:[EMAIL PROTECTED] > Subject: Another JSP error/question > > (It looks like its trying to load some class file in > websphere. But the JSP code Is generic java code..) But the classes the JSP is using apparently are not. Either you have something t

Another JSP error/question

2006-11-13 Thread Ernie Ho
Hi, thanks for all the valuable replies. Hers is yet another error I'm seeing : I just took a webapp that had been developed on IBM WebSphere and placed the app On Tomcat. It's pretty much a JSP page that calls a bunch of java classes. These Java class files have all been appropriately

Re: JSP error

2006-11-13 Thread David Smith
It is NOT reading the classpath environment variable. You should place the jars your webapp needs in your web application's WEB-INF/lib where they can be automatically found. For further class loader issues, see: http://tomcat.apache.org/tomcat-5.5-doc/class-loader-howto.html --David Ernie

RE: JSP error

2006-11-13 Thread Caldarale, Charles R
> From: Ernie Ho [mailto:[EMAIL PROTECTED] > Subject: JSP error > > I'm pretty sure of this, but Tomcat is reading the > classpath environment variable right ? No, the classpath environment variable (which is a truly bad idea) is ignored by Tomcat. > I mean, there is

JSP error

2006-11-13 Thread Ernie Ho
Hi, I'm pretty sure of this, but Tomcat is reading the classpath environment variable right ? I mean, there is not another config file that specifies all the JARs it needs, correct? I'm getting a JSP compile error on Tomcat: An error occurred at line: 23 in the jsp file: /oemaccount.jsp

Re: Help for Apache-Tomcat - JSP error

2006-10-23 Thread Martin Gainty
error and that any review, disclosure, dissemination, distribution or copying of it or its contents - Original Message - From: "Tom Dog" <[EMAIL PROTECTED]> To: Sent: Monday, October 23, 2006 3:52 PM Subject: Help for Apache-Tomcat - JSP error >I am new for

Help for Apache-Tomcat - JSP error

2006-10-23 Thread Tom Dog
I am new for Tomcat. I installed jdk1.5.0_09 and Tomcat5.5.20 on Windows 2003 Server. I would like to connect Tomcat to database. I was able to see the log in page. However, I got a blank page and when I tried logon. please see the error below from the log. Any help would be greatly appreciate

Re: Tomcat 5.0.28 - jsp:useBean causing a jsp error

2006-06-08 Thread Reinhard Moosauer
Or even better: change "class=.." to "type=.." class means: this class can be instantiated type means: This attribute has been set before and should not be instantiated (List cannot anyway because its an interface) Since Tomcat 5 the JSP compiler checks this to reduce runtime errors. Am Donners

Re: Tomcat 5.0.28 - jsp:useBean causing a jsp error

2006-06-08 Thread Vinu Varghese
Change that to HTH Ángel Luis Diez Hernández wrote: Summary: Code that worked in Tomcat 4 throws a jsp exception in Tomcat 5.0.28 My Jsp file contains a line: In Tomcat 4 this same line worked. However in Tomcat 5.0.28 it causes this exception: /cms/Back/code/fvlist_init.jsp(10,

Tomcat 5.0.28 - jsp:useBean causing a jsp error

2006-06-08 Thread Ángel Luis Diez Hernández
Summary: Code that worked in Tomcat 4 throws a jsp exception in Tomcat 5.0.28 My Jsp file contains a line: In Tomcat 4 this same line worked. However in Tomcat 5.0.28 it causes this exception: /cms/Back/code/fvlist_init.jsp(10,0) [Thu Jun 08 09:55:07 CEST 2006] org.apache.jasper.JasperExcep

JSP error page results in HTTP 500

2006-05-19 Thread Zohar Amir
Hello list, I'm using tomcat 5.5.16 . I'm trying to use JSP's error page mechanism. In my main.jsp I have <[EMAIL PROTECTED] errorPage="error.jsp" %>When an exception is thrown in main.jsp it is indeed forwarded to error.jsp, where I have <[EMAIL PROTECTED] isErrorPage="true" %> I can see the co