jasper

2002-06-25 Thread Werner Schalk
Hi, I'm trying to compile tomcat 4.0.4 from the source and when I do a "ant dist" it fails with the following question: BUILD FAILED /usr/local/tomcat-src/build.xml:67: Basedir /usr/local/jakarta-tomcat-jasper/jasper2 does not exist I don't have jasper, where can I get

Jasper !!!

2002-01-11 Thread Chris Duprat
Hi! Jasper is unable to compile because packages are not found in import!! Not found packages are in the directory : Tomcat/webapps/MyApp/WEB-INF/classes Any suggestion ? I'm using TomCat 4.0.1 standalone. -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional comman

jasper

2001-06-28 Thread alex chang
forgive me if this is a silly question, but what's jasper? -alex __ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail http://personal.mail.yahoo.com/

Jasper

2000-11-20 Thread Miles Daffin
Hi,   I have managed to invoke Jasper from a batch file.   Either I get a list of options because the JSP file is not found or Japser is mysteriously quiet - no news, no apparent compilation.   What am I doing wrong?   Miles

Jasper Exception

2002-09-30 Thread Alvaro Armenteros
I've installed Tomcat 4.1.12 with jsdk 1.4.0_02 on windows 2000. When I try to connect to the index.jsp default page I get the next error: org.apache.jasper.JasperException: No se puede compilar la clase para JSP An error occurred at line: -1 in the jsp file: null (Sorry, spanish version, an

Jasper error

2003-01-14 Thread Peng Tuck Kwok
Has anyone encountered an error like this? org.apache.jasper.JasperException: connect: Address is invalid on local machine, or port is not valid on remote machine at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:248) at org.apache.jasper.servlet.JspServlet.serviceJ

Jasper problem

2002-10-14 Thread Avner Lewenstein
I am running tomcat 3.24 on Sun solaris 8 with JDK 1.301 My problem is that tomcat (on this specific machine) keeps compiling jsp pages for each request. Though no change is done to the jsp pages their generated servlet java files keep being created with new version for each request. Another thing

RE: Jasper !!!

2002-01-11 Thread Randy Layman
Explicitly import non-packaged classes. > -Original Message- > From: Chris Duprat [mailto:[EMAIL PROTECTED]] > Sent: Friday, January 11, 2002 8:26 AM > To: [EMAIL PROTECTED] > Subject: Jasper !!! > > > Hi! > > Jasper is unable to compile because pa

RE: Jasper !!!

2002-01-11 Thread Mike Curwen
Are they jar'd ? - try putting them in the classes/lib directory. Are they zip'd ? - change the extension to jar Do you have a code sample? -Original Message- From: Chris Duprat [mailto:[EMAIL PROTECTED]] Sent: Friday, January 11, 2002 7:26 AM To: [EMAIL PROTECTED] Subje

Re: Jasper !!!

2002-01-11 Thread Chris Duprat
classes are not jared, I would have put it in the lib directory. My classes are well packaged, following the java name hierarchy. This webapps was working well on jswdk. > Hi! > > Jasper is unable to compile because packages are not found in import!! > Not found packages are in t

Re: Jasper !!!

2002-01-11 Thread Chris Duprat
in My JSP I put an directive <%@ page import="org.user.*" %> This package is in WEB-INF/classes and Jasper can't find it - Original Message - From: Chris Duprat <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, January 11, 2002 2:25 PM Subjec

RE: Jasper !!!

2002-01-11 Thread Emir Alikadic
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > -Original Message- > From: Chris Duprat [mailto:[EMAIL PROTECTED]] > Sent: January 11, 2002 12:11 PM > To: Tomcat Users List > Subject: Re: Jasper !!! > > > in My JSP I put an directive <%@ page import="org

Re: Jasper !!!

2002-01-11 Thread Chris Duprat
Emir, I've already done that. That's why I don't understand why Jasper can't find this package. I wonder if it could be a bug, in this case there would be more post. -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTE

Jasper error

2002-01-21 Thread Debby Dart
I'm a newbie to Tomcat and JSP and fairly new to Java. While running a test script with Tomcat 4.0, I get the following error: ... org.apache.jasper.JasperException: Unable to compile class for JSP An error occurred at line: 3 in the jsp file: /SaveName.jsp Generated servlet error: C:\java-ap

