Re: How big a server is required to deploy JServ?

1999-10-01 Thread Tim Reilly
on Solaris, but unfortunately we're a startup company and we just can't afford it as of yet. -Tim On Thu, 30 Sep 1999, Marc Slemko wrote: > On Thu, 30 Sep 1999, Tim Reilly wrote: > > > The company I work for is in the late stages of re-architecting our entire > > website usi

How big a server is required to deploy JServ?

1999-09-30 Thread Tim Reilly
The company I work for is in the late stages of re-architecting our entire website using Apache JServ, RedHat Linux 6.0, and MySQL. The code is just about finished (version 1.0 freezes in the two weeks), and we're trying to spec the servers we will need for deployment. The problem is that I real

Re: borland/inprise jit for blackdown 1.2pre2

1999-09-27 Thread Tim Reilly
I took a look at this, and am intrigued. Can anyone comment on how stable the combination of this JIT and the 1.2 pre-release might be (I realize it'd be unlikely that anyone's tested this combination yet, I'm more concerned with the maturity of the 1.2 JDK)? I'm currently using

Need 1.1.x Profiler

1999-09-10 Thread Tim Reilly
I've got some code that's running a lot slower than I think it should be. To diagnose it I'd like to use a profiler. Unfortunately, I can't use the one below because I'm using the blackdown 1.1.7 JDK, does anyone know of a 1.1.x linux-compatible profiler? Thanks much, -Tim On Fri, 10 Sep 1999,

Constructor/Inheritance wierdness

1999-07-27 Thread Tim Reilly
Hi, hopefully this one's a quickie. I'm using blackdown jdk 117v3 and getting the following error message when compiling my TemplateList class. According the the Java 1.1 specification I should be able to call the superclasses' constructor with this syntax. What am I doing wrong? Thanks, -Tim

Re: Java IDE for Linux?

1999-07-23 Thread Tim Reilly
> My preference is XEmacs (http://www.xemacs.org/) with JDE > (http://sunsite.auc.dk/jde/) and the JDK. > I apologize that this is off-topic, but I just showed this combination to my boss and he asked if there was a similar (X)Emacs dev environment for Perl. Anyone know if there is and if so wh

RE: Servlets + JSP on linux (fwd)

1999-07-19 Thread Tim Reilly
-- Forwarded message -- Date: Mon, 19 Jul 1999 10:43:37 -0400 (EDT) From: Tim Reilly <[EMAIL PROTECTED]> To: John N. Alegre <[EMAIL PROTECTED]> Subject: RE: Servlets + JSP on linux Unfortunately no, I have not gotten a response about this. I originally posted

Servlets + JSP on linux

1999-07-15 Thread Tim Reilly
Can someone please give me a hand here? I need (1) to get a servlet to pass some data to a JSP page via a Bean, and then (2) "hit" that JSP page to get back a nicely formatted HTML page to send back to the user. To accomplish this, I am using the following tools: Blackdown JDK 1.1.7 v3 Apach