Re: JSP Parsing error

2001-09-28 Thread Lance Lavandowska
It looks like laboratory:laboratory actionPerformed has been defined such that it does not allow %= % as an attribute value. Check the tld for the taglib if rtexprvaluetrue/rtexprvalue for this tag then what you did should work, if rtexprvaluefalse/rtexprvalue then it'll only take a straight

Re: DB Logger Servlet

2001-09-26 Thread Lance Lavandowska
to add. I haven't done this, or plan to soon, but I think you should contact Jochen Wiedmann (the author of the above Interceptor [EMAIL PROTECTED]) for permission if you plan to reuse his code (or Apache's code?). Lance Lavandowska www.Brainopolis.com - Original Message - From: Robert S

Re: Virtual Hosts - Newbie question

2001-06-08 Thread Lance Lavandowska
just to eliminate the obvious: have you made sure that http://www.example1.com is pointing to your box? (trying pinging to be certain). Otherwise, your xml files look good. Lance Lavandowska www.Brainopolis.com - Original Message - From: G T [EMAIL PROTECTED] To: Orion-Interest [EMAIL

Re: Virtual Hosts - Newbie question

2001-06-08 Thread Lance Lavandowska
On NT you shouldn't need to reboot to take advantage of changes to Hosts (I never have had to). If you are on another Windows platform (such as 2000) look for a file named hosts.sam. On older windows there are actually more than one hosts file, and we've never been able to establish exactly

Re: image/servlet caching issue

2001-05-30 Thread Lance Lavandowska
have you implemented HttpServer.getLastModified(HttpServletRequest req)? Try returning -1, this should tell the browser that the requested resource should not be cached. This is the default behaviour, so you might try returning the actual current time, this will tell the browser that the

access-log options

2001-02-26 Thread Lance Lavandowska
agent." I'm trying to log the Request Header "Server-Name". Resin supports this with the following notation: "%{xxx}i" where xxx equals the desired request header (from http://www.caucho.com/products/resin/ref/http-config.xtp) Is there a way to do the same sort of loggin

Re: Current Hypersonic SQL web page

2000-11-17 Thread Lance Lavandowska
Hypersonic SQL is now available at http://sourceforge.net/projects/hsql/ - Original Message - From: "Gerald Gutierrez" [EMAIL PROTECTED] To: "Orion-Interest" [EMAIL PROTECTED] Sent: Friday, November 17, 2000 10:21 AM Subject: Re: Current Hypersonic SQL web page Disappeared two or