Re: Any EJB Server for Linux?

1999-11-08 Thread Shawn McKisson
All of the EJB servers I have seen are written in Java. So, the answer is yes - all of them. --shawn [EMAIL PROTECTED] wrote: > > Are there any EJB Server for Linux currently Available. > > Thanks > _ > Steve Gee > Certified Java Programmer > Maxor National Pharmacies > Informa

Is the 1.2 jdk from blackdown considered production quality?

1999-10-27 Thread Shawn McKisson
Is the 1.2 jdk from blackdown considered production quality? If not, is there a specific date in mind? Thanks. --shawn -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PRO

Re: Newbie Question

1999-10-08 Thread Shawn McKisson
You dont have the JDSK classes in your classpath. They can be downloaded from sun if you dont have them. Add it in and things will work fine. --shawn Don Hatch wrote: > > I'm new to java on Linux but have experience with programming java on > Windows. I'm having some problems compiling servlets

Re: Help on installing Jserv

1999-10-08 Thread Shawn McKisson
> Please help me! I just finished installing JServ. Mabye I can help. What is the exact error you are getting? Can we see the entry from /logs/error_log and /logs/mod_jserv.conf ? --shawn   -- To UNSUBSCRIBE, email to [EMA

Re: libjava.so not found

1999-10-06 Thread Shawn McKisson
I believe that libjava.so gets added in by the .java_wrapper. Try placing some debug flags into that script and see what it is setting the LD_LIBRARY_PATH env var to. --shawn SteveC wrote: > > hi, > > Running RH6, blackdown JDK1.2 pre 2. Installed via tar > xvf to /usr/local/ I put > /usr/loca

Re: Classpath

1999-10-06 Thread Shawn McKisson
Roger Smith wrote: > > hey there I installed the jdk1.1.6 onto my Redhat system then I also > installed the mysql JDBC and I had to set the classpath so my program > would find the jdbc files, however, when I type java it says > "can't find class " and my other programs run fine without the > cl

Re: name resolution problems

1999-10-03 Thread Shawn McKisson
Kontorotsui wrote: > Make sure that in /etc/host.conf you have the following command: >From the attachment I sent: production:~/projects/inet>cat /etc/host.conf order hosts, bind multi on > order hosts, bind Check! > And that in /etc/hosts there is the entry >From the attachment I sent: pr

Re: name resolution problems

1999-10-03 Thread Shawn McKisson
"[EMAIL PROTECTED]" wrote: > > What do you get if you run "nslookup localhost" ? > > Troy > hm. This is very interesting. Trying that yesterday would result in : "... can't find production: Non-existent host/domain" But today, I get a response?!? Non-authoritative answer: Name:localh

name resolution problems

1999-10-02 Thread Shawn McKisson
While trying to get apache jserv to work, I kept getting errors about not being able to resolve the hostname "localhost". Thus I went browsing and found a few simple programs, none of which I could get to work properly. Here is the one that I found most useful: import java.net.*; class HostCheck