Revision 3164
Added by Jing Tao almost 18 years ago
metacatinstall.html | ||
---|---|---|
639 | 639 |
Apache you will probably have to type |
640 | 640 |
<pre>http://yourserver.yourdomain.com:8080/yourcontext/</pre> |
641 | 641 |
</p> |
642 |
<p><b>Troubleshooting</b>: If you see something like java.lang.InternalError: |
|
643 |
Can't connect to X11 window server using 'yourservanme:0.0' as the value of the DISPLAY variable. |
|
644 |
<p>You should add this line: |
|
645 |
<b>JAVA_OPTS="-Djava.awt.headless=true $JAVA_OPTS"</b> at the first line of |
|
646 |
catalina.sh file in tomcat bin directory. The reason is that GeoServer uses X11 wondows to draw graphics. |
|
647 |
</p> |
|
642 | 648 |
|
643 | 649 |
<h2> Operating System Specific Instructions </h2> |
644 | 650 |
<p> These documents are meant to outline the metacat installation process on specific platforms. They are <strong><em>not</em></strong> a substitute for the above instructions and only meant as a supplemental guideline. </p> |
Also available in: Unified diff
Add a troubleshooting to handle X11 windows issue after restart tomcat.