Hi all,

I've downloaded and tested various versions of the Orion application server
over the past couple of months, and I've been impressed with what I've seen
so far.  I've been primarily using the JSP + beans side of things.

Most JSP engines I've used (JRun, Weblogic, GNUJSP) do a
.jsp->.xml->.java->.class conversion to the .jsp file the first time it is
accessed.  Subsequent calls are much faster, because the engine can just
pick up the compiled classes and run them, even after a reboot of the
server.

It doesn't appear that Orion saves these .class files to disk (at least I
wasn't able to find them).  Experience seems to back this theory up, as the
initial lag the first time a .jsp file is run seems to happen every time the
server is shut down and restarted.

Is there an option I can set to save these files to disk?

Thanks,

Darren.

PS Great to see the mailing list up and running!

--
Darren Gibbons                                    [EMAIL PROTECTED]
OpenRoad Communications                               ph: 604.681.0516
Internet Application Development                     fax: 604.681.0916
Vancouver, B.C.                                 http://www.openroad.ca

Reply via email to