Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Cant Access CFadmin with Apache2.2

Participant ,
Oct 14, 2007 Oct 14, 2007
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!???
TOPICS
Getting started
2.2K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Participant , Oct 16, 2007 Oct 16, 2007
.RIGHT THATS IT!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

I HAVE GIVEN UP

or have i?........

to finish this very long thread off - i uninstalled CF and Apache 2.2 and removed all evidence of them being on my system.

then...

i reinstalled CF (single server version) then i installed apache 1.3.39 and guess what - it all works.

i don’t know why it works, i don’t know why i even thought to try it and i don’t care why either. it work...
Translate
Community Expert ,
Oct 14, 2007 Oct 14, 2007
What happens when you click on this:

http://127.0.0.1:8300

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Oct 14, 2007 Oct 14, 2007
i get :

Index of /

is this good
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Oct 14, 2007 Oct 14, 2007
Not bad, but not so good. You should also see some directories, at least CFIDE. Did you use the Web Server Configuration Tool (/jrun4/bin/wsconfig.exe) to add Apache? You should.

1) Close antivirus and firewall programs. Restart the Coldfusion Server service.

2) Run the Web Server Configuration Tool.

3) Remove Apache or any other third-party webservers you may have connected to Coldfusion. If there is none, do nothing.

4) Restart the Coldfusion Server service. Run the Web Server Configuration Tool. Use the Add button to add Apache.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Oct 14, 2007 Oct 14, 2007
ok this is what ive just done

1, closed antivirus (sophos)
2, Removed apached from the web serv config tool
3, restarted CF server
4, ran the web serv config tool
5 restarted CF serv

the clicked on http://127.0.0.1:8300

result = same as before:

index of/
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Oct 14, 2007 Oct 14, 2007
by the way if i type in http://127.0.0.1:8000/ i get the jrun4 admin area.

this is the first time i have installed CF other than for dev purposes so perhaps this is the admin area for CF enterprise? its just that i'm used to seeing a different admin area - or are the two completly different things?
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Oct 14, 2007 Oct 14, 2007
http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=8001e97

--
Ken Ford
Adobe Community Expert - Dreamweaver
Fordwebs, LLC
http://www.fordwebs.com


"zac1234" <webforumsuser@macromedia.com> wrote in message news:fetg3k$9qu$1@forums.macromedia.com...
> 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!???
>
>
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Oct 15, 2007 Oct 15, 2007
LOL thanks Ken but i have bee directed to that link a dozen times already. ive been through it step by step but it doesnt seem to make any difference.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Oct 15, 2007 Oct 15, 2007
hi, I just went through the problem faced by you. please create the jrunserver.store file in "C:/JRun4/lib/wsconfig/1/jrunserver.store" path. In that jrunserver.store put the proxyserver = IP of the machine on which the CFMX7 is running. Also create the enteries in the httpd.conf as mentioned in the url http://kb.adobe.com/selfservice/viewContent.do?externalId=8001e97&sliceId=2

Also first if the Jrun Admin console of yours is opening that is http://127.0.0.1:8000/ then login it and click the coldfusion then all services related to coldfusio n will open then click the services link and start the webservice. This will definetely resolve your problem.

If this does not work provide the httpd.conf file to me.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Oct 15, 2007 Oct 15, 2007
hi ukb kumar, thanks for your reply.



1, when you say create the jrunserver.store file what exactly do you mean? do you mean create a folder called jrunserver then put a file in it call store?
2, can you please give instructions on how to put the ip address of my machine in the folder
3, i have added the jrun entry to the bottom of the config file (as you will see by on the next post) is this correct, i have juyst put it at the bottom.
4, i logged into http://127.0.0.1:8000 and checked that all CF services are running.
5, tried to log in to http://127.0.0.1/CFIDE/administrator/index.cfm but still no joy.

i have messaged you with the conf file as its too big to post here. thanks
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Oct 16, 2007 Oct 16, 2007
Hi, Please follow these steps:-

