Alan Reitsch wrote:
> Hello,
>
> I have been working on this one for a while, read as much documentation as
> I could find, and am still stumped! I am running 1.3.6 on Solaris 2.6 with
> JSDK 2.0, JDK 1.2, and JServ 1.0b3. I am getting a "ClassNotFoundException"
> for my HelloWorld servlet which I have defined with:
>
> package com.mycompany.jservTesters;
> import java.io.*;
> import javax.servlet.*;
> import javax.servlet.http.*;
>
> my jserv.servlets.properties file contains the following repositories:
> repositories=/www/servlets/com/mycompany/
> repositories=/www/servlets/com/mycompany/jservTesters
>
Instead of these two lines, you would need the following (if you haven't packaged
up your servlets in a JAR file):
repositories=/www/servlets
This is also the directory where you would put your servlet classes if they
didn't have any package declarations at all.
Craig McClanahan
-- --------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
READ THE FAQ!!!! <http://java.apache.org/faq/>
Archives and Other: <http://java.apache.org/main/mail.html/>
Problems?: [EMAIL PROTECTED]