This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
faq:general:client_only_works_on_server [2016/04/11 09:25] hermen |
faq:general:client_only_works_on_server [2019/12/09 10:19] (current) |
||
---|---|---|---|
Line 14: | Line 14: | ||
* You are trying with the wrong IP address -> make sure you have the right IP address for your server. | * You are trying with the wrong IP address -> make sure you have the right IP address for your server. | ||
+ | If the Website is showing up, but the client refuses to start or login, please follow the instructions below. | ||
The problem is caused by a wrong or not working DNS configuration of the GECAMed server. | The problem is caused by a wrong or not working DNS configuration of the GECAMed server. | ||
Line 43: | Line 44: | ||
192.168.x.x gecamed-server-name | 192.168.x.x gecamed-server-name | ||
- | Where 192.168.x.x is the real IP address of your GECAMed server and gecamed-server-name is the hostname of your machine. | + | Where 192.168.x.x is the real IP address of your GECAMed server and gecamed-server-name is the hostname of your machine. Do not remove the "127.0.0.1 localhost" line. |
You can find the hosts file at: | You can find the hosts file at: | ||
Line 57: | Line 58: | ||
This is done by adding the following line to the run.conf file in GECAMed/jboss/bin on LINUX and MAC OSX installations. | This is done by adding the following line to the run.conf file in GECAMed/jboss/bin on LINUX and MAC OSX installations. | ||
- | JAVA_OPTS="%JAVA_OPTS -Djboss.bind.address=192.168.x.x" | + | JAVA_OPTS="$JAVA_OPTS -Djboss.bind.address=192.168.x.x" |
For Windows Installations please add the following line to the run.bat file in GECAMed/jboss/bin | For Windows Installations please add the following line to the run.bat file in GECAMed/jboss/bin |