Dear Lynn
I have tried as you have proposed but it is not working...
I believe that I am not doing it right at all since I have not used servlet before.
What I have is that I have localized Apache server(I do not have Internet at all) on my Windows 2000 server and it has configured to have virtual hosting as,
<VirtualHost 192.168.1.250>
ServerName www.certandexodus.com
DocumentRoot C:/Apache/www/CertandExodus
DirectoryIndex Default.htm
</VirtualHost>
My Web pages are located under C:/Apache/www/CertandExodus.
While I have my servlets under c:\Program Files\Allaire\Jrun\Servers\Default\Default\Default-App\Web-Inf\Classes\KeyDistribute.
And I registered Apache under JRUN's default server and added servlet under default-app as,
Then I started Internet Explorer and typed in http:\\CertandExodus.
It starts website by running
C:/Apache/www/CertandExodus\Default.htm
As I click Get the Key button
It will perform the following html for the page as
<form method="POST" action="\Servlet\KeyDistribute >
<p> password: <input type="text" name="Password" size="20" value="redcoral"></p>
<p>Key Length: <select size="1" name="KeyLength">
<option>512</option>
<option value="768">768</option>
<option>1024</option>
</select></p>
<p><input type="submit" value="Get the Key" name="btnGetKey"></p>
</form>
It returned a message "Page not found \\CertandExodus\Servlet\KeyDistribute".
Could you please teach me what is right way to do this?
Thank you in advance for your kindness.
Hitae Lee.
p.s.) Could you please copy this eMail [EMAIL PROTECTED], which is my Home eMail.
