| View previous topic :: View next topic |
| Author |
Message |
tommygunner
Joined: 13 Aug 2007 Posts: 5
|
Posted: Sun Sep 14, 2008 5:33 am Post subject: Cannot Get Adin GUI to Pop up |
|
|
| I just installed OpenEMM on RHEL4 and am having problems getting the admin gui to come up when I put in my http://fqdm:8080 or 89081. I don't get anything to come up. |
|
| Back to top |
|
 |
bbgun
Joined: 18 Sep 2008 Posts: 3
|
Posted: Thu Sep 18, 2008 5:26 am Post subject: One Solution to the missing web interface problem |
|
|
I had the same problem, I couldn't get the web interface working.
This problem drove me mad but Chris pointed me in the right direction in this thread:
http://www.openemm.org/forums/viewtopic.php?t=6&highlight=jdk
I checked the path of the "openemm" user. When installing OpenEMM I couldn't go moving java directories, as specified in Step 3.
So instead i have modified the .bash_profile of openemm user.
An explanation of howto do this properly is here:
http://www.cyberciti.biz/faq/linux-unix-set-java_home-path-variable/
This fixed the problem for me immediately, hope this helps |
|
| Back to top |
|
 |
bbgun
Joined: 18 Sep 2008 Posts: 3
|
Posted: Thu Sep 18, 2008 5:30 am Post subject: |
|
|
Another thing, I thought i modified the port settings correctly to be :81
Apparently i must have done something wrong. So after doing the above mentioned fix i ran this
root#> netstat -ntlp
And seen that
:::8080
had a java process listening
Loading up my web browser i connected to
http://localhost:8080
And it worked no problems. |
|
| Back to top |
|
 |
tommygunner
Joined: 13 Aug 2007 Posts: 5
|
Posted: Thu Sep 18, 2008 6:12 pm Post subject: |
|
|
Thanks, it looks like that may do the trick. I vaguely remember doing something like this about a year ago when I had it running. The funny thing is I'm running into some of my old posts that are nearly the same as the ones I posted recently.
It seems like this issue needs to be documented in the wiki. |
|
| Back to top |
|
 |
|