1. copy the CFIDE from cf_root/servers/ to htdocs folder.
2. Try to access http://127.0.0.1/
Output must be It Works!
3. Then restart apache and try to access http://127.0.0.1/CFIDE/administartor/index.cfm
4. If output is not there then go to the htdocs folder and right click the CFIDE folder. Go to the security tab and add everyone the whole permission.
5. Again try step 3


I am sending my httpd.conf to you. So please go through it and try to replace this with yours. And let me know what happens. Also let me know when you try http://127.0.0.1:8300/CFIDE/administrator/index.cfm does it works?

What i have understood is that you are not able to access the admin part of coldfusion from apache? Are you able to run any of the cfm pages successfully.
Reply these.

Also create a jrunserver.store file in the location which i suggested. It is a file and name it jrunserver.store and inside it just write proxyservers=

Also it will be of a great help if you explain me the problem of yours in brief once more. I just wanted to know what actually is not working.

Regards
ukb
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Oct 16, 2007 Oct 16, 2007
ok this is what i have done:

1, the CFIDE is already in htdocs folder
2, tried to access http://127.0.0.1 but does not work. However if i type http://127.0.0.1:8300 the result is "it works"
3, Right clicked on CFIDE (this PC is not networked so security permissions are limited) it would appear i have all the access i can have to this folder - please note that my account is the administrators account.
4, tried again to access http://127.0.0.1/CFIDE/administrator/index.cfm but did not work
5, Yesterday i was able to type in http://xxx.xxx.xx.xx/cfide/administrator/index.cfm to access the CF admin but now that isnt working either, today the message says "500 there is no web service configured to .........." or you just get the grey box that says "file not found"

i wish this forum would allow the uploading of pictures then i could take a screen shot.

yes i am able to view pages with the cfm extention if you go here you will see one of my virtual hosts is working http://www.wingmedia.co.uk or
http://www.wingmedia.co.uk/store to view a cfm error

i have created the jrunserver.store and i have put the ip address of my machine in there. the ip of my machine is 10.0.0.1

the next thing to try would be to use your config file




quote:

Originally posted by: ukb kumar
Hi, Please follow these steps:-

1. copy the CFIDE from cf_root/servers/ to htdocs folder.
2. Try to access http://127.0.0.1/
Output must be It Works!
3. Then restart apache and try to access http://127.0.0.1/CFIDE/administartor/index.cfm
4. If output is not there then go to the htdocs folder and right click the CFIDE folder. Go to the security tab and add everyone the whole permission.
5. Again try step 3


I am sending my httpd.conf to you. So please go through it and try to replace this with yours. And let me know what happens. Also let me know when you try http://127.0.0.1:8300/CFIDE/administrator/index.cfm does it works?

What i have understood is that you are not able to access the admin part of coldfusion from apache? Are you able to run any of the cfm pages successfully.
Reply these.

Also create a jrunserver.store file in the location which i suggested. It is a file and name it jrunserver.store and inside it just write proxyservers=

Also it will be of a great help if you explain me the problem of yours in brief once more. I just wanted to know what actually is not working.

Regards
ukb


Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Oct 16, 2007 Oct 16, 2007
This is mt httpd.conf
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Oct 15, 2007 Oct 15, 2007
Do you have this setting in your httpd.conf file?

# JRun Settings
LoadModule jrun_module /usr/opt/coldfusionmx7/runtime/lib/wsconfig/1/mod_jrun22.so
<IfModule mod_jrun22.c>
JRunConfig Verbose false
JRunConfig Apialloc false
JRunConfig Ssl false
JRunConfig Ignoresuffixmap false
JRunConfig Serverstore /opt/coldfusionmx7/runtime/lib/wsconfig/1/jrunserver.store
JRunConfig Bootstrap 127.0.0.1:51011
#JRunConfig Errorurl <optionally redirect to this URL on errors>
#JRunConfig ProxyRetryInterval 600
#JRunConfig ConnectTimeout 15
#JRunConfig RecvTimeout 300
#JRunConfig SendTimeout 15
AddHandler jrun-handler .jsp .jws .cfm .cfml .cfc .cfr .cfswf
</IfModule>

