----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files. Don't make us guess your problem!!!
----------------------------------------------------------------
>Is anyone here using Jserv 1.0 with Java1.2.1?
>Should I upgrade to Java 1.1.8 instead?
Presumably you mean "downgrade".
The definitive answer is that JServ (all versions)
work with both JDK 1.1 and JDK 1.2.
>> not sure, but i think the faq specifically states that this
>> is a bad idea.
>> something like "you will be tempted to ... but don't do it".
You will be tempted to use something other than JSDK 2.0
implementing servlets 2.0. This doesn't stop you from getting
it working with JDK 1.2.
>> >As an undesirable solution, I copied the old jsdk.jar out of
>> the java1.1
>> >directory and put it into the java1.2/jre/lib/ext directory
>> and removed the
>> >server.jar and servlet.jar jars.
>> >
>> >Will there be a problem with using the old versions of the
>> javax.servlet.*
>> >classes with Java1.2?
This is a fine approach. Keep trying. You should be able
to get it to work this way.
If, however, the Servlets 2.1 or 2.2 stuff was already installed,
you could simply have ensured that the "jsdk.jar" from JSDK 2.0
was ahead of "servlet.jar" in the CLASSPATH.
Stephen
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]