Jasper Exception

2003-09-11 Thread Laurent Michenaud
c final String URL_RACINE = props.getString("URL_RACINE"); } If the SCHEMA property doesnot exist in my test.properties, a jasper exception is thrown instead of a "Missing Ressource Property". So, when I have a jasper exception, I don't know where it comes from and it is very annoying. Are there any solution ? Thanks

jasper exception

2004-01-23 Thread xavier manohar
Hello I am a newbie .can any one suggest me what this exception is? Please help me to come out of this problem org.apache.jasper.JasperException: Cannot find any information on property 'nam' in a bean of type 'Name' thanx in advance mano Yahoo! India Mobile: Ringtones, Wallpapers, Pi

Jasper extension

2005-01-14 Thread Heath Borders
Is Jasper designed so that it could be used to compile JSP files into other contexts? I am a MyFaces developer (we are in the incubator right now, but will soon be moving to a top-level). Currently, development and maintanence of custom JSF tags is pain for the same reasons that development of

RE: jasper

2001-06-28 Thread Jann VanOver
Tomcat's JSP engine -Original Message- From: alex chang [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 28, 2001 1:29 PM To: [EMAIL PROTECTED] Subject: jasper forgive me if this is a silly question, but what's jasper? -alex ___

jasper errors

2001-07-17 Thread Hochberg, Lincoln
Hi, I've been having problems getting jasper to run properly. I downloaded the 3.2.3 version of Tomcat to a box with Solaris 2.6. I am trying to run something like the following: java -classpath .:$HOME/lib/jasper.jar:$HOME/lib/webserver.jar org.apache.jasper.JspC -v4 -webapp docroot

jasper exeption

2001-08-06 Thread bastian . wagner
hi, i have a problem with a simple if clause in my jsp. the syntax of the code is correct, but tomcat will not compile the page. here is the alert: plz can u help me greets bastian Internal Servlet Error: org.apache.jasper.JasperException: Unable to compile class for JSPC: \tomcat\work\localho

Jasper question

2001-02-20 Thread Calin Duma
Hello Tomcaters, I am trying to embed a java code fragment in a jsp scriptlet. Whenever I'm using the switch / case statements I get Jasper compilation errors: SampleBad.jsp - <% // A calendar object is created to get an integer value // of the current day of

jasper with tomcat 4.0.3 Vs jasper with tomcat 4.1.10

2002-09-19 Thread Chakradhar Tallam
hi all, jasper with tomcat 4.0.3 executes the following code properly when there is an iterate inside iterate <%= seqCount %> " styleClass="entryField" styleId="title" onkeypress="checkEnter(event);&q

jakarta tomcat jasper

2002-09-26 Thread Marc Vila Pérez
Hi! I'm trying to build a tomcat from source, when I execute 'ant dist', an error is returned: file:/usr/local/tools/jakarta-tomcat-4.1.12/build.xml:82: Basedir /usr/local/tools/jakarta-tomcat-jasper/jasper2 does not exist Where can I found jakarta-tomcat-jasper/jasper2?? Than

Re: Jasper Exception

2002-09-30 Thread micael
The error page should tell you why it cannot be compiled. Read the bottom part. At 09:15 AM 10/1/2002 +0200, you wrote: >I've installed Tomcat 4.1.12 with jsdk 1.4.0_02 on windows 2000. When I >try to connect to the index.jsp default page I get the next error: > >org.apache.jasper.JasperExcept

Re: Jasper Exception

2002-10-01 Thread Alvaro Armenteros
The error page doesn't give me any information except the list of nested exceptions. It doesn't display the "root cause" It seems like it couldn't read the jsp file ( error at line : -1 ¿¿??) This file is the default index file which comes with the tomcat distribution. I've been using tomcat 4.

Jasper vs Jasper2

2003-01-16 Thread Will Hartung
Hi all, Just for clarity, if you will. I hear references to jasper and jasper2 vis-a-vis the JSP compiler/subsystem within Tomcat. I see commits against a jasper2 section when browsing tomcat-dev. My question is which jasper is in the current 4.1.x release? How are they different? Is it

