Apache Pain = Jeremy Look I had it working perfectly before. Infact I have it running on a web server fine at the moment. But for some reason Apache and ColdFusion are having some serious issues.
What OS are you on? Windows XP Pro What is the contents of your hosts file (specifically in relation to localhost)? Its the basic install when you install Apache. The only thing I have added is Alias /icons/ "C:/Program Files/Apache Group/Apache2/icons/" Alias /cfide "C:\Program Files\Apache Group\Apache2\htdocs\CFIDE" Have you updated the paths in the connector batch file? Yes, changed where the directory sits....as below. @echo off echo WARNING! This will install the ColdFusion MX Apache Connector. echo Press Control+C to abort. pause SETLOCAL PATH=..\..\runtime\jre\bin;%PATH% java -jar ..\..\runtime\lib\wsconfig.jar -ws apache -dir "c:\program files\apache group\apache2\conf" -map .cfm,.cfc,.cfml -coldfusion -v ENDLOCAL pause Your guess is as good as mine.... Jeremy > This is getting to be a bad habit.... > > > I feel your pain Jeremy > > Can you answer some of these questions: > > What OS are you on? > What is the contents of your hosts file (specifically in relation to > localhost)? > Have you updated the paths in the connector batch file? > > I've seen that error before and have had issues with the connectors but > there were a whole range of problem & fixes so if you can answer the above I > might be able to help. > > > Cheers > > Mark > > > ------------------ > Mark Stanton > Technical Director > Gruden Pty Ltd > Tel: 9956 6388 > Mob: 0410 458 201 > Fax: 9956 8433 > http://www.gruden.com --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia http://www.mxdu.com/ + 24-25 February, 2004
