logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: How i Can Set Environment variable PATH
Author
AlienZzzz



Joined: 31 Mar 2006
Posts: 4
Location: moscow

PostPosted: Mon 03 Apr '06 12:37    Post subject: How i Can Set Environment variable PATH Reply with quote

when apache start as service i cant change PATH =(
i try use mod_env, but PATH not Changed
____
SetEnv PATH C:\prj\web\oracle
SetEnv NLS_LANG AMERICAN_AMERICA.CL8MSWIN1251
SetEnv NLS_DATE_LANGUAGE RUSSIAN
SetEnv NLS_DATE_FORMAT DD.MM.YYYY
_____

All variables is set(NLS_LANG,NLS_DATE_LANGUAGE,NLS_DATE_FORMAT) except PATH
___
I need change PATH w/o Regedit !!, i need change it while i service start.
Back to top
Steffen
Moderator


Joined: 15 Oct 2005
Posts: 3049
Location: Hilversum, NL, EU

PostPosted: Mon 03 Apr '06 14:25    Post subject: Reply with quote

Looks like you cannot set/change the windows Path.

Why not include C:\prj\web\oracle in the Windows Environment Path ?


Steffen
Back to top
AlienZzzz



Joined: 31 Mar 2006
Posts: 4
Location: moscow

PostPosted: Wed 05 Apr '06 10:16    Post subject: Reply with quote

Steffen wrote:
Looks like you cannot set/change the windows Path.

Why not include C:\prj\web\oracle in the Windows Environment Path ?


Steffen

Because, i want install my portal on PC w/o reboot and w/o change path.
NOW 3 simple step to install my portal on any PC
1. copy folder httpd
2. in command line bin/httpd -k install
3. in command line bin/httpd -k start
____
if on pc installed other oracle client i can't change path, because another apps use old oracle path.
Back to top


Reply to topic   Topic: How i Can Set Environment variable PATH View previous topic :: View next topic
Post new topic   Forum Index -> Apache