Jasper - classpath problem

2003-01-29 Thread Frederic Bitsch
hi! i'm using the jasper engine within the jetty server where i have a webapp including servlets and JSP. this usually works just fine. now i changed my app to be deployed via web start and created a custom classloader. the way my app is startet can be described like this: 1) extract/cop

Jasper redistribution issues

2002-10-22 Thread Eugene Zhuravlev
Hello, Could anyone help me with the following question: Does Tomcat license allow 3-rd party tools to bundle Jasper jars? I'm asking because I haven't found any mentioning about certain libraries redistribution in the licence agreement. We are interested in bundling with our IDE the

Custom Jasper settings

2003-03-28 Thread Massimo Ferrari
Hi, I will set some Custom Jasper properties in my web application. I've defined the following in my web.xml jsp org.apache.jasper.servlet.JspServlet logVerbosityLevel WARNING development false keepgenerated

Jasper JSPC packages

2002-05-26 Thread Luis Reis
Hi, I'm trying to use Jasper's JSPC to precompile my JSPs, but, instead of getting a package for each directory in my docroot - which is what Jasper does on Tomcat 4 - , I get a package with all the JSPs inside it. It's easy to see that if you have an index.jsp file in each dire

Re: Jasper error

2002-01-21 Thread Dave Whitla
You have to import the UserData class. <%@ page import="java.sql.Timestamp" %> - Original Message - From: "Debby Dart" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" <[EMAIL PROTECTED]> Sent: Tuesday, January 22, 2002 11:08 AM

Re: Jasper error

2002-01-21 Thread Dave Whitla
Woops - Original Message - From: "Dave Whitla" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, January 22, 2002 11:09 AM Subject: Re: Jasper error > You have to import the UserData class

Re: Jasper error

2002-01-21 Thread Dave Whitla
It would seem that the default package within the Jasper compiler is org.apache.jsp. Use a fully qualified class name and this will work. eg com.mycompany.testapp.UserData Your path to the UserData class file below WEB-INF would be /com/mycompany/testapp/UserData.class > Cl

Re: Jasper error

2002-01-22 Thread RSEQUEIRA
"Debby Dart" <[EMAIL PROTECTED]> on 01/21/2002 07:08:32 PM Please respond to "Tomcat Users List" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" <[EMAIL PROTECTED]> cc: Subject: Jasper error I'm a newbie to Tomcat an

Re: Jasper error

2002-01-22 Thread dderry
#x27;Tomcat Users List'" <[EMAIL PROTECTED]> Sent: Monday, January 21, 2002 8:08 PM Subject: Jasper error > ... > org.apache.jasper.JasperException: Unable to compile class for JSP > > An error occurred at line: 3 in the jsp file: /SaveName.jsp > > Generated ser

AW: Jasper error

2002-01-22 Thread Ralph Einfeldt
Users List; [EMAIL PROTECTED] > Betreff: Re: Jasper error > > > Debby, > > You need to import org.apache.jsp.UserData to use it in that > manner. (<%@ > page import="org.apache.jsp.UserData" %>). > > the useBean declaration creates a scripting variable

RE: Jasper error

2002-01-22 Thread Justin Rowles
> I have looked at most of the documentation I can find and tried to use > web.xml - going to this list with such a basic question is a > last resort. Firstly well done - a decent effort with the docs is something to be congratulated upon. > Class org.apache.jsp.UserData not found. This is the

RE: Jasper error

2002-01-22 Thread Debby Dart
st' Subject: RE: Jasper error > I have looked at most of the documentation I can find and tried to use > web.xml - going to this list with such a basic question is a > last resort. Firstly well done - a decent effort with the docs is something to be congratulated upon. > Class o

RE: Jasper error

2002-01-22 Thread Randy Layman
Tuesday, January 22, 2002 12:15 PM > To: 'Tomcat Users List' > Subject: RE: Jasper error > > > Thanks for all the great response - but I'm still confused > about what the > "WEB-INF\classes directory is for if packages have to be used. > > Debby &g

Jasper and Axis

