on 3/12/00 5:49 PM, James Conley <[EMAIL PROTECTED]> wrote:
> The HelloWorld.java file is located in
> /usr/local/servlets/com/metricom/screens
Wait, where is your HelloWorld.class file?
> So, I think I covered the stuff you mentioned before except for the messed
> up classpath in jserv.properties.
>
> I'm sure it is something completely stupid, I just haven't found it yet.
The problem is that you are trying to many things that don't work. You need
to just sit down and do /*exactly*/ as I described in the FAQ and in the
Getting Started document. So far, you have posted like 20 different things
(exaggeration) that are all different from each other. Lets just try one
thing at a time and get to the solution. The first thing that you should try
is what I stated to do earlier...
Also, why do you have two different paths in the repositories? Lets just get
one single path working for now. Ok?
So, to go over this once more:
set HelloWorld.java package name to package com.metricom.modules.screens
compile HelloWorld.class into
/usr/local/servlets/com/metricom/modules/screens (ie: that file should be in
the screens directory)
set repositories= to /usr/local/servlets
restart the JVM to make sure that everything is fresh.
go to: http://www.server.com/servlets/Turbine/screen/HelloWorld
i understand that this stuff is confusing, but it really shouldn't be. this
is just basic servlet compilation stuff...
-jon
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Problems?: [EMAIL PROTECTED]