On 06/04/2010 11:03, TWönlìnè wrote:
> I used JASPER 2 which includes with TOMCAT (6.0.20), to pre compile some of
> my JSP files,
> but there is a problem with file names which are pre compiled by Jasper.
Problem? What problem? Some indication of the actual problem you are
seeing would help here.
I used JASPER 2 which includes with TOMCAT (6.0.20), to pre compile some of
my JSP files,
but there is a problem with file names which are pre compiled by Jasper.
If there is a underscore on JSP files then Jasper will generate Java files
with incorrect names.
e.g.
compiled JSP file -> "get_BreadC
Sounds interesting I shall investigate.
Many Thanks.
2009/10/21 Mark Thomas :
> Ben Short wrote:
>> Hi Mark,
>>
>> Id like to store my jsp files in a database. When a request comes into
>> my web app I want to look up the jsp file based on the requested url,
>> compile it, instantiate it, cast it
Ben Short wrote:
> Hi Mark,
>
> Id like to store my jsp files in a database. When a request comes into
> my web app I want to look up the jsp file based on the requested url,
> compile it, instantiate it, cast it to a servlet and call the service
> method.
>
> My application will be spring based.
Hi Mark,
Id like to store my jsp files in a database. When a request comes into
my web app I want to look up the jsp file based on the requested url,
compile it, instantiate it, cast it to a servlet and call the service
method.
My application will be spring based.
Now I come to think about it wh
Ben Short wrote:
> Hi,
>
> I would like to use the Jasper jsp compiler to compile jsp's that I
> read from a database/jackrabbit/inputstream can anyone give me any
> pointers?
Can you provide a little more context? Eg is thsi standalone or as part of a
running Tomcat instance?
Mark
---
Hi,
I would like to use the Jasper jsp compiler to compile jsp's that I
read from a database/jackrabbit/inputstream can anyone give me any
pointers?
Regards
Ben Short
-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.or