Cant Access CFadmin with Apache2.2

CAN SOMEONE PLEASE HELP ME OUT HERE?
Please can someone tell me what to do in order for me to
access the CFMX7 admin. this is what i can tel you so far:
My conf file is located here:
C:\Program Files\Apache Software Foundation\Apache2.2\conf
the CFIDE file is located here:
C:\Program Files\Apache Software
Foundation\Apache2.2\htdocs\CFIDE
my CF server files are located here:
C:\JRun4
my CF install details are:
CFMX7 (enterprice edition) installed with multi server
support.
I admit i'm a novice so please explain any suggestions very
simply. I could really do with some help here :-( Ive read all
kinds of conflicting instructions online, and most of which have
confused me.
one thing i am concerned/confused about is that most of what
i have read mentions a file called:
JRunConfig Serverstore "C:/JRun4/lib/wsconfig/1/
jrunserver.store"
the jrunserver.store file simply does not exist on my
system!???

Yes I saw your reply about the servername and network, but
can't help there.
See this post:
http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?catid=2&threadid=1191527&CFID =10989581
Particularly this one:
Ok, here is the solution that worked for me. In italics I'll
put the notes version, and In bold I'll put the actual commands
that I
ran with the output generated.
NOTE: {cf_root} = C:\YourColdFusionLocation\
(Mine was D:\ColdFusionMX7 (as I used to use this on linux
and I like this format)
Also NOTE: {apache_path} = C:\Apache Software Foundation
(Mine was D:\Apache Software Foundation [I use C:\ for
Windows and D:\ for data etc])
cd {cf_root}\runtime\jre\bin
(I have ran the coldfusion installer and the wsconfig was
generated with a Jrun config of the "bad" non-working version of
wsconfig.jar, note: get the new version of wsconfig.jar
before moving forward with this procedure!)
EDIT: ColdfusionMX must be running for this procedure to
work.
java -jar {cf_root}\runtime\lib\wsconfig.jar -remove -ws
Apache -dir "{apache_path}\Apache2.2\conf" -v
(this removes the Jrun config from Apache config files etc)
java -Dtrace.ci=1 -jar {cf_root}\runtime\lib\wsconfig.jar
-server coldfusion -ws apache -dir "{apache_path}\Apache2.2\conf"
-bin
"{apache_path}\Apache2.2\bin\httpd.exe" -coldfusion -v
(this creates the new Jrun connector and configures your
httpd.conf again)
OK Here is my "REAL" commands and the output generated.
D:\ColdFusionMX7\runtime\jre\bin>java -jar
D:\ColdFusionMX7\runtime\lib\wsconfig
.jar -remove -ws Apache -dir "d:\Apache Software
Foundation\Apache2.2\conf" -v
The output was as follows:
Created file
D:\ColdFusionMX7\runtime\lib\wsconfig\jrunwin32.dll
Could not find file D:\Apache Software
Foundation\Apache2.2\apache.exe
Could not find file D:\Apache Software
Foundation\Apache2.2\bin\apache.exe
Using Apache binary D:\Apache Software
Foundation\Apache2.2\bin\httpd.exe
Parsing Apache configuration file D:\Apache Software
Foundation\Apache2.2\conf\h
ttpd.conf
Wrote file D:\Apache Software
Foundation\Apache2.2\conf\httpd.conf
Removed JRun configuration from Apache configuration file
D:\Apache Software Fou
ndation\Apache2.2\conf\httpd.conf
Stopped Apache2.2 service
Deleted directory D:\ColdFusionMX7\runtime\lib\wsconfig\1
Wrote file
D:\ColdFusionMX7\runtime\lib\wsconfig\wsconfig.properties
Started Apache2.2 service
The Apache connector was removed from "D:\Apache Software
Foundation\Apache2.2\c
onf"
Now we re-create the Jrun connector by running this:
D:\ColdFusionMX7\runtime\jre\bin>java -Dtrace.ci=1 -jar
D:\ColdFusionMX7\runtime\lib\wsconfig.jar -server coldfusion -ws
apache -dir
"D:\Apache Software Foundation\Apache2.2\conf" -bin
"D:\Apache Software Foundation\Apache2.2\bin\httpd.exe" -coldfusion
-v
And the output was as follows:
Macromedia JRun 4.0 (Build 107948)
os.name: Windows 2003
os.version: 5.2
os.arch: x86
platform: intel-win
Extracting resource
connectors/installers/intel-win/prebuilt/jrunwin32.dll
file defaulted
last modification date: Thu Apr 06 13:07:04 PDT 2006
size/compressed size: 73728/26315
to D:\ColdFusionMX7\runtime\lib\wsconfig\jrunwin32.dll
Created file
D:\ColdFusionMX7\runtime\lib\wsconfig\jrunwin32.dll
findServers(): found server coldfusion at 127.0.0.1:2920
Found JRun server coldfusion at 127.0.0.1:2920
this host is safehaven:192.168.20.7
web server: Apache
web server directory: D:/Apache Software
Foundation/Apache2.2/conf
verbose connector logging: false
apialloc: false
force resource extract from jar: true
CFMX: true
mappings: .jsp,.jws,.cfm,.cfml,.cfc,.cfr,.cfswf
filter mapping prefix: false
Using Apache binary "D:\Apache Software
Foundation\Apache2.2\bin\httpd.exe"
Server version: Apache/2.2.3
Apache 2.2.3 is recognized
isValidVersion(): Apache is 2.2.3
Compiled in modules:
core.c
mod_win32.c
mpm_winnt.c
http_core.c
mod_so.c
Parsing Apache configuration file D:\Apache Software
Foundation\Apache2.2\conf\h
ttpd.conf
Extracting resource
connectors/apache/intel-win/prebuilt/mod_jrun22.so
file defaulted
last modification date: Thu Apr 06 13:07:04 PDT 2006
size/compressed size: 65536/25836
to D:\ColdFusionMX7\runtime\lib\wsconfig\1\mod_jrun22.so
Created file
D:\ColdFusionMX7\runtime\lib\wsconfig\1\mod_jrun22.so
getProxyServerUrl(): 127.0.0.1:51011
Wrote file D:\Apache Software
Foundation\Apache2.2\conf\httpd.conf
Added JRun configuration to Apache configuration file
D:\Apache Software Foundat
ion\Apache2.2\conf\httpd.conf
Created file
D:\ColdFusionMX7\runtime\lib\wsconfig\1\README.txt
Wrote file
D:\ColdFusionMX7\runtime\lib\wsconfig\wsconfig.properties
Error stopping service. The web server must be restarted to
complete this oper
ation.
IMPORTANT FINAL NOTES:
In the command I excluded the "- service SERVICENAME" (for
use with windows) because it didnt work at all. So at this point
you have
to MANUALLY restart Apache Service (through your Service
panel, or start menu, whatever you feel like".
You should now be able to go to your IE and configure
Coldfusion.
http://localhost/CFIDE/administrator/
ANOTHER IMPORTANT NOTE:
IN THE INSTRUCTIONS PROVIDED BY ADOBE IT STATES
cd {cf_root}/runtime/lib
java -Dtrace.ci=1 -jar wsconfig.jar -server coldfusion -ws
apache
-dir /opt/apache22/conf
-bin /opt/apache22/bin/httpd
-script /opt/apache22/bin/apachectl
-coldfusion -v
[-apxs]
First of all [-axps] is meant to be -axps without the
brackets.. but it doesnt work anyhow, so just ignore it.
Secondly, the -script is SPECIFICALLY UNIX / LINUX. The
proper command would be -service SERVICENAME, but I tried this also
using -service Apache2.2 (that was the service name in my
Windows SERVICES console) but that didnt work either. So just
ignore that
crap, and run the commands like I did and hopefully it will
work for you.
Thanks, and good luck.
Ken Ford
Adobe Community Expert - Dreamweaver
Fordwebs, LLC
http://www.fordwebs.com
"zac1234" <[email protected]> wrote in
message news:[email protected]...
> thanks ken, have read through that but he doesnt offer
anything different to
> what ive already done.
>
> did you see my earlier question about servername &
network domain? what about
> that - could that be the problem?
>

Similar Messages

  • I cant access internet with new i pad 2 , i have a netgear dgn 1000 router any ideas

    i cant access internet with new ipad 2 ,i have a netgear dgn 1000 router any ideas.............

    More detail please. Assuming you knew how to set up the internet connection, have you tried resetting the iPad and/or rebooting the router?
    The User Guide is available at http://support.apple.com/manuals/ or downloadable from iTunes as an iBook.

  • Cant access internet with 3g(n900)

    hi guys,i got a replacement n900 and sent my setting to the device(three network) but it wont access the web,it does connect cos i see the two little arrows appear for connection,strangely my previous n900 worked fine,allso it works fine with wlan, any ideas, cheers

    yeah it all works fine with my three sim,my previous n900 had a fault so i got it replaced but my new one wont access the web allthough the connection symbol comes up on screen to show im connected,i have allso sent the settings three times to the device but it just wont load a web page,wifi is not a prob,so im guessing this is just down to access point settings somehow,my three branded e71 wont allow me to look at the settings either,this is strange.

  • Puzzler... Cant access RRAS with VPN connected client

    I have a series of 4 VMs running server 2012 r2;
    dc- my domain and wsus server
    rds- my remote desktop server for remoteapps, RRAS for connecting to VPN
    sql- sql server for database needed for one of the apps published
    av- hosts kaspersky and manages backups
    So, I have a VPN set up through RRAS and am connecting with it and all is well.  I can ping every computer on the network EXCEPT the rds server.  I can ping from the rds server to the vpn client.
    I am trying to use a remote app over the vpn but the remote app is unable to reach the rds server. 
    Does something have to be setup manually to loopback traffic to the rds server when it is coming in on the same server through RRAS?
    Any insight would be appreciated!
    Matt

    Hi,
    According to your description, my understanding is that rds installed RRAS and configured it as VPN server, VPN client successfully ping internal clients, but failed to ping the VPN server.
    Are there 2 NICs on the VPN server? One connects to internal and another connects to external?
    In general, a ping packet is sent by the client from its own IP address to the external IP address of VPN server, it will be unpacked once the VPN server receives it, and the VPN server will dispatch this pack due to the internal IP address. So, if this
    packet is sent to the VPN server, when it unpack the packet and find it is sent to itself, the VPN server should reply to this packet.
    You may try to turn off firewall/anti-virus software temporally, and then check to see if it can successfully ping. Besides, use a monitoring tool(Network Monitor, Wireshark ) to
    capture packets on both client and VPN server, check to see if the packets are sent/answered to the correctly destination.
    Best Regards,
    Eve Wang
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Z77A-G43 cant access BIOS with USB keyboard

    Hello guys,
    I`ve been running into a bit of trouble.
    It seems that I can no longer access the UEFI / BIOS menu at boot time by means of DEL key.
    Even though my USB keyboard is powered and lighten up, the motherboard won`t take input from it. I can`t use ANY of the keys (DEL, Pause, F11 ..) until OS is done booting.
    On the other hand, and old PS/2 keyboard apparently works just fine.
    Now, I did tried the usual steps for troubleshooting: reset bios, then update to the latest version (2.12) / clear CMOS, etc.
    So far, no luck.
    Whats boggles me is that I know FOR SURE that the keyboard used to work some time ago. I mean, it`s  the only one I have and I know I used it to set up the BIOS when I initially put the PC together.
    Any further advice will be most welcomed.
    Thanks.

    Quote from: sisif on 17-November-13, 21:30:20
    Some digging on the tubes hints to FastBoot option not allowing USB to run during POST.
    I`ll keep trying ..
    10x for the advice 
    Thats it man, turn it off and it will work. The same happened to me, now I can acces it without any problems.

  • I associated with my other Apple ID by mistake. Now I cant access my iTunes match. What to do?

    I didn't know about 90 days rule. I associated iphone with my other Apple ID by mistake. Now I cant access my iTunes match. What to do expept waiting for 90 days?

    Hi
    Try contacting Apple support Contact Apple for support and service - Apple Support
    Jim

  • Have not used Itunes in a while and I cant access Itunes Store with out downloaded new version but I keep getting error message with download. Can I just access the Istore without downloading new version?

    Have not used Itunes in a while and I cant access Itunes Store with out downloaded new version but I keep getting error message with download. Can I just access the Istore without downloading new version?

    downloaded new version but I keep getting error message with download.
    What does the error message say, andrea? (Precise text, please.)

  • I have recently changed my Apple ID password, but i now cant access my icloud with the new password, i thought the 2 were linked?

    i have recently changed my Apple ID password, but i now cant access my icloud with the new password, i thought the 2 were linked?

    Hi helenbeach,
    If you've recently made changes to your Apple ID, you may need to update or log out/log back in to some of the related services for those changes to take effect. You may find the following article helpful:
    Apple ID: What to do after you change your Apple ID
    http://support.apple.com/kb/HT5796
    Regards,
    - Brenden

  • HT201210 hey, i cant access the itunes store or log into the app world. i have attempted to download the latest ios6, and it cut of with an error message that said : cannot access the itunes store

    hello, cant access the itunes store or log in with my apple id as i get an error message saying cant connect to the i tunes store. i even attempted to download the latest ios6 which cut of. just does not want to accept my apple id

    Hi Mr Lenz
    I had the exact same problem yesterday when i tried to get some music from the store. The same messages appeared on my screen. I just waited for an hour or so and logged on again with no problem. I was able to download music normally. Perhaps there was a momentary glitch at the iTunes store at that time.
    You might try to log on again and see what happens.
    Rick

  • I cant access control on syncing iphone with mac air to get contact via outlook to change on phone

    I cant access control on syncing iphone with mac air to get contacts via outlook to change on phone. Worked fine on old itunes.

    Hi Steve, Thanks for that. When I conect the phone it comes up with iphoto and starts to sync and then when that is finnished the itunes window shows my phone syncing at the top of the screen. The only button that says iphone which is on top right only asks if I want to eject and then disapears when sync finnishes. I can not see any other way of showing a side bar view and i can not access any way of controling the sycn service. It seems to be syncing calander but not my contacts. Have I missed something?

  • I cant access app store with my wifi though i can access from any other network

    i cant access app store with my wifi though i can access from any other network

    What happens when you try? Error message?
    Have you synced apps from that computer/iTunes library? You can only sync apps from your one syncing computer.

  • I brought a iphone 5c from ebay, when i recieve the i item its loked with i cloud, and also had a tmobile sim card in the slot...now i cant access the phone because its locked with i cloud,i do not have the owner details to contrac him,,

    i brought a iphone 5c from ebay, when i recieve the i item its loked with i cloud, and also had a tmobile sim card in the slot...now i cant access the phone because its locked with i cloud,i do not have the owner details to contrac him....but i called to tmobile, they said this phone is not a stolen one,,thet told me to contrac apple.....is apple can unlock the icloud?

    Plug your phone into the wall charger for at least 30 minutes...make sure you have a sim card in the phone...then:
    Leave the USB cable connected to your computer, but NOT your phone, iTunes running, press & hold the home button while connecting the USB cable to your dock connector, continue holding the home button until you see “Connect to iTunes” on the screen. You may now release the home button. iTunes should now display that it has detected your phone in recovery mode, if not quit and reopen iTunes. If you still don’t see the recovery message repeat these steps again. iTunes will give you the option to restore from a backup or set up as new.
    Make sure you have no anti-virus software running or any firewalls...turn all of that stuff off.

  • HT201441 i bought my iphone secondhand, and the previous owner didnt deltete his find my iphone account, so when i restored it i know cant access my phone, i need help as i have no way of getting intouch with the previous owner whatsoever :/ help!

    i bought my iphone secondhand, and the previous owner didnt deltete his find my iphone account, so when i restored it i know cant access my phone, i need help as i have no way of getting intouch with the previous owner whatsoever :/ help!

    Welcome to the Apple community.
    Unfortunately, you cannot do very much with your phone unless you get assistance from the previous owner, they should either provide you with the password to unlock it or remove their account from the phone entirely remotely through iCloud.com > Find My Phone.

  • HT5858 In settings on my iphone 4 manage storage, anything to do with icloud, under accounts-icloud,gmail,add account,fetch new data is in gray and i cant access anything. Trying to upgrade to iso 7. Frustrated

    Im not good with any of this so bare with me please. On my iphone 4 anything to do with ICloud to manage storage or under Accounts(icloud,gmail,add account,ferch neew data are all in gray and cant access. Even just under settings, icloud is in gray. Im trying to download ISO7. My phone has gotten exstreamly slow. So frustrated !!

    Do you have any restrictions set in Settings > General > Restrictions?

  • My browser and email setup is missing and i cant access my balances with any character like"#*"

    can anyone help me plz my browser and email setup is missing and i cant access my balances with any character like"#*" thanks in advance.

    Hi and Welcome to the Community!!
    For the Browser and Email setup, I suggest the following steps, in order, even if they seem redundant to what you have already tried (steps 1 and 2 each should result in a message coming to your BB...please wait for that before proceeding to the next step):
    1) Register HRT
    KB00510 How to register a BlackBerry smartphone with the wireless network
    Please wait for one "registration" message to arrive to your Messages app
    2) Resend Service Books
    KB05000Delete the service book for the BlackBerry Internet Service email account from the BlackBerry smartphone
    If you have no CMIME entry, then skip the deletion
    KB02830 Send the service books for the BlackBerry Internet Service
    Please wait for "Activation" Messages, one per already configured email account, to arrive in your Messages. If you have no already configured email accounts, please wait 1 hour.
    3) Batt Pull Reboot
    Anytime random strange behavior or sluggishness creeps in, the first thing to do is a battery pop reboot. With power ON, remove the back cover and pull out the battery. Wait about a minute then replace the battery and cover. Power up and wait patiently through the long reboot -- ~5 minutes. See if things have returned to good operation. Like all computing devices, BB's suffer from memory leaks and such...with a hard reboot being the best cure.
    For the # character, are you saying you cannot type that character at any time? Or that you cannot access whatever dialing strings your carrier provides for balances and such?
    In any event, if the above does not work for the Browser and Email, then you must contact your mobile service provider to ensure you are subscribed to, from them, an adequate data plan to enable the services you desire. When you do, you can ask them also about the # key problem.
    Good luck!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

Maybe you are looking for