2004-11-15 Thread Daniel Herbison
I'm using Axis to connect to some soap services but when I try to instantiate the locator from a JSP I get the exception: // Axis locator call CoiDWACLApiServiceLocator coiDWLocator = new CoiDWACLApiServiceLocator(); I get: org.apache.jasper.JasperException at org.apache.jasper.servle

Jasper compile problem

2003-11-10 Thread Saginario, Antonio
Hi, I have a problem with the jsp's compiler when the jsp's name contains underscore character (_). In this case jasper doesn't convert well the jsp's name to class's name. For example a file named a_b.jsp will be named a_0005fb_jsp.java by the runtime compiler. This i

JASPER always recompiles

2003-11-12 Thread dhay
Hi, I have an ANT script which builds my webapp. Before changing to the new JASPER, we could run the rebuild target, and it would only precompile the JSPs that had changed. However, since then, it always re-precompiles ALL JSPs no matter what. Does anyone have any ideas why, and how to fix it

obtaining Jasper errors

2004-07-19 Thread Jason Novotny
Hi, Sometimes when I include a JSP file like so: try { getServletConfig().getServletContext().getRequestDispatcher(jsp).include(request, response); } catch (Exception e) { log.errror("Unable to include JSP"); } I get an error during JSP page compilation or including and the error is us

Jasper JSP Loading

2004-09-05 Thread Massimo Ferrari
Hello, what is the best way (if there is one) to make Jasper Load JSP sources from a database? Thank you Massimo - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Jasper Exception

2003-09-11 Thread Shapira, Yoav
Howdy, I'm not a jasper expert, but you're asking for trouble with this interface is type design -- there's not much the compiler can do ;( http://checkstyle.sourceforge.net/config_design.html#InterfaceIsType Yoav Shapira Millennium ChemInformatics >-Original Message--

RE : Jasper Exception

2003-09-11 Thread Laurent Michenaud
I just would like to have the real exception and not a jasper that means nothing for me. -Message d'origine- De : Shapira, Yoav [mailto:[EMAIL PROTECTED] Envoyé : jeudi 11 septembre 2003 16:46 À : Tomcat Users List Objet : RE: Jasper Exception Howdy, I'm not a jasper expert,

RE: jasper exception

2004-01-23 Thread Shapira, Yoav
Howdy, > I am a newbie .can any one suggest me what this exception is? >Please help me to come out of this problem >org.apache.jasper.JasperException: Cannot find any information on property >'nam' in a bean of type 'Name' Look at the java code of your bean class Name. What are its member varia

JASPER (Parser Visitor)

