Top "Setenv" questions

Tomcat 7 setenv.sh is not found

I downloaded and extracted the apache-tomcat-7.0. As per the instructions in the RUNNING.txt (%CATALINA_BASE%/RUNNING.txt), it should …

java tomcat tomcat7 setenv
How to use setenv() to export a variable in c++?

I need to export several variables such that they look like the following in the command line export ROS_HOSTNAME=…

c++ command-line setenv
How to use the setEnv variable in apache?

I need to set my apache environment to 'foobar' I know I need to set in in my vhost, but …

apache setenv
setenv equivalent on mac?

I want to set an environment variable using setenv: setenv NODE_ENV localhost But setenv gives me an error saying …

macos bash setenv
Scope of "setenv" in csh Versus "export" in bash

From what I've read, setenv in csh and export in bash are equivalent. However, I found some strange issues while …

bash shell export csh setenv
Questions about putenv() and setenv()

I have been thinking a little about environment variables and have a few questions/observations. putenv(char *string); This call …

c linux unix environment-variables setenv
linux issue setenv command not found

I develop a Tcl/Tk script tool in Linux. In order to run the tool, every time I need to …

linux setenv
C++: Setenv(). Undefined identifier in Visual Studio

Look my code seems to be correct, according to all the documentation I can find online. My IDE is MS …

c++ visual-c++ visual-studio-2012 environment-variables setenv
How to find Windows SDK's SetEnv.cmd / SetEnv.cmd Does not work correctly

We have a Team City Build Server running and want to compile a Visual C++ project. So far this would …

windows msbuild sdk setenv
Conditional SetEnv in .htaccess?

Is it possible to set a SetEnv variable in an .htaccess file differently depending on hostname? For example, I need …

apache .htaccess pyrocms setenv