I bleive that you don't need X server for this, try PJA, it's a solution in Java that replaces the awt toolkit with a pure java solution. It works well for me. http://www.eteks.com/pja/en/ Asaf Gery
r.o.m.y wrote: >Hi, >I'm working with Tomcat4.0 as JSP server, and I have many pages used java >bean that contains java AWT. I need an xServer that can support my >application, if not, I always got an error when I try to browse the JSP page >via http. >This is the error:: > >javax.servlet.ServletException: Can't connect to X11 window server using >':0.0' >as the value of the DISPLAY variable. > >That's because when running, the java bean makes use of various classes in >the java.awt package > >Thank's > >_______________________________________________ >Newbie mailing list >[EMAIL PROTECTED] >*** To unsubscribe , or change message options, see: >http://XFree86.Org/mailman/listinfo/newbie > > _______________________________________________ Newbie mailing list [EMAIL PROTECTED] *** To unsubscribe , or change message options, see: http://XFree86.Org/mailman/listinfo/newbie
