No, we are happy using Jetty, but we need a better way of developing. That's all I'm looking for.
As Jasper is the JSP compiler, is it easy to make an ant task to compile the source using Jasper?
Ciao,
Jonathan O'Connor
Ph: +353 1 872 3305
Mob: +353 86 824 9736
Fax: +353 1 873 3612
| Greg Wilkins <[EMAIL PROTECTED]>
Sent by: [EMAIL PROTECTED] 03.07.2002 12:36
|
To: [EMAIL PROTECTED] cc: [EMAIL PROTECTED] Subject: Re: [jetty-discuss] Re: [JBoss-user] Where does Jetty store its compiled JSPs? |
Well not exactly correct. The specs do define temp directories
both as JVM attributes and ServletContext attributes.
Jetty respects both of these and so does Jasper (the JSP engine).
Jasper also has the scratchdir init param to control where it
puts it's temp files and you can also set other init params to
tell jasper to use any precompiles JSPs it finds there.
If that is what you are after, just using org.apache.jasper.JspC
is probably a better idea.
cheers
Jules Gosnell wrote:
> This would go better on [EMAIL PROTECTED]
>
> I'd have to counter with a question...
>
> Why do you want know ?
>
>
> Wherever it stores them is proprietary implementation and not defined by
> the spec. Therefore the implementation probably reserves the right to
> change this.
>
> If you want to write JSPs into a deployed dir, deploy your war unpacked
> into JBoss' deploy/ dir (e.g. my.war/...).
>
> If you really want to see what Jasper (Jetty's JSP engine) is doing,
> look in /tmp for directories that begin "Jetty".
>
> If you want to know how to precompile your JSPs, so you can check all
> this in your development iteration, let me know and I will tell you how.
>
> Does that cover it ?
>
> Jules
>
>
>
> Jonathan.O'[EMAIL PROTECTED] wrote:
>
>>Folks,
>>I have a feeling that the answer to this is "It doesn't", but if anyone
>>knows better please let me know.
>>Thanks,
>>Jonathan O'Connor
>>Ph: +353 1 872 3305
>>Mob: +353 86 824 9736
>>Fax: +353 1 873 3612
>
>
>
>
>
> For the latest information about Jetty, please see http://jetty.mortbay.org
>
> To alter your subscription to this list goto http://groups.yahoo.com/group/jetty-discuss
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
--
Greg Wilkins<[EMAIL PROTECTED]> http://www.mortbay.com
Mort Bay Consulting Pty. Ltd. AU. +61(0)29977 2395
Mort Bay Consulting Limited. England UK. +44(0)7092063462
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
No, I will not fix your computer.
http://thinkgeek.com/sf
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user