--
Ken Ford
Adobe Community Expert - Dreamweaver
Fordwebs, LLC
http://www.fordwebs.com


"zac1234" <webforumsuser@macromedia.com> wrote in message news:fev3p0$4dq$1@forums.macromedia.com...
> LOL thanks Ken but i have bee directed to that link a dozen times already. ive been through it step by step but it doesnt seem to
> make any difference.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Oct 15, 2007 Oct 15, 2007
yes i have the following code at the bottom of my conf file but with some slight changes, see the 2nd paste below, i have put the different bits on bold.

# JRun Settings
LoadModule jrun_module /usr/opt/7/runtime/lib/wsconfig/1/mod_jrun22.so
<IfModule mod_jrun22.c>
JRunConfig Verbose false
JRunConfig Apialloc false
JRunConfig Ssl false
JRunConfig Ignoresuffixmap false
JRunConfig Serverstore /opt/coldfusionmx7/runtime/lib/wsconfig/1/jrunserver.store
JRunConfig Bootstrap 127.0.0.1:51011
#JRunConfig Errorurl <optionally redirect to this URL on errors>
#JRunConfig ProxyRetryInterval 600
#JRunConfig ConnectTimeout 15
#JRunConfig RecvTimeout 300
#JRunConfig SendTimeout 15
AddHandler jrun-handler .jsp .jws .cfm .cfml .cfc .cfr .cfswf
</IfModule>


# JRun Settings
LoadModule jrun_module "C:/JRun4/lib/wsconfig/1/mod_jrun22.so"
<IfModule mod_jrun22.c>
JRunConfig Verbose false
JRunConfig Apialloc false
JRunConfig Ssl false
JRunConfig Ignoresuffixmap false
JRunConfig Serverstore "C:/JRun4/lib/wsconfig/1/jrunserver.store"
JRunConfig Bootstrap 127.0.0.1:51020
#JRunConfig Errorurl <optionally redirect to this URL on errors>
#JRunConfig ProxyRetryInterval 600
#JRunConfig ConnectTimeout 15
#JRunConfig RecvTimeout 300
#JRunConfig SendTimeout 15
AddHandler jrun-handler .jsp .jws .cfm .cfml .cfc .cfr .cfswf
</IfModule>

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Oct 15, 2007 Oct 15, 2007
Did wsconfig add this, or did you add it?

What address are you using to try to get to the ColdFusion Administrator?

What address do you use to get to your websites?

--
Ken Ford
Adobe Community Expert - Dreamweaver
Fordwebs, LLC
http://www.fordwebs.com


"zac1234" <webforumsuser@macromedia.com> wrote in message news:fevjmd$nhm$1@forums.macromedia.com...
> yes i have the following code at the bottom of my conf file but with some
> slight changes, see the 2nd paste below, i have put the different bits on bold.
>
> # JRun Settings
> LoadModule jrun_module "C:/JRun4/lib/wsconfig/1/mod_jrun22.so"
> <IfModule mod_jrun22.c>
> JRunConfig Verbose false
> JRunConfig Apialloc false
> JRunConfig Ssl false
> JRunConfig Ignoresuffixmap false
> JRunConfig Serverstore "C:/JRun4/lib/wsconfig/1/jrunserver.store"
> JRunConfig Bootstrap 127.0.0.1:51020
> #JRunConfig Errorurl <optionally redirect to this URL on errors>
> #JRunConfig ProxyRetryInterval 600
> #JRunConfig ConnectTimeout 15
> #JRunConfig RecvTimeout 300
> #JRunConfig SendTimeout 15
> AddHandler jrun-handler .jsp .jws .cfm .cfml .cfc .cfr .cfswf
> </IfModule>
>
>
>
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Oct 15, 2007 Oct 15, 2007
i have tried to add it both ways but this last attemp i added it myself.

to acces the admin i'm using http://127.0.0.1/CFIDE/administrator/index.cfm

one of the websites i'm trying to host is www.wingmedia.co.uk & www.uassembly.com but these do not work yet as i belive i have to had them into somethiung called virtual hosts on the config file ????
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Oct 15, 2007 Oct 15, 2007
OK try these steps:

