... JspC will precompile your jsps for you. It will turn them into normal servlets which you then have to configure manually in your web.xml file, just like...
Matthew Watson
mattw@...
Jul 2, 2001 12:25 am
1521
Hi all, I'm back in Oz and slowly getting myself back on-line and thinking computers/jetty again. I notice that a few things have been checked into CVS in my...
Greg Wilkins
gregw@...
Jul 2, 2001 9:30 am
1522
Wil Jetty 3.1 support reloading servlets without restart of Server. My best regards, Vitaly Lipovetsky ... From: "Greg Wilkins" <gregw@...> To:...
Vitlay Lipovetsky
vit@...
Jul 2, 2001 10:19 am
1523
Nightly builds of Jetty3 are now available via http://jetty.mortbay.com/jetty/download.html These are untested other than by the test harnesses with output...
Greg Wilkins
gregw@...
Jul 2, 2001 12:15 pm
1524
Thanks for pointig this out, Jonas - I will forward it to Jetty-discuss.
Jules
Jonas Tehler wrote:
> Hi,
>
> I am trying to use <jsp:include/> to include a...
Julian Gosnell
jules_gosnell@...
Jul 3, 2001 10:16 pm
1525
This Java Script vulnerability has been reported. The simple fix is to change the error page to remove all < > from URLs before including them. I will do this...
Greg Wilkins
gregw@...
Jul 4, 2001 1:47 am
1526
... reloading servlets without restart of Server. ... 3.1.0 will not, but as this is an oft requested freature, I will look into supporting it in 3.1.n Note...
Greg Wilkins
gregw@...
Jul 5, 2001 4:51 am
1527
Hi Greg ! Could you explain the conditions, which affect session expiration timeout value ? We set this vaue to 10 min, but sometimes jetty finishes sessions...
Vitlay Lipovetsky
vit@...
Jul 5, 2001 6:49 am
1528
I found there are some conflicts between org.apache.crimson.jar and xerces_1_4_0.jar The reason Tomcat3.2.2 is compitible with Cocoon2 is that the Tomcat does...
jwang@...
Jul 6, 2001 7:39 pm
1529
... If you are showing a URL in a HTML page, presumably you have code that changes every occurrence of "&" to "&". Immediately after doing that, change...
Robert Munyer
munyer@...
Jul 7, 2001 12:12 am
1530
I am wondering if it is possible to add a user to a realm and allow that person to login without restarting jetty as a whole. The purpose of this would be to...
flashguru2001@...
Jul 9, 2001 8:59 pm
1531
I am wondering if it is possible to add a user to a realm and allow that person to login without restarting jetty as a whole. The purpose of this would be to...
flashguru2001@...
Jul 9, 2001 9:01 pm
1532
Jetty can work with xerces. It should simply be a matter of replacing crimson jar with the xerces jar in the class path and setting the java property...
Greg Wilkins
gregw@...
Jul 10, 2001 1:59 am
1533
This is fairly simple to setup. Jetty uses the HashUserRealm class by default, but this can be replaced with any implementation of the UserRealm interface. ...
Greg Wilkins
gregw@...
Jul 10, 2001 2:05 am
1534
Release 3.1.RC6 is now available via http://jetty.mortbay.com This is a stabilization release containing many minor bug fixes and improvements: + Avoid script...
gregw
gregw@...
Jul 10, 2001 8:43 am
1535
... And more - it's an HTTP Server, which uses the same infrastructure to serve static as well as dynamic content. ... try:...
Julian Gosnell
jules_gosnell@...
Jul 10, 2001 7:54 pm
1536
Hi.
I have been running Jetty recompiled with the following addition to
HandlerContext to allow the class path to be set in a standard context from
a...
Stephen Stevens
stephenstevens@...
Jul 11, 2001 2:11 am
1537
... Mmmm... wouldn't it be nice to be able to PREPEND to classpath? Maybe it will enable some overriding of classes... like different version of XML parser or...
egroups@...
Jul 11, 2001 12:23 pm
1538
... My opinion is that because this URL includes < and > characters which are not legal characters in URL, this request fully deserves a 400 Bad Request HTTP...
egroups@...
Jul 11, 2001 12:50 pm
1539
Hey guys, I'm using Jetty from JBoss-2.4.0_Jetty-3.4.RC5-3 and I've noticed a problem with getRequestDispatcher. Basically, we have a servlet that is...
chaas1@...
Jul 11, 2001 1:46 pm
1540
How can I reference the HashUserRealm instance from say a jsp page or a tag library? ... instance ... from ... to add ... users ... http://jetty.mortbay. ... ...
flashguru2001@...
Jul 11, 2001 8:12 pm
1541
Greg, Did you have a chance to spend any time thinking about the IP address constraint proposal? I'm thinking about adding full boolean expression (rather, at...
jlrobins@...
Jul 12, 2001 3:28 pm
1542
Hi there, I have some questions on Jetty 1. Does anybody know the memory consumed by Jetty when runnning i.e. the footprint? 2. The download size is...
java_info@...
Jul 12, 2001 5:56 pm
1543
I'm working on a JDBC Realm, it should be ready by end of next week. I'll send it to Greg and see if it's good enough to use in the standard package. ...
Fredrik Borgh
s98mike@...
Jul 12, 2001 6:48 pm
1544
Hi All... I have been trying to load a certificate and private key into a JSSE 1.0.2 keystore by following the instructions on the site at: ...
Jim Archer
jim@...
Jul 13, 2001 9:35 am
1545
OK, I have installed the Bouncy Castle library and removed my provider statements from all the java.security files. I run the Jetty tool and get an exception....
Jim Archer
jim@...
Jul 13, 2001 11:15 am
1546
... Are you using the clearkey you created following the instructions? "openssl rsa -in bee.hive.net.key -out bee.hive.net.clearkey -outform DER" Daren...
Daren R. Sefcik
daren@...
Jul 13, 2001 3:47 pm
1547
Hi Daren... I'm really not sure how we created the private key. It was done quite a while ago and we have been using it with OpenSSL with no trouble. Is that...
Jim Archer
jim@...
Jul 13, 2001 4:55 pm
1548
It's really a matter of folowing the instructions at: http://jetty.mortbay.com/jetty/doc/SslListener.html "openssl rsa -in www.yourdomain.key -out...
Daren R. Sefcik
daren@...
Jul 13, 2001 5:11 pm
1549
--On Friday, July 13, 2001 10:13 AM -0700 "Daren R. Sefcik" ... Actually, the instructions are not quite complete. I'm using the latest version of Bouncy...