Title: Please help me to fix this problem - Cannot locate WEB pages after JRUN has been connected


-----Original Message-----
From:   Lee, Hitae
Sent:   Thursday, August 24, 2000 9:51 AM
Cc:     '[EMAIL PROTECTED]'
Subject:        Please help me to fix this problem - Cannot locate WEB pages after JRUN has been connected

Hi,

I have been struggling so long to resolve this problem.

I am using Apache 1.12 and my Web pages are located at
c:\Apache\WWW\CertandExodus through virtual hosting on Apache.

While JRUN is installed under c:\JRUN and servlets are registered
under Default Server\Default Applucation.

All the servlets are moved to
c:\JRUN\Servers\Default\Default-App\Web-inf\Classes.

When I enter http:\\Certandexodus on my local WEB, it displays screen says

"Index of ____________________________".

And when I enter http:\\Certandexodus\default.htm on my local WEB, it
displays
Certandexodus.default.htm
   Allaire.JRUNServletException is not found.

It looks that either I should re-install JRUN under c:\Allaire\JRUN or I
have move my
Web pages to the different location other that c:\Apache\WWW\CertandExodus
or
I might need update settings on JRUN to tell where the WEB pages are??????
Or I might have to modify config file of the Apache??????

By the way, before I got connected to JRUN, Web pages did come out
correctly.

If anyone knows what to do in this case, I would deeply appreciate the
advise.

I have been tried so much variation this problem and I got exhausted....

Thank you in advance for someone's help on this matter.

With best regards,
Hitae Lee.

my config file for virtual hosting is

#
# If you want to use name-based virtual hosts you need to define at
# least one IP address (and port number) for them.
#
 NameVirtualHost 192.168.1.250
#NameVirtualHost 12.34.56.78

    <VirtualHost 192.168.1.250>
    ServerName www.certandexodus.com
    DocumentRoot C:/Apache/www/CertandExodus
    DirectoryIndex Default.htm
    </VirtualHost>

    <VirtualHost 192.168.1.250>
   ServerName www.ecommerce.com
    DocumentRoot C:/Apache/www/Ecommerce
    </VirtualHost>

and html to launch servlets are
 
<p>Distribute Certificate Test</p>
<form method="POST" action="/servlets/KeyDistribute.class" onSubmit="">
  <!--webbot bot="SaveResults" startspan
  U-File="D:\Project\Web\_private\form_results.txt" S-Format="TEXT/CSV"
  S-Label-Fields="TRUE" --><input TYPE="hidden" NAME="VTI-GROUP"
VALUE="0"><!--webbot
  bot="SaveResults" endspan -->
  <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>&nbsp;</p>
  <p><input type="submit" value="Get the Key" name="btnGetKey"></p>
</form>
<p>&nbsp;</p>

Reply via email to