1. Delete that section from your httpd.conf file and then restart Apache.

2. Backup the existing C:\JRun4\runtime\lib\wsconfig.jar to wsconfig.jar.bu

3. Download this file:

http://kb.adobe.com/support/coldfusion/ts/documents/8001e97/wsconfig.zip

4. Extract the new wsconfig.jar file and place it in C:\JRun4\runtime\lib

5. Stop all ColdFusion and Apache 2.2 services.

6. Open a command prompt and then do this:

cd \JRun4\runtime\lib

(make sure the following is on one line)

java -Dtrace.ci=1 -jar wsconfig.jar -server coldfusion -ws apache
-dir C:\Program Files\Apache Software Foundation\Apache2.2\conf
-bin C:\Program Files\Apache Software Foundation\Apache2.2\conf\bin\httpd
-script C:\Program Files\Apache Software Foundation\Apache2.2\conf\bin\
-coldfusion -v

7. Restart Apache and ColdFusion services.

This should help you with virtual hosts:

http://httpd.apache.org/docs/2.2/vhosts/name-based.html

You'll need to add two of them, like this:

NameVirtualHost *:80

<VirtualHost *:80>
ServerName www.wingmedia.co.uk
ServerAlias wingmedia.co.uk *.wingmedia.co.uk
DocumentRoot C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\wingmedia
</VirtualHost>

<VirtualHost *:80>
ServerName www.uassembly.com
ServerAlias uassembly.com *.uassembly.com
DocumentRoot C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\uassembly
</VirtualHost>

The above is assuming that you have the following:

www.wingmedia.co.uk domain in the C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\wingmedia folder

www.uassembly.com domain in the C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\uassembly folder


--
Ken Ford
Adobe Community Expert - Dreamweaver
Fordwebs, LLC
http://www.fordwebs.com


"zac1234" <webforumsuser@macromedia.com> wrote in message news:fevmo0$r0m$1@forums.macromedia.com...
>i have tried to add it both ways but this last attemp i added it myself.
>
> to acces the admin i'm using http://127.0.0.1/CFIDE/administrator/index.cfm
>
> one of the websites i'm trying to host is www.wingmedia.co.uk &
> www.uassembly.com but these do not work yet as i belive i have to had them into
> somethiung called virtual hosts on the config file ????
>
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Oct 15, 2007 Oct 15, 2007
ok i did as you said exactly but still no joy when tryign to access http://127.0.0.1/CFIDE/administrator/index.cfm.

two things i would like to point out.
1, under my JRun4 folder i dont have a 'runtime' folder but i do have a lib so i cut out the 'runtime' bit

2, i have posted the results of runinng that comand on the cmd prompt. from looking at the httpd file it hasnt added the jrun info - should it have or should i now be opening the server config tool?

these are the results of the cmp promp thingy

C:\Documents and Settings\zac>cd \JRun4\lib

C:\JRun4\lib>java -Dtrace.ci=1 -jar wsconfig.jar -server coldfusion -ws apache -
dir C:\Program Files\Apache Software Foundation\Apache2.2\conf -bin C:\ProgramFi
les\Apache Software Foundation\Apache2.2\conf\bin\httpd -script C:\Program Files
\Apache Software Foundation\Apache2.2\conf\bin\-coldfusion -v
Usage:
To use GUI:
java -jar wsconfig.jar
To use property file to specifiy options:
java -jar wsconfig.jar -f <property-file-path>
To use command line to specify options:
java -jar wsconfig.jar [options]

