I did think of one thing for you to try.

Try  servlet with a lowercase in
<form method="POST" action="\Servlet\KeyDistribute >
so:
<form method="POST" action="\servlet\KeyDistribute >

By default jrun only maps   /servlet/  to the invoker.

If you want to keep using /Servlet, you can add
/Servlet/ if you want by adding

webapp.servlet-mapping./Servlet=invoker in the section that looks like
this in /pathto/jrun/lib/global.properties.
There is a way to do it in the JMC too but I don't have time to direct
you to that.

########################################################################

## rules
########################################################################

webapp.servlet-mapping./servlet=invoker

Hope this helps.



"Lee, Hitae" wrote:

>
>
> 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>&nbsp;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.

------------------------------------------------------------------------------
Archives: http://www.egroups.com/group/jrun-interest/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/jrun_talk
or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the 
body.

Reply via email to