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

> I am using the latest version of Apache that comes with Solaris 8
> and I have installed the latest version of JServ.  I am able to run
> a test servlet (Hello.class), but I am having trouble running a
> servlet from a .jar file in the same folder (as the Hello.class).
> Does anyone have any idea what I have to do to run a servlet from
> a .jar file?.

Make sure your JAR file is named.  You can't simply copy a JAR file into
a directory and expect to access the class files from it.  JAR's do not
work like that.

A



--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search Archives: 
<http://www.mail-archive.com/java-apache-users%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to