-----Original Message-----
From: Manoj Mansukhani <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date: Thursday, April 08, 1999 6:46 PM
Subject: need help in running JServ


>hi
>
>i am new to java-apache so please bear with me if this
>query sounds to simple.
>
>i have sucessfully installed Apache Web Server 1.3.4 and
>Apache JServ 1.0 on my machine which is Windows NT.
>i do get the default status page when i type the URL
>http://localhost/jserv/
>
>i have also setup the zone.properties and jserv.properties
>and httpd.conf files as suggested by the documentation.
>
>for the repositories for the zone i have given the path
>c:\program files\apache group\apache\servlets
>
>however when i put a servlet in the above directory and tried
>to view it using the URL
>http://localhost/jserv/servlets/HelloClientServlet OR
>http://localhost/jserv/servlets/HelloClientServlet.class
>
>

I not sure that you should try
http://localhost/servlets/HelloClientServlet

without jserv


I don't understand your servlet name is HelloClientServlet  ??


Because this HelloClientServlet is provied with Jserv.

You should try nameing your servlet ex.  FirstServlet

putting in the servlets dir and try
http://localhost/servlets/FirstServlet





>i get the same status page of JServ rather than getting the
>output of the servlet
>
>i would really appreciate it if someone could guide me
>through this setup.
>
>manoj
>
>


Best wishes,
                        Andras

p.s. Sorry if i missunderstood your problem

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to