However...when I don't specify the additional repository lines, it looks at
EM, TaM, and OM as though they are servlets.
The following gets written to the log file when I don't have the additional
3 repository lines:
[16/07/1999 09:59:29:959] (ERROR) ajp11: Servlet Error:
ClassNotFoundException: TaM
[16/07/1999 09:59:35:358] (ERROR) ajp11: Servlet Error:
ClassNotFoundException: EM
[16/07/1999 09:59:57:898] (ERROR) ajp11: Servlet Error:
ClassNotFoundException: OM
When I do put those additional repository lines in, I get the following HTTP
error:
Not Found
The requested URL /servlet/TaM was not found on this server
That occurs when I request the servlet /servlet/TaM/TableManager
Any help will be appreciated.
Thanks!
Justin
> -----Original Message-----
> From: jon * [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, July 06, 1999 4:24 PM
> To: Java Apache Users
> Subject: Re: Repositories
>
>
> --
>
> > repositories=/usr/local/apache/jserv/servlets/
> > repositories=/usr/local/apache/jserv/servlets/EM/
> > repositories=/usr/local/apache/jserv/servlets/TaM/
> > repositories=/usr/local/apache/jserv/servlets/OM/
> >
> > I can access the servlets in
> /usr/local/apache/jserv/servlets, but not the
> > servlets in the subdirectories.
> >
> > Environment:
> > JServ 1.0 release
> > Apache 1.3.6 w/ DSO
> > Solaris 2.7
> >
> > What else do I have to configure to get this to work?
>
> fix your repo layout...EM, etc are in a sub directory within
> /servlets/...thus, you don't need to specify them as repo's.
>
> -jon
>
>
>
> --
> --------------------------------------------------------------
> 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]
>
>
--
--------------------------------------------------------------
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]