-----------------------------
Please read the FAQ!
<http://java.apache.org/faq/>
-----------------------------

sorry, ask again:
if I have a virtual directory on apache web server, it is jh, so I can do:
127.0.0.1/jh/index.htm, in index.htm , I want to call a servlet named
passch.class, and this servlet is under zone named servlet, so what I do is:
<form action="http://127.0.0.1/servlet/passch">
xxxxxxxxxxxxxxx
</form>   (in index.htm),
now I want to do is:
<form action="../servlet/passch">
xxxxxxxxxxxxxxx
</form>
is it possible?

thanks
sun
----------
From:   jon *[SMTP:[EMAIL PROTECTED]]
Reply To:       Java Apache Users
Sent:   Tuesday, July 27, 1999 2:19 AM
To:     Java Apache Users
Subject:        Re: using relative path in servlet

-----------------------------
Please read the FAQ!
<http://java.apache.org/faq/>
-----------------------------

> hi,all
> can I use relative path to call a  servlet? not like as
> http://127.0.0.1/servlets/IsItWorking.

your question makes absolutely no sense. please expand and re-phrase it.

-jon


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



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