Re: MVC/XML Framework Comments please

2001-04-26 Thread Trevor Squires
Tim, that sounds v.interesting. Forgive my ignorance but what toolkit are you using and what do you mean by precompile the XSL pages? Thanks, Trevor On Thu, 26 Apr 2001, Tim Endres wrote: We do exactly what you propose. A servlet drives lightweight commands. The commands get XML trees

Re: Paged search results

2001-03-29 Thread Trevor Squires
On Wed, 28 Mar 2001, Gary Shea wrote: It seems to me that if you have multiple browsers open and they're sharing an application like Netscape does, they will all have the same session unless you're using URL rewriting. My experience with Netscape and Konqueror (sorry I don't know anything

Re: Cookie creation bug (?) for servlet-including jsp files

2001-03-27 Thread Trevor Squires
On Tue, 27 Mar 2001, Ostroff, Mike wrote: I am working on a web-app (powered by Orion 1.4.5) that uses a jsp page with several Java servlets included within it that do the more complex computations. The jsp file has lines like: "jsp:include page="/servlet/ExampleServlet" flush="true" /"

Re: In Orion, are tag handler instances reused or reinstantiated?

2001-03-01 Thread Trevor Squires
Funny, I never managed to get it to *not* re-use tags (haven't rev'd up to latest release tho) regardless of the jsp.reuse.tags setting... Trevor On Thu, 1 Mar 2001, Jonathan James wrote: Actually it's configurable. Just add "-Djsp.reuse.tags=[false|true]" to your command line when you

Re: Downloading a file via a Servlet

2001-01-29 Thread Trevor Squires
I tend to put the filename as pathinfo - i.e. /myservlet/made-up-name.pdf?param1=yadda If memory serves me, you need to change the servlet mapping to be /myservlet/* for this to work. HTH, Trevor "Van Dooren, Damian" wrote: I was wondering if anyone knew of a way to get around the

Re: Re: Port forwarding

2001-01-25 Thread Trevor Squires
ACK I meant host="[ALL]" not port=[ALL] !!! Very tired from skiboarding all day... On Wed, 24 Jan 2001 [EMAIL PROTECTED] wrote: I'm not quite sure what you are saying, but we are getting somewhere...I got orion to bind to port 10080...I have it in 2 places default-web-site.xml and

Re: Port forwarding

2001-01-24 Thread Trevor Squires
Hey David, I have it running on a 4ip host where each interface (ip) is a different web site which is what I think you want to do right? If that's the case then I did exactly the same thing as you wrt the ipchains command. The problem I ran into is that if I configured each site to only