2004-02-26 Thread Nikhil C. Khedkar
Hi, I have been working with JASPER compiler shipped with Tomcat Server. I have the following requirements. 1)Before deploying a web application, I want to read each and every JSP page in a web application and insert a method call (let's say a System.out.println()) before each of the li

Jasper throws ExceptionInInitializerError?!

2005-04-01 Thread Ruth, Brice
directory for the jasper task, the first .java file is created ... it bombs out, though, at the place in the JSP where the Struts html:html tag is first encountered. What's more frustrating, is that on the RHEL3 system, I have tomcat4 and tomcat5 installed (4.1.31 and 5.0.30). When I prov

Jasper introspectHelper Error

2005-06-08 Thread Scott Dudley
I'm attempting to migrate an application from Orion to Tomcat and have encountered my first error. It is as follows: An error occurred at line: 27 in the jsp file: /index.jsp Generated servlet error: The method introspecthelper(Object, String, String, ServletRequest) in the type J

Unexpected Jasper Exception

2005-09-12 Thread A. Alonso Dominguez
Hi there! I'm developing a web application covered inside a security manager. The problem is that I left the right permissions to the commons libraries and now the jasper compiler can not initialize the tlds cache. This the exception: org.apache.jasper.JasperException: Unable to initi

Taglibs & Jasper CompileException

2001-10-01 Thread James Adams
e included a entry in my web.xml which looks like: errorMessages /WEB-INF/errorMessages-taglib.tld Unfortunately I am getting a Jasper compile exception when I attempt to load the page, telling me that it can't open the tld and that I need to terminate a "description" ele

jasper with warp ?

2001-06-20 Thread Vivek Bhaskaran
Has anyone else experienced this problem. When I try to access a jsp page thru the webapp connector (Apache 1.3.20 + TC4b5) It seems that the HttpRequest Implementation of the Warp is not correct or is missing some thing. I can access the same jsp page if I hit the TC server directly without rou

RE: jasper errors

2001-07-18 Thread Hochberg, Lincoln
From: Hochberg, Lincoln [SMTP:[EMAIL PROTECTED]] Sent: Tuesday, July 17, 2001 5:03 PM To: '[EMAIL PROTECTED]' Subject:jasper errors Hi, I've been having problems getting jasper to run properly. I downloaded the 3.2.3 version of T

RE: jasper exeption

2001-08-06 Thread Paul Foxton
you're probably missing a ';' a few lines further up in your code, something like that. Check you code again or post the rest. cheers, Paul > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: 06 August 2001 10:12 > To: [EMAIL P

jasper: weird behaviour

2001-08-08 Thread Jacek Prucia
e tag in favour of server generated Content-Type: header. Thanks to tomcat beeing opensource, I can just play with share/org/apache/jasper/compilser/Compiler.java, and broke spec by setting default encoding to ISO-8859-2, but I feel like that's not the way... Is it a bug in jasper, or am I missing something here? -- Jacek Prucia 7bulls.com S.A.

Jasper JSP error

2001-01-29 Thread Per Olesen
Hi I'm trying to deploy a war which I've developed using weblogic, and which deploys fine there. But deploying it in tomcat gives me an exception from jasper saying: <- org.apache.jasper.compiler.CompileException: /var/tomcat/webapps/webhelp/example/helpmain.jsp(4,0) Invalid

Jasper losing classpath?!?

2001-02-09 Thread Duncan Irvine
Hi all, I've been merrily using Tomcat for some time now (v3.2.1) and have just come accross a rather bizarre one... Jasper seems to 'forget' the classpath after a while and refuses to compile new JSPs. All is well after startup, things run smoothly for an hour or two,

Re: Jasper question

2001-02-20 Thread [EMAIL PROTECTED]
> To: <[EMAIL PROTECTED]> Sent: Tuesday, February 20, 2001 3:47 PM Subject: Jasper question > Hello Tomcaters, > > I am trying to embed a java code fragment in a jsp scriptlet. Whenever > I'm using the switch / case statements I get Jasper compilation errors: > >

how to use Jasper

2002-09-04 Thread Peter Kerekes
I'd like to compile my JSP pages before putting on the server. Can you tell me how to use Jasper for this? thanks a lot. __ Do you want a free e-mail for life ? Get it at http://www.email.ro/ -- To unsubscribe, e

Re: jakarta tomcat jasper

2002-09-26 Thread Remy Maucherat
Marc Vila Pérez wrote: > Hi! > I'm trying to build a tomcat from source, when I execute 'ant dist', an > error is returned: > file:/usr/local/tools/jakarta-tomcat-4.1.12/build.xml:82: Basedir > /usr/local/tools/jakarta-tomcat-jasper/jasper2 does not exist > &

RE: jakarta tomcat jasper

2002-09-26 Thread John Trollinger
You can get it from cvs or you can change where it looks for it in your build.xml to look for /jasper/ if you downloaded the full src to tomcat. > -Original Message- > From: Marc Vila Pérez [mailto:[EMAIL PROTECTED]] > Sent: Thursday, September 26, 2002 10:13 AM > To: Tomca

Re: Jasper vs Jasper2

2003-01-17 Thread Craig R. McClanahan
On Thu, 16 Jan 2003, Will Hartung wrote: > Date: Thu, 16 Jan 2003 09:11:05 -0800 > From: Will Hartung <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: Tomcat Users List <[EMAIL PROTECTED]> > Subject: Jasper vs Jasper2 > > Hi

Re: Jasper vs Jasper2

2003-01-17 Thread Peter Lin
I'll chime in on this, since I've done quite a bit of benchmarking and testing with jasper & jasper2. Kin-man, jan, remy and everyone else have made great strides in improving jasper2 performance. jasper1 had serious problems with tags, because it generated deeply nested try/catc

Please Help: Jasper Problems

2002-10-04 Thread Chuck Carson
I am running the binary distibution of Tomcat 4.1.2 on Solaris 8. Each time a JSP page is requested, it generates the following exception: 2002-10-04 08:28:45 StandardWrapperValve[jsp]: Servlet.service() for servlet jsp threw exception org.apache.jasper.JasperException: java/sql/Savepoint

Re: Jasper redistribution issues

2002-10-22 Thread Bill Barker
Tomcat (including Jasper) are distributed with the Apache License http://www.apache.org/LICENSE. In particular, you are free to bundle Jasper, subject to the rules in the license. "Eugene Zhuravlev" <[EMAIL PROTECTED]> wrote in message news:003601c279eb$f6f015c0$2301a8c0@;L

jasper - class name generated

2002-07-03 Thread Rodrigo Gevaerd
I made an ant task to call org.apache.jasper.JspC. But to prevent class name collision, I would like to change the name of the classes generated to something like what tomcat does in its work directory, where it appends a "$jsp" to the class name. Is it possible? The JspC doesn't seem to have a

jasper ignoring jsp timestamp

2003-07-13 Thread Marcin Gryszkalis
Hi I have small problem with jsp precompilation, it seems that jsp compiler ignores timestamps (generated .java are newer than .jsp) and always process all the .jsp. I found one message in archive saying that it's expected behavior. Is that true? And if so - why? I use ant task to do the job:

jasper tag pool 3.3

2002-03-27 Thread peter lin
Does anyone know who wrote the tag pool implementation for TC3.3? I am considering port/merging the TC3.3 tag pool code to TC4.0.x jasper. thanks. peter -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: &l

jasper error compiling jsp

2004-10-22 Thread Sarath PS
hi all , I get an an error like this. 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/java/tomcat-5.0.25/work/Catalina/localhost/qwe/org/apache/jsp/inde

REPOST: JASPER always recompiles

2003-11-14 Thread dhay
t; <[EMAIL PROTECTED]> cc: Subject:JASPER always recompiles (Document link: David Hay) Hi, I have an ANT script which builds my webapp. Before changing to the new JASPER, we could run the rebuild target, and it would only precompile the JSPs that had changed. However, since then, it always re

JSPC Jasper compiler crash.

2003-11-30 Thread Alex Kowalenko
Does anyone know why the JSPC Jasper compiler would throw a null exception on the following file. Within Tomcat 4.0,4.1,5.0 it works fine. However, pre-compiling it causes it to throw a exception as follows. The significant feature of the JSP file is that it uses a custom taglib. Do I have to

Jasper XML encoding support

2004-07-19 Thread Zog TheBogue
Hi I'm using tomcat-4.1.30 on a Japanese windows machine. I believe I found a problem with the way XML JSP syntax is handled in Jasper. It seems the 'encoding' attribute in the In org.apache.jasper.compiler.ParserController#figureOutJspDocument() there is this comment: //

Re: Jasper JSP Loading

2004-09-05 Thread Viktor Malytskyy
Hi! I guess the only way is this: http://jakarta.apache.org/tomcat/tomcat-5.0-doc/config/resources.html Regards, Viktor On Sun, 05 Sep 2004 09:14:41 +0200, Massimo Ferrari <[EMAIL PROTECTED]> wrote: > Hello, > what is the best way (if there is one) to make Jasper Load JSP sour

Jasper hangs for minutes

2004-01-19 Thread Oliver Braun
We have a problem with the Jasper JSP-engine. We use Jasper within our own Servletcontainer to process calls to JSP-pages. Most of the time the cooperation between our server and Jasper works fine, but sometimes jasper hangs for minutes (!) while processing requests to jsp-pages. Thereby the

JSP Precompilation using Jasper

2004-02-05 Thread Alpesh Parmar
HI to all, I am using Jasper(Tomcat) for converting the JSP Page to .java files. I have configured my ant build file to add jspc task and providing the necessary attributes. On using, EmptyStackException is thrown. Can anyone provide me any suggestions ? Thanks :) Parmar

