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

Following instructions from Karthik, I have now got Jserv working with 
my apache.

One beginners question:  where should I place my .html file which is
used
to call a servlet. 

<HTML>
<HEAD><TITLE>Times!</TITLE></HEAD>
<BODY>
The current time here is:

<SERVLET CODE=/usr/local/jserv/servlets/CurrentTime>
</SERVLET>

<P>
</BODY>
</HTML>  

If the above is my .html file,

1.  where should I put it ?
2.  I have put my CurrentTime.class file in /usr/local/jserv/servlets/,
is 
    this correct ?
3.  what should the path to my CODE be ?

thanks & regards
michael lim


--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to