----------------------------------------------------------------
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,
On Mon, 8 May 2000, Adam Gotheridge wrote:
AG| I looked around the FAQ for how to use packages with servlets and couldn't find
AG| an answer. Can anyone give me some direction?

Just like any other java application. Put your servlet in a package (e.g.
org.gargelmarf, access it with

  http://localhost/servlet/org.gargelmarf.MyServlet

ciao,
 -hen



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