Vasile Curelea wrote:
>
> java.lang.InternalError: Can't connect to X11 window server
>

 This is a frequently asked question, so there are
some good answers in the archives.

 Short version: Using a regular-old-X-server running
on one of your workstations is not such a good idea
for a production web server. Instead:

 - Use a special headless X Server like xvfb
 - Or replace the AWT with one that doesn't require
   an X Server
 - Or use the newest release of the JDK, which
   doesn't have the problem.

 Search the archives using the term "xvfb", and you
should get a bunch of hits with futher explanation.


--
Christopher St. John [EMAIL PROTECTED]
DistribuTopia http://www.distributopia.com

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to