Re: jsp:useBean / Scope Bug in 4.01 !

2002-02-08 Thread Ryan Lubke
I agree, the id's are unique. Could you attache the generated source file? I'm unable to reproduce this with a build from the HEAD branch, so I'm curious what the difference (if any) is. On Fri, 2002-02-08 at 12:31, L Rutker wrote: Back to the basic question where in this code: % if

Re: SV: Setting the alocated memory to Tomcat 4.0.1

2001-12-06 Thread Ryan Lubke
Hi, Try: set CATALINA_OPTS=-Xms=size -Xmx-size and then start tomcat. This should set the desired options. Note: I haven't tried this on Win32, but works find on *NIX. -rl On Thu, 2001-12-06 at 13:27, Niclas Rothman wrote: Hi Bo! ThankĀ“s for your reply, but I seem to have no luck with

RE: Quick Servlet Question

2001-11-29 Thread Ryan Lubke
What about ServletContext.getRealPath()? On Thu, 2001-11-29 at 16:31, Brandon Cruz wrote: Exactly, but that method seems to be deprecated. -Original Message- From: DONNIE HALE [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 29, 2001 3:26 PM To: [EMAIL PROTECTED] Subject:

Re: RH Linux 7.1 Java Error

2001-08-10 Thread Ryan Lubke
Hi, In regards to the hanging issue, if you stick with 1.3.0_x on RH 7.1 you will need to export LD_ASSUME_KERNEL=2.2.5 or if you upgrade to J2SE 1.3.1 you won't have to export the above flag. Regards, Ryan Lubke Andrew Robson wrote: Hi, Your problem is that 'cut' is in the wrong place

Re: How to configure a custom page for JSP 404 errors?

2001-07-06 Thread Ryan Lubke
Hi Pierce, From what I've been able to gather, you should be able to set the error page using the error-page directive within the deployment descriptor for a web app (web.xml). error-page error-code404/error-code location/error.jsp/location /error-page Looking through the bug