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

Why do You place JSSI jar in the repository?
The repository is typically for classes that are to be
autoreloaded/classes that are modified/specific to the zone.

and .....

have you tested that the zone is properly configured?
(copy the /usr/local/jserv/servlets/Hello.class to a directory
which is a repository and run it through the webserver
by http://the.server.name/thezone/Hello)
If this doesn't work   -nothing else will.

Hope I got you right - in wich case you have to start here.

HTH
//OLAS

Mamatha Katamneni wrote:

> ----------------------------------------------------------------
> 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!!!
> ----------------------------------------------------------------
>
> Hi Alimanti,
>
> Are you talking about ApacheJSSI.jar?
> it's in the directory C:\ApacheJSSI-1.1.1\src\java
> so i placed this in zone.properties as
>
> repositories=C:\ApacheJSSI-1.1.1\src\java
>
> i also set this jar file in wrapper.classpath and in the CLASSPATH but no
> use.
> Thanks,
> Mamatha.
>
> ----- Original Message -----
> From: "Janga Aliminati" <[EMAIL PROTECTED]>
> To: "Java Apache Users" <[EMAIL PROTECTED]>
> Sent: Wednesday, January 10, 2001 11:16 PM
> Subject: Re:
>
> > ----------------------------------------------------------------
> > 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!!!
> > ----------------------------------------------------------------
> >
> > Hi Mamatha
> >
> > In Which ever the directory you are keeping your jar file, Add that
> > directory structure in you zone.properties file
> >
> > for ex:
> >
> > If you keep you jar in  C:\Apache\..\servlets\abc.jar
> >
> > Then add   repositories=C:\Apache\..\servlets   in your zone.proprties.
> >
> > First test with single file instead of jar file..
> >
> >
> > Janga Reddy Aliminati
> >
> >
> >
> >
> >
> > Mamatha Katamneni wrote:
> > >
> > > ----------------------------------------------------------------
> > > 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!!!
> > > ----------------------------------------------------------------
> > >
> > > Hi,
> > >  am struggling from the past two days with Server Side Includes.
> > >
> > >  here is my configuration.
> > >  Jsdk2.0
> > >  Apache 1.3.14
> > >  ApacheJSSI-1.1.1
> > >  ApacheJserv1.1.2(running in manual mode)
> > >  WinNT4.0
> > >  MySQL database
> > >
> > >  i wrote a .jhtml file in which am trying to get servlet output.but the
> > >  server is not reconizing the <SERVLET> tag.
> > >  i made some changes in configuration files also
> > >
> > >  in jserv.conf i uncommented the ApJservAction line and in
> zone.properties
> > >  file i added the ApachJSSI.jar to the repository.
> > >  i also added
> wrapper.classpath=C:\ApacheJSSI-1.1.1\src\java\ApacheJSSI.jar
> > >  in jserv.properties file.
> > >
> > >  but the server is not recognizing the servlet tag.Is there any thing
> else
> > > that am missing.
> > >
> > >  could someone please help me  in solving my problem.
> > >  am attaching my configuration files and the .jhtml file.
> > >  my servlet class is running if i run it in browser as
> > >  http://localhost/servlet/myservlet.
> > >  do i have to make any more changes.
> > >  Thanks,
> > >  Mamta.
> > >
> > > --
> > > --------------------------------------------------------------
> > > 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]
> >
> >
> > --
> > --------------------------------------------------------------
> > 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]
> >
>
> --
> --------------------------------------------------------------
> 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]



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