---------------------------------------------------------------- BEFORE YOU POST, search the faq at <http://java.apache.org/faq/> WHEN YOU POST, include all relevant version numbers, log files, and configuration files. Don't make us guess your problem!!! ---------------------------------------------------------------- Hi! I did read the FAQ but could not seem to find what I am looking for. 1. Installing Jserv1.1b2 on RH6.1(2.2.13) with JSDK2 and JDK1.2 went smoothly 2. Demoservlets work(Hello/IsItWorking) 3. My own servlets built in JBuilder3 works in Windows Problem: My own servlets does NOT work on linux Logfiles fills with "Error scanning servlet ..." and such. Hence these questions: 1. Which are the jar files that I need at a minimum to run a servlet? 2. I copied ALL Borland redistributable jar-files to the linux system and included them in "wrapper.classpaths". Before that, the browser reported that the class I was trying to use did not exist. Then as I started to add jar:s some errors in log changed to Classnotfound and later to .."scanning servlet.." But still does not work. Should not all these classes be enough? Currently i have: rt,dt,tools,java/bin, jbcl, dx, jgl, interclient, orbutils on my path(my jserv path). Remeber the testservlets work although I understand that they are far from rich of features and may work with only a few classes. Are there any general recommendation i can follow so that I can be "almost" sure that what ever feature I use in JB3 - supported classes are available on the linux box. I do not want to use standard deployment and build my own jars for each servlet. Any other hints? Thanks! //OLAS -- -------------------------------------------------------------- Please read the FAQ! <http://java.apache.org/faq/> To subscribe: [EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] Archives and Other: <http://java.apache.org/main/mail.html> Problems?: [EMAIL PROTECTED]