I use RHL 7.2, but I don't think the Xwindows/GUI will help in making the symbolic links you need. At a command prompt, type: man ln (then hit enter) and learn how to use the ln -s command to create the symbolic links. You should get hold of UNIX SYSTEM ADMINISTRATION HANDBOOK, [Nth] Edition by Nemeth, Snyder, Seebass and Hein. I consider it THE definitive guide to most UNIX/Linux admin. tasks. I covers most flavors of Linux and Unix. I was new to Linux about a year ago and it has been my bible through it all.
----- Original Message ----- From: "DuSTiN KRySaK" <[EMAIL PROTECTED]> To: "CF-Server" <[EMAIL PROTECTED]> Sent: Tuesday, February 11, 2003 2:46 PM Subject: Re: Change connector variables? > I will give it a go.. Being new to Linux as well... Is it adequate to create > the links out of the GUI, or for proper operation should it be done in the > terminal? > > I guess that just went OT... > > > d > > On 2/11/03 10:35 AM, "David D. Droddy" <[EMAIL PROTECTED]> spit this > out onto my computer screen: > > > I would suggest creating symbolic links in all the default locations (where > > CF is looking for them) pointing to the locations where your apache install > > put things. That way, you don't have to worry about similar issues in the > > future. > > > > David Droddy > > American University Washington College of Law > > ----- Original Message ----- > > From: "DuSTiN KRySaK" <[EMAIL PROTECTED]> > > To: "CF-Server" <[EMAIL PROTECTED]> > > Sent: Tuesday, February 11, 2003 11:42 AM > > Subject: Change connector variables? > > > > > >> Hi there, I have a redhat8 box, with coldfusion mx on it. I know this is > > not > >> a supported platform, but I have heard of many people running it... > >> > >> Now, I got the new version of apache installed from an RPM (V2.0.44) no > >> problem (note - this RPM I found installs httpd in the following - > >> /etc/httpd2 instead of the regular redhat /etc/httpd). CFMX installed with > >> no problem. I then ran the updater 2 no problem... > >> > >> Now when I got to run the connector as I must, I get the following output: > >> > >> # ./java -cp /etc/coldfusionmx/runtime/lib -jar > >> /etc/coldfusionmx/runtime/lib/wsconfig.jar -ws Apache -dir > >> /etc/httpd2/conf -v > >> Macromedia JRun 4 (Build 55228) > >> os.name: Linux > >> os.version: 2.4.18-14 > >> os.arch: i386 > >> platform: intel-linux > >> web server: Apache > >> web server directory: /etc/httpd2/conf > >> Found JRun server default at 127.0.0.1:2901 > >> verbose: false > >> apialloc: false > >> useIISFilter: true > >> Could not find file /etc/httpd2/bin/apachectl > >> Could not find file /usr/sbin/apachectl > >> Could not find file /etc/init.d/httpd > >> Could not find file /etc/init.d/apache > >> Could not find file /etc/rc.d/init.d/httpd > >> Could not find file /etc/rc.d/init.d/apache > >> Could not find file /sbin/init.d/apache > >> Could not find file /sbin/init.d/httpd > >> Could not find file /usr/local/apache/bin/apachectl > >> Could not find file /usr/apache/bin/apachectl > >> /etc/httpd2/conf is not a valid configuration directory for Apache > >> > >> > >> Now as you can see the connector is looking for the default install files, > >> where as the RPM I have installs them all with a "2" appended at the end. > >> > >> How would I go about modifying something to get the connector command to > >> look for say: > >> > >> /etc/httpd2/bin/apachectl2 > >> > >> Instead of > >> > >> /etc/httpd2/bin/apachectl > >> > >> Well I need to get it to add "2" to all of the above files... > >> > >> > >> Thanks in advance!!!!! > >> > >> > > > ______________________________________________________________________ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm ------------------------------------------------------------------------------ To unsubscribe, send a message to [EMAIL PROTECTED] with 'unsubscribe' in the body or visit the list page at www.houseoffusion.com