Options
To install web server connector:
-ws <IIS|Apache|SunONE|iPlanet|NES> -dir <path> | -site <site>
[-host <hostname>] [-server <servername>] | [-cluster <clustername>]
[-username <username>] [-password <password>]
[-norestart] [-l] [-a] [-v]
[-map <.ext1[,.extn]>]
[-filter-prefix-only]
[-coldfusion] [-cfwebroot [<dir>]]
[-bin <path>] [-service <servicename>] (Apache/Windows only)
[-bin <path>] [-script <path>] [-apxs] (Apache/UNIX only)
To remove web server connector:
-remove -ws <IIS|Apache|SunONE|iPlanet|NES> -dir <path> | -site <site> [
-v]
To remove all web server connectors:
-uninstall [-v]
To upgrade web server connector:
-upgrade -ws <IIS|Apache|SunONE|iPlanet|NES> -dir <path> | -site <site>
[-v]
To upgrade all web server connectors:
-upgrade [-v]
To list configured web servers:
-list [-ws <IIS|Apache|SunONE|iPlanet|NES>] [-v]
To list all JRun servers/clusters on specified host:
-list -host <hostname> [-v]
To get JRun version information for this jar file:
-info
To get this help:
-help

Descriptions
-ws <IIS|Apache|SunONE|iPlanet|NES> web server
-dir <path> Apache conf, SunONE, iPlanet or NES config direc
tory
-site <site> IIS web site name or number
-host <hostname> JRun server address (default=localhost)
-server <servername> JRun server name (default=default)
-cluster <clustername> JRun cluster name
-username <username> JRun server user name (default=guest account)
-password <password> JRun server password (defaults=guest account)
-norestart do not restart web server
-l enable verbose logging for connector
-a enable native OS memory allocation
-v verbose output from connector installer
-map <.ext1[,.extn]>
-filter-prefix-only used with -map to allow suffix mappings
thru the filter to the extension handler
-coldfusion signifies CFMX rather than JRun
-cfwebroot [<dir>] Directory containing CFMX web root (defaults=web
root from cfmx install)
-service <servicename> Apache Windows service name
-bin <path> Apache server binary file
-script <path> Apache Unix control script file
-apxs build Apache module from source

C:\JRun4\lib>

i'm just about to try the virtual host thing now so i'll post back the results.

thanks for your help so far.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Oct 15, 2007 Oct 15, 2007
ok, if copy and paste this code in at the bottom of the httpd file i cannot get apache to start/restart.

NameVirtualHost *:80

<VirtualHost *:80>
ServerName www.wingmedia.co.uk
ServerAlias wingmedia.co.uk *.wingmedia.co.uk
DocumentRoot C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\wingmedia
</VirtualHost>

<VirtualHost *:80>
ServerName www.uassembly.com
ServerAlias uassembly.com *.uassembly.com
DocumentRoot C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\uassembly
</VirtualHost>

i have checked through that text above and according to http://httpd.apache.org/docs/2.2/vhosts/name-based.html its spot on.

i'm gettiing really hacked off with this now. is there anyome i can pay to sign in remotly and do this for me? then i can just learn from what they have done.

aaahhhhhgggggrgrrr!
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Oct 15, 2007 Oct 15, 2007
ok i think i might know whats wrong here... well its just a guess anyway..... you know when you install apache.exe and it asks you to put in network domain and server domain ? should i have put in there localhost? or shoud i have put in there www.something.com ??? cus i think i did the latter.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Oct 15, 2007 Oct 15, 2007
FAO Ken,

just though i'd let you know. ive got one of the problems sorted. the virtual hosts is now working.

for anyone else reading this post always remember if your document root containes spaces it should be enclosed with " " so for example:

DocumentRoot C:/Program Files/Apache Software Foundation/Apache2.2/htdocs/the_domain_folder

should be

DocumentRoot "C:/Program Files/Apache Software Foundation/Apache2.2/htdocs/the_domain_folder"

get in there, back of the net, come on england - and all those other types of cheers!

1 problem down, 1 left
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Oct 15, 2007 Oct 15, 2007
See if this helps:

http://mattwoodward.com/blog/index.cfm?event=showEntry&entryID=019337C3-D191-780E-6D8875C588B0E4EA

--
Ken Ford
Adobe Community Expert - Dreamweaver
Fordwebs, LLC
http://www.fordwebs.com


