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
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
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
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,
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
> 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
-- 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
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