• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

jrun and apache server

 
Greenhorn
Posts: 26
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi
I am trying to learn jrun4.0 tool .I have installed in C:\jrun.In order to connect jrun to apache server,i have installed apache http server 2.0.61 in c:\Program Files\Apache Group .I have created indextest.html file(sample test file) and placed under c:\Program Files\Apache Group\Apache2\htdocs.I opened browser window with http:\\localhost:8080\,then it shows----------

"If you can see this, it means that the installation of the Apache web server software on this system was successful. You may now add content to this directory and replace this page."
then according to sample test file(indextest.html) it should show ----Apache is running
indextest.html
$lthtml$lt
$ltbody$lt
Apache is running...
$lt/body$lt
$lt/html$lt

please somebody tell me the solution for this. i am trying from past 4 days.Thanks in advance
 
reply
    Bookmark Topic Watch Topic
  • New Topic