"zac1234" <webforumsuser@macromedia.com> wrote in message news:fevv0o$77r$1@forums.macromedia.com...
> ok i did as you said exactly but still no joy when tryign to access
> http://127.0.0.1/CFIDE/administrator/index.cfm.
>
> two things i would like to point out.
> 1, under my JRun4 folder i dont have a 'runtime' folder but i do have a lib so
> i cut out the 'runtime' bit
>
> 2, i have posted the results of runinng that comand on the cmd prompt. from
> looking at the httpd file it hasnt added the jrun info - should it have or
> should i now be opening the server config tool?
>
> these are the results of the cmp promp thingy
>
> C:\Documents and Settings\zac>cd \JRun4\lib
>
> C:\JRun4\lib>java -Dtrace.ci=1 -jar wsconfig.jar -server coldfusion -ws apache
> -
> dir C:\Program Files\Apache Software Foundation\Apache2.2\conf -bin
> C:\ProgramFi
> les\Apache Software Foundation\Apache2.2\conf\bin\httpd -script C:\Program
> Files
> \Apache Software Foundation\Apache2.2\conf\bin\-coldfusion -v
> Usage:
> To use GUI:
> java -jar wsconfig.jar
> To use property file to specifiy options:
> java -jar wsconfig.jar -f <property-file-path>
> To use command line to specify options:
> java -jar wsconfig.jar [options]
>
> Options
> To install web server connector:
> -ws <IIS|Apache|SunONE|iPlanet|NES> -dir <path> | -site <site>
> [-host <hostname>] [-server <servername>] | [-cluster <clustername>]
> [-username <username>] [-password <password>]
> [-norestart] [-l] [-a] [-v]
> [-map <.ext1[,.extn]>]
> [-filter-prefix-only]
> [-coldfusion] [-cfwebroot [<dir>]]
> [-bin <path>] [-service <servicename>] (Apache/Windows only)
> [-bin <path>] [-script <path>] [-apxs] (Apache/UNIX only)
> To remove web server connector:
> -remove -ws <IIS|Apache|SunONE|iPlanet|NES> -dir <path> | -site <site>
> [
> -v]
> To remove all web server connectors:
> -uninstall [-v]
> To upgrade web server connector:
> -upgrade -ws <IIS|Apache|SunONE|iPlanet|NES> -dir <path> | -site <site>
> [-v]
> To upgrade all web server connectors:
> -upgrade [-v]
> To list configured web servers:
> -list [-ws <IIS|Apache|SunONE|iPlanet|NES>] [-v]
> To list all JRun servers/clusters on specified host:
> -list -host <hostname> [-v]
> To get JRun version information for this jar file:
> -info
> To get this help:
> -help
>
> Descriptions
> -ws <IIS|Apache|SunONE|iPlanet|NES> web server
> -dir <path> Apache conf, SunONE, iPlanet or NES config
> direc
> tory
> -site <site> IIS web site name or number
> -host <hostname> JRun server address (default=localhost)
> -server <servername> JRun server name (default=default)
> -cluster <clustername> JRun cluster name
> -username <username> JRun server user name (default=guest account)
> -password <password> JRun server password (defaults=guest account)
> -norestart do not restart web server
> -l enable verbose logging for connector
> -a enable native OS memory allocation
> -v verbose output from connector installer
> -map <.ext1[,.extn]>
> -filter-prefix-only used with -map to allow suffix mappings
> thru the filter to the extension handler
> -coldfusion signifies CFMX rather than JRun
> -cfwebroot [<dir>] Directory containing CFMX web root
> (defaults=web
> root from cfmx install)
> -service <servicename> Apache Windows service name
> -bin <path> Apache server binary file
> -script <path> Apache Unix control script file
> -apxs build Apache module from source
>
> C:\JRun4\lib>
>
> i'm just about to try the virtual host thing now so i'll post back the results.
>
> thanks for your help so far.
>
>
>
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Oct 15, 2007 Oct 15, 2007
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?
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Oct 16, 2007 Oct 16, 2007
actually something interesting is happening.

in my jrunserver.store file the ip address keeps going missing.

it looks like this:

proxyservers=10.0.0.1

then i click save

restart the server

but then when i open up the jrunserver.store file again it looks like this:

proxyservers= ip missing????
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources