JSP Compilation Problem

2003-09-23 Thread Anatol Pomazau
Hi. I just upgrade tomcat server from 4.1.12 to Tomcat-dev (I get sources from CVS and compile it yesterday) But I have a problem with one jsp. So, such code <% String fullname = "Anatol Pomazau"; %> <%=fulln ame%> Works fine in old version but in new Tomcat generates Anato

JSP compilation problem

2004-12-30 Thread Frank W. Zammetti
Hello. I'm using Tomcat 5.0.29. Working from home today and trying to run a working application on my laptop, and I'm seeing an exception when trying to access the first JSP of the app. Here's the on-screen display: HTTP Status 500 - type Exception report message description The server encoun

JSP Compilation Problem

2005-02-03 Thread Rodrigo Avila
Hi! When I create a new JSP file in tomcat 5.0.24 and try to run it, the Tomcat send me this error: org.apache.jasper.JasperException: Unable to compile class for JSP An error occurred at line: -1 in the jsp file: null Generated servlet error: [javac] Compiling 1 source file /usr/local/jaka

jsp compilation problem

2000-10-30 Thread Sibon Barman
Hi all, Here is a snippet of jsp code that I am having trouble in compiling jsp pages: <% QuestionnaireTreeModel model = traverser.getModel(); if (model != null){ model.clearProvisionedData(model.getRoot().getInstanceID()); } %> I get the following error: Error: 500 Location: /provis

Re: JSP Compilation Problem

2003-09-23 Thread Tim Funk
It looks like a bug. I will follow up to tomcat-dev with more detail. -Tim Anatol Pomazau wrote: Hi. I just upgrade tomcat server from 4.1.12 to Tomcat-dev (I get sources from CVS and compile it yesterday) But I have a problem with one jsp. So, such code <% String fullname = "Anatol Poma

Re: JSP compilation problem

2004-12-31 Thread Ryan Stewart
> To: "Tomcat User" Date: Thu Dec 30 06:53:31 PST 2004 Subject: JSP compilation problem [...] >HTTP Status 500 - >type Exception report >message >description The server encountered an internal error () that prevented >it from fulfilling this request. >exception >

Re: JSP compilation problem

2004-12-31 Thread Frank W. Zammetti
at is preventing the translated servlet from compiling. If you don't know where to look for the compiler output, then just go and manually compile the servlet. -Original Message- From: "Frank W. Zammetti"<[EMAIL PROTECTED]> To: "Tomcat User" Date: Thu Dec 30

Re: JSP compilation problem

2005-01-01 Thread Ryan Stewart
ompile the translated servlet manually. -Original Message- From: "Frank W. Zammetti"<[EMAIL PROTECTED]> To: "Tomcat User" Date: Thu Dec 30 06:53:31 PST 2004 Subject: JSP compilation problem >Hello. I'm using Tomcat 5.0.29. Working from home today and

Re: JSP compilation problem

2005-01-01 Thread Frank W. Zammetti
; To: "Tomcat User" Date: Thu Dec 30 06:53:31 PST 2004 Subject: JSP compilation problem Hello. I'm using Tomcat 5.0.29. Working from home today and trying to run a working application on my laptop, and I'm seeing an exception when trying to access the first JSP of

Re: JSP compilation problem

2005-01-01 Thread Ben Souther
Frank, Forgive me if this has already been suggested, I just came into this thread, midpoint (left my machine on at work ;)). Just for kicks, have you tried a fresh install of Tomcat on that machine? Ryan, I agree with you 100% about people not posting the same question twice and about netiq

Re: JSP compilation problem

2005-01-02 Thread Frank W. Zammetti
of Java installed. If so, which version is Tomcat using? Are you sure you compiled the servlet with the same one? -Original Message- From: "Frank W. Zammetti"<[EMAIL PROTECTED]> To: "Tomcat Users List" Date: Sat Jan 01 07:22:09 PST 2005 Subject: Re: JSP compilatio

Re: JSP compilation problem

2005-01-02 Thread QM
On Sun, Jan 02, 2005 at 02:46:49PM -0500, Frank W. Zammetti wrote: : So... Is there actually a problem using JDK 5.0 with Tomcat 5.0.29? Perhaps... I have a vague recollection of seeing such posts a long time ago. : so, what version of Tomcat is OK with 5.0? (assuming any are, which I DO : ass

Re: JSP Compilation Problem

2005-02-03 Thread Tim Funk
1) try a newer version 2) you might have older jasper libraries in your path -Tim Rodrigo Avila wrote: Hi! When I create a new JSP file in tomcat 5.0.24 and try to run it, the Tomcat send me this error: org.apache.jasper.JasperException: Unable to compile class for JSP An error occurred at line: -1

Re: JSP Compilation Problem

2005-02-03 Thread Rodrigo Avila
Oh, my God... Idiot! I have in my classpath the jasper-runtime.jar (I use it in the Eclipse classpath)... duh! Clouse, it works now! Thanks the attention! On Thu, 03 Feb 2005 09:25:29 -0500, Tim Funk <[EMAIL PROTECTED]> wrote: > 1) try a newer version > 2) you might have older jasper librarie

Strange JSP Compilation Problem

2001-02-12 Thread Hunter Hillegas
I have a JSP page that calls some objects that are in a package... When I try to view the JSP, it generates a compile error: org.apache.jasper.JasperException: Unable to compile class for JSP/server/jakarta-tomcat-3.2.1/work/localhost_8080%2Fgroundswell/_0002fnews _0002fbackend_0005flabel_0005fn

Re: jsp compilation problem

2000-10-30 Thread Pierre Delisle
Fix the typo and that should work. -- Pierre Sibon Barman wrote: > > Hi all, > Here is a snippet of jsp code that I am having trouble in compiling jsp > pages: > class="com.ss8networks.smp.sms.provisioning.jsp.Service800NumberBean" /> > <% QuestionnaireTreeModel model = traverser.getMod

Re: jsp compilation problem

2000-10-30 Thread Julio Serje (@canada.com)
PROTECTED]> Sent: Monday, October 30, 2000 4:13 PM Subject: jsp compilation problem > Hi all, > Here is a snippet of jsp code that I am having trouble in compiling jsp > pages: > class="com.ss8networks.smp.sms.provisioning.jsp.Service800NumberBean" /> > <% Questionn

Re: Re: JSP compilation problem

2005-01-01 Thread Ryan Stewart
so, which version is Tomcat using? Are you sure you compiled the servlet with the same one? -Original Message- From: "Frank W. Zammetti"<[EMAIL PROTECTED]> To: "Tomcat Users List" Date: Sat Jan 01 07:22:09 PST 2005 Subject: Re: JSP compilation problem >I

Re: Re: JSP compilation problem

2005-01-03 Thread Ryan Stewart
AIL PROTECTED]> To: "Tomcat Users List" Date: Sun Jan 02 11:46:49 PST 2005 Subject: Re: JSP compilation problem >Very interesting... Switching to JDK 1.4.2 solved the problem. I didn't >even do an uninstall/reinstall... I always install my SDK to c:\java, so >all I d

RE: Strange JSP Compilation Problem

2001-02-12 Thread Amy Boyett
rds, Amy [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Hunter Hillegas Sent: Monday, February 12, 2001 2:00 PM To: '[EMAIL PROTECTED]' Subject: Strange JSP Compilation Problem I have a JSP page that calls some objects that are

RE: Strange JSP Compilation Problem

2001-02-12 Thread Chris Janicki
ck into HTML mode with <%=expressions%> >>>>>>>>>>>>>>>>>> Original Message <<<<<<<<<<<<<<<<<< On 2/12/01, 11:55:35 PM, "Amy Boyett" <[EMAIL PROTECTED]> wrote regarding RE:

Tomcato4.0.4 and included jsp compilation problem

2002-07-25 Thread Ashish Kulkarni
Hi, I m using tomcat4.0.4 , i found out today that when i modify the included jsp , tomcat does not recompile it. i.e. I have suppose a jsp called test.jsp and i include a jsp called test1.jsp. If for some reason i modify test1.jsp and dont modify test.jsp. tomcat does not recompile test.jsp so it

jsp compilation problem, Timeout too quick

2002-01-02 Thread James Chuang
I was trying to regenerate and compile all the JSPs I had to make sure everything is up-to-date. I am now finding a different behavior. I am chaining to my JSPs from my servlet, running under Redhat 7.1, Apache, Tomcat 3.24, using AJP13. What I am finding is that rather than waiting for the JSP

JSP compilation problem with jboss-3.0.3_tomcat-4.1.12

2002-10-18 Thread Iris
Hello, I have an EJB User like wich interface is: package com.alkinos.kernel.user ; import javax.ejb.EJBLocalObject ; import java.util.Collection ; /** * This interface defines the local interface for the User Bean */ public interface User extends EJBLocalObject { public Integer getId() ; publi

RE: Tomcato4.0.4 and included jsp compilation problem

2002-07-25 Thread Durham David Cntr 805CSS/SCBE
g.jsp'. This is not a bug. -Original Message- From: Ashish Kulkarni [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 25, 2002 10:31 AM To: Tomcat Users List Subject: Tomcato4.0.4 and included jsp compilation problem Hi, I m using tomcat4.0.4 , i found out today that when i modify the

Re: Tomcato4.0.4 and included jsp compilation problem

2002-07-25 Thread Jason Koeninger
With static includes, that's Tomcat's normal operation. The reason being that recursively checking timestamps on all includes could become very expensive. You can use the touch utility if you don't want to edit the file. Another option is to use dynamic includes with if it's a major proble

Re: Tomcato4.0.4 and included jsp compilation problem

2002-07-25 Thread Ashish Kulkarni
Hi, About the performance, if i use runtime include, does it mean the each time that page it called it compiles the included jsp??? is there any good documentation of what is the difference between these two type of includes?? Also where can i get this touch utility?? is there any documentation of

Re: Tomcato4.0.4 and included jsp compilation problem

2002-07-25 Thread Jason Koeninger
No, it doesn't compile the included JSP every time. The difference is that with static includes, the code is included directly into the servlet created by the JSP. With dynamic includes, the output of the included JSP is generated at the point you include it and sent to the client. It's a v

Re: jsp compilation problem, Timeout too quick

2002-01-02 Thread Brandon Cruz
ames Chuang" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Wednesday, January 02, 2002 3:23 PM Subject: jsp compilation problem, Timeout too quick > I was trying to regenerate and compile all the JSPs I had to make sure > everything is up-t

Re: jsp compilation problem, Timeout too quick

2002-01-02 Thread James Chuang
t: Wednesday, January 02, 2002 6:48 PM Subject: Re: jsp compilation problem, Timeout too quick > Did you just upgrade to ajp13? I just noticed this problem when upgrading > from 3.2.1 and ajp12 as well. I'm thinking there might be some kind of > setting we can change... see

JSP compilation problem with tc-4.1.27 if reloadable="true"

2003-08-14 Thread Zsolt Koppany
Hi, I have just moved from tc-4.1.24 to 27 and have the following problem: In " ..." I set reloadable="true". After a Java class file re-compiled and I try to use any JSP pages I always get compilation error messages saying the some classes cannot be found in the classpath. When I restart tomcat

Re: JSP compilation problem with tc-4.1.27 if reloadable="true"

2003-08-07 Thread Tim Funk
Probably this: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22096 -Tim Zsolt Koppany wrote: Hi, I have just moved from tc-4.1.24 to 27 and have the following problem: In " ..." I set reloadable="true". After a Java class file re-compiled and I try to use any JSP pages I always get compilati