RE: Jasper throws ExceptionInInitializerError?!

2005-04-01 Thread Ruth, Brice
l 01, 2005 11:21 AM To: tomcat-user@jakarta.apache.org Subject: Jasper throws ExceptionInInitializerError?! Good morning, I am migrating an automated build process from a Windows 2K system to a RedHat EL 3 system, with some trouble. When I run a particular build via Ant, that uses the JSP precompiling ta

RE: Jasper throws ExceptionInInitializerError?!

2005-04-01 Thread Ruth, Brice
fails. What the heck?! Is this a classloader issue?! -Original Message- From: Ruth, Brice [mailto:[EMAIL PROTECTED] Sent: Friday, April 01, 2005 11:57 AM To: Tomcat Users List Subject: RE: Jasper throws ExceptionInInitializerError?! One thing I forgot to mention - when I do turn on debug

Re: Jasper throws ExceptionInInitializerError?!

2005-04-01 Thread Tim Funk
odd ... yet against tomcat4, this works fine, but tomcat5, it fails. What the heck?! Is this a classloader issue?! -Original Message- From: Ruth, Brice [mailto:[EMAIL PROTECTED] Sent: Friday, April 01, 2005 11:57 AM To: Tomcat Users List Subject: RE: Jasper throws

RE: Jasper throws ExceptionInInitializerError?!

2005-04-01 Thread Ruth, Brice
PropertyMessageResourcesFactory and found that struts.jar did in fact contain this. I'm at a loss. The class is there, the JAR files in WEB-INF/lib are included in the jspc.classpath for the jasper taskdef. And I keep coming back to the fact that this works against the tomcat4 libs and not agains

jasper jsp precompilation error

2005-09-06 Thread Aaron Phillips
Hi I am trying to do JSP precompilation as described at http://jakarta.apache.org/tomcat/tomcat-5.0-doc/jasper-howto.html. I can run the application fine if I do not precompile, but when I do attempt to precompile the JSP, I get the message: BUILD FAILED /home/aaron/projects/cdquery/build.xml

Another Jasper precompile question

2005-09-07 Thread Sonja Löhr
Hi! I also use (or try to use) that tomcat-delivered jspc-task with tomcat 5.5.9. My problem is that whenever there is a character reference (like  ) in a jsp file, the compiled jsp contains nonsense at that location, and compile errors follow in javac. Is there a fix/update available or another

Re: Taglibs & Jasper CompileException

2001-10-02 Thread James Adams
It turns out that the unterminated description element which was causing the CompileException was actually in the web.xml file. Strange that I never get any errors or exceptions when web.xml is processed during a restart of Tomcat. -James

Jasper and parsed tree

2001-07-10 Thread John Yu
I'm new to Tomcat/Jasper. I have a question regarding Jasper: Does Jasper parse a JSP into a DOM-like objects. In other words, does Jasper create in-memory parsed tree of the the JSP file? I notice from Tomcat 4.0's documentation that there's some plan to upgrade Jasper. I&

Jasper compile behavior change?

2001-08-02 Thread Ellis Teer
.catalina.connector.http.HttpProcessor.run(HttpProcessor.java:1074) at java.lang.Thread.run(Thread.java:484) It looks like Jasper is escape coding my backslashes. Previously those backslashes were to escape code the quotes. Is the container supposed to escape code all \ and "

Antwort: RE: jasper exeption

2001-08-06 Thread bastian . wagner
this is my code - nothing wrong with it : <% If (1 < 2) {%> hallo <% } %> so the jasper exeption error is even worng ?!? -- Externe MailPaul Foxton <[EMAIL PROTECT

Antwort: RE: jasper exception

2001-08-06 Thread bastian . wagner
08.200111:28 -- An: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> cc: Thema:RE: jasper exception Java / JSP is case-sensitive. You're starting your "If" with a capital "I". Alison. __

Re: jasper: weird behaviour

2001-08-08 Thread Jeff Kilbride
n-Latin1 encodings). I clearly understand that proposed solution is not a panacea and it's a subject to discuss. Regards, Andrey Aristarkhov Diffs are followed (also as attachments). I have also attached a sample JSP for encoding testing. file: org/apache/jasper/EmbededServletOptions.ja

RE: Jasper JSP error

2001-01-29 Thread Per Olesen
Hi, Found the answer to my own problem. Maybe I should just read the JSP-spec more closely. The flush-attribute is apparently mandatory, but weblogic does not check this. Regards, Per Olesen -- Per Olesen, Systems Architect @ Nordija ApS, www.nordija.com Phone: (+45)23389581, email: [EMAIL P

Connection aborted - jasper problem?

2001-01-31 Thread Stefan Meier
. is any special configuration required for IE compatibility ? Or is there probably a minor flaw in tomcat/jasper that jsp-compiled servlets do not close the streams correctly? From what I saw in the generated servlet source the HTTPResponseStream is flushed, but not closed. Can this cause the abo

A JSP/Jasper question

2001-02-05 Thread Hammon, Sean
Title: A JSP/Jasper question The servlet spec defines that request.getParameter() returns null if the parameter wasn't passed to the page. However, it would appear that Jasper chokes on this case. Since JSPs are an extension to servlets shouldn't the behavior be the same? If I hack

Jasper / JSPC config question

2001-03-02 Thread Alan Vogt
Title: Jasper / JSPC config question Hi all: I've got Tomcat 4.0 loaded up.  All the servlet stuff works beautifully. But I haven't been able to compile any JSP's.  I get "class not found" errors for routine classes such as java.security.PrivilegedAction...

jasper in another container

2001-03-20 Thread Julien, Timothy
Has anyone gotten Jasper to run in another container? I'm getting a missing resource bundle during init of org.apache.jasper.servlet.JspServlet: java.lang.Error: Fatal Error: missing resource bundle: org.apache.jasper.resources.messages_en_US

Distributing Tomcat without Jasper?

2000-11-10 Thread Jon Skeet
t to remove the jar file and all the references to jasper and jsps in conf/web.xml? I can't find anything jsp-specific in server.xml. Jon Skeet

Possible Jasper/introspecthelper bug...

2001-01-11 Thread Robert Wohleb
my web app is /custdb/ by the way. All forwards work when hardocded using URLs like /protected/interface/main.jsp When I hit the button to submit the form I get the 500 error listed below. The Jasper Exception does not include a message as with other JasperExceptions I have seen. On stderr I get

Jasper Compilation - Vol. 2 (continued from Webapp Precompilation using Antand Jasper howto)

2003-03-23 Thread Johannes Fiala
Hi there, I've just built an ant task to allow for compilation of Jsps (jspc) *) the compiled jsps are put into /web/WEB-INF/src/*.java *) a generated WEB-INF directory is created at /web/WEB-INF/generated_web.xml However, I'd like to accomplish the following: *) automatically merge the generate

RE: how to use Jasper

2002-09-04 Thread Turner, John
You can use ant, with a call to jspc: http://jakarta.apache.org/ant/manual/OptionalTasks/jspc.html John > -Original Message- > From: Peter Kerekes [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, September 04, 2002 11:11 AM > To: Tomcat Users List > Subject: how to use Jas

reducing tomcat & jasper memory footprint

2002-12-30 Thread Julian Löffelhardt
Hi, I'm using Apache 1.3.26 and 3 tomcat 4.0.4 instances with AJP13 & loadbalancing . Our application is a CMS where all the published articles are generated offline as JSP-Files, one jsp per article. We had hige problems with the memory footprint. Due to the fact that every jsp is generated as

Jasper and big html files

2003-01-07 Thread Nome real
Hi all, I have a problem with both Jasper and Jasper2. If I have a huge piece of HTML inserted between two statements, the generated out.println("") on the compiled code outputs just the first 8192 characters. I tried to play with the 'largefile' option in the /conf/web.xm

Configuring jasper jsp compiler options

2003-02-27 Thread Robert Godfrey
Hi I have been trying to find out whether you can configure javac options such as -nowarn for the jsp compiler that jasper uses. The JSP Engine Config HOW-TO indicates that you can set the 'compiler' option but doesn't seem to provide a mechanism to pass any compiler options. Does

  1   2   3   4   >