Servlets on linux

1998-08-04 Thread Alejandro Canales
Hi! I am developing servlets on linux. They work perfectly if I don't use JDBC. With JDBC I lost the output when any function of JDBC is called. I use PrintStream, PrintWriter for handle the output. Any Hint??? Someone has experimented something like thi

Thanks

1998-07-30 Thread Alejandro Canales
I whish to thanks to all the people that help me to develop and run servlets on Linux. Sincerely A Canales

RE: Servlets on Linux

1998-07-30 Thread Alejandro Canales
Hi! On Wed, 29 Jul 1998, Brian Pedersen wrote: > > > > import java.servlet.*; > > > > import java.servlet.http.*; > > Shouldn't this read javax.servlet.* ? Servlets are NOT a part of core in > ^ > 1.1. If you set your classpath to point to jsdk then this will m

Re: Servlets on Linux

1998-07-30 Thread Alejandro Canales
Thanks a lot It compile! I am very happy ! What are the diference between: import java.servlet.XXX and import javax.serlet.XXX Thanks A Canales PD Now I try to work with this simple Servlet... any hint??? >

Re: Servlets on Linux

1998-07-29 Thread Alejandro Canales
I just do it and in my case not work :-( Thanks AC On Wed, 29 Jul 1998, Robert Ritchy wrote: > Try adding the following to your classpath > > /usr/local/java/lib/jsdk.jar > > instead of just: > > /usr/local/java/lib

RE: Servlets on Linux

1998-07-29 Thread Alejandro Canales
On Wed, 29 Jul 1998, Doug Welzel wrote: > Can you tell me exactly what your CLASSPATH variable is? (just to make > sure) > > > -Original Message- > > From: Alejandro Canales [mailto:[EMAIL PROTECTED]] > > Sent: Wednesday, July 29, 1998 5:07 AM > >

Servlets on Linux

1998-07-24 Thread Alejandro Canales
Hi! I am intereste on using Servlets. Can anyone send me their comments about this tecnlology??? What can I should do for work with servlets on linux?? I mean, what version of JDK I need or maybe another program??? I am confused because in javasoft only the Win and Solaris version