• 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

Apache Server, JServ configuration

 
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi everybody,
I downloaded and installed Apache Server and JServ. But when I try to start the Apache Server I'm getting the following error:
[Wed Jan 17 17:17:00 2001] [error] Access to config file d:/program files/apache group/apache/D:\Program Files\Apache JServ 1.1.1\conf\jserv.conf denied: not a
valid filename
fopen: Permission denied
Apache.exe: could not open document config file d:/program files/apache group/apache/D:\Program Files\Apache JServ 1.1.1\conf\jserv.conf
Note the errors or messages above, and press the <ESC> key to exit. 26...
I'd appreciate if someone who encountered the same problem respond or offer some advice.
I'm running on Windows NT.
Thanx in advance.
 
Greenhorn
Posts: 18
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
HI Val,
First of is it possible for you to install apache server in
C:/program files/ as a matter of fact it guides you through the path. I think you have not edited your jserv.conf file properly...make sure that you edit the file properly
Note: when you set the environment variables in a file then the directories should be seperated by "/". make sure that you follow this rule.
at the same time when you set the envioronment variables in the system properities all the directories should be seperated by "\"
hope this helps
good luck
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic