RE: using javax.swing.ImageIcon with servlet

2000-11-06 Thread Stephen Adkins
Hi, It is not uncommon in web applications to want to do image operations on a server. This usually requires an X11 server if you use the Swing or AWT classes. The standard way to do this on a server machine is to run the "X Virtual Frame Buffer" (Xvfb). This is a full-fledged X server which

RE: APXS mod_jserv.so

2000-11-01 Thread Stephen Adkins
Hi, At 05:15 PM 11/1/2000 -, you wrote: Hi, Just for reference on the solving of the problem for archives etc. Use the documented command: apxs -c *.c -o mod_jserv.so We see messages frequently regarding "Where do I get mod_jserv.so?" and the documentation says to use the apxs

RE: Apache SSL not working with Tomcat

2000-10-25 Thread Stephen Adkins
Hi, I just solved this problem for my own setup. Here is what I learned. I tried to start up Tomcat and got the exception you identify below. I believe that if you simply commented out the SSL section of server.xml, then the problem would probably go away. In most cases this will be fine