|
From: mteccles <mar...@go...> - 2007-10-12 10:13:40
|
Hi,
I am devleoping an app where I am managing the server and deployment through
Java in one project and have the web application in another project.
The war file from the web app contains about 9Mb of libraries, and is 10Mb
in total. So when the server is started it has to wait a while for
deployment, mostly of which is extracting the war and compiling JSP's.
What I would really like is to shorten the process and there are two obvious
shortcuts.
1)pre compile JSP's
2)put 3rd party libraries on the classpath but not in the war, Ie if I was
using Jetty normally would just copy them into ${JETTY_HOME}\lib. I'm not
quite sure how to do this.
If anyone understands my question or has a similar problem please reply.
Thanks.
--
View this message in context: http://www.nabble.com/Need-help-with-embedding-Jetty-tf4612536.html#a13172465
Sent from the Jetty Support mailing list archive at Nabble.com.
|