Re: servlet and graphics

2001-03-23 Thread Ola Samuelson
Hi! First, install virtual frame buffer of some sort. We use Xvfb which is started with display/screen combination 1:0. Xvfb can be downloaded from any XFREE download site. Then make sure DISPLAY is set to 1:0. With Jserv: set display in jserv.properties and make sure it is exported. We use it l

Re: What are the disadvantages of using jikes instead of javac?

2000-12-19 Thread Ola Samuelson
Have you done any tests on SMP using SE v1.3.0-FCS based on Sun's 1.3.0_01 code? //OLAS Nathan Meyers wrote: > > I used to believe that until I tried, some months back, a side-by-side > comparison of some benchmark code compiled by the old Blackdown JDK1.2.2 > javac and a Sun-supplied javac on

Re: ofmipd-smtp-resources?

2000-08-14 Thread Ola Samuelson
wow! not really for this list i'd say and much more info needed to solve your problem. can be anything from network problem to java code .. Take a look at javamail and try the lists at sun. Christian Kruggel wrote: > Hi there! > > I try to write a little Java-SMTP-Client but fail to authen

Re: Interclient 1.51 JDBC problems on Linux with Blackdown 1.2.2RC3 repost of more info

2000-01-13 Thread Ola Samuelson
Request request, HttpServletResponse response) throws ServletException, IOException { // get parameters that were sent with the request // based on those parameters call one of my functions above } } Can You explain how your idea would apply to this code? Thanks for your time! Regds //OLAS

Re: Interclient 1.51 JDBC problems on Linux with Blackdown 1.2.2RC3

2000-01-13 Thread Ola Samuelson
Request request, HttpServletResponse response) throws ServletException, IOException { // get parameters that were sent with the request // based on those parameters call one of my functions above } } Can You explain how your idea would apply to this code? Thanks for your time! Regds //OLAS

Interclient 1.51 JDBC problems on Linux with Blackdown 1.2.2RC3

2000-01-13 Thread Ola Samuelson
Hi! First, thanks to all that makes java/jserv work on linux. Hope this is right for this forum. I have following: * x86 machines * Interbase 5.6 on Redhat 6.1(2.2.13)/interserver/interclient 1.51JRE1.2 * Interbase Interclient1.51 on Redhat 6.1(2.2.14)/Blackdown jdk 1.2.2rc3/Sun JSDK2.0/Jserv 1

Moving datbase access servlets built with Jbuilder3 to Linux/Apache(jserv)/JRE

1999-10-08 Thread Ola Samuelson
question really is: Does the available JREs/jserv handle these kind of classes well provided that they are available or am I restricted to use java* classes only? Many thanks in advance! OLA SAMUELSON [EMAIL PROTECTED] -- To