Re: Servlets...

2000-09-25 Thread Mark Ogden
Does anyone have experience of using Tomcat, Jakarta and JServ? How do these differ from Enhydra? -- Save the whales. Collect the whole set. [EMAIL PROTECTED]http://homepage.ntlworld.com/pogden -- To UNSUBSCRIBE, emai

Re: Servlets...

2000-09-24 Thread Man Chi Ly
http://www.apl.jhu.edu/~hall/java/Servlet-Tutorial/ On Sun, 24 Sep 2000, Mark Ogden wrote: > Can anybody point me to any decent resources on the web to help me learn > more about Java Servlets? Also, are there any O'Reilly books on the > subject? > > Cheers in advance... > > -- > Save the wha

Re: Servlets...

2000-09-24 Thread Weiqi Gao
Mark Ogden wrote: > > Can anybody point me to any decent resources on the web to help me learn > more about Java Servlets? Also, are there any O'Reilly books on the > subject? O'Reilly has published a wonderful book on Java Servlets, "Java Servlet Programming" by Jason Hunter. The book covers a

Re: servlets sharing i/o file

2000-07-06 Thread Rousseau, John
On Thursday Jul 6, 2000, Marcos Lloret wrote: > hi, > > i have running a sevlets that reads from a file a number and it adds > one more. after changes it saves. > i want to use the same file from another servlet. any problem?? if > both servlets try to open and save at the same time. > >

Re: Servlets + JSP on linux (fwd)

1999-07-19 Thread Chris Woods
Tim Reilly <[EMAIL PROTECTED]> writes: > If anyone has a tarball of jwdk 1.0 lying around anyplace, I'd VERY much > appreciate it if they could send it my way. Or, if anyone knows of an > obscure page on Sun's website that lists archived versions of their > products, I'd love to know about it.

RE: Servlets + JSP on linux (fwd)

1999-07-19 Thread Tim Reilly
-- Forwarded message -- Date: Mon, 19 Jul 1999 10:43:37 -0400 (EDT) From: Tim Reilly <[EMAIL PROTECTED]> To: John N. Alegre <[EMAIL PROTECTED]> Subject: RE: Servlets + JSP on linux Unfortunately no, I have not gotten a response about this. I originally posted

Re: Servlets and Such

1999-05-30 Thread John N. Alegre
On 14-May-99 Jeff Galyan wrote: > > The book "Core Java WebServer" has just over half of its pages dedicated > to the Servlet API. > What is the exact Title, Author, Publisher you are refereing to here? Searching Amazon.com for "Core Java WebServer" yeilded nada. john ---

Re: Servlets and Such

1999-05-14 Thread Jeff Galyan
"Robert H. Thompson" wrote: > > Anybody out there can suggest a good servlet tutorial. I've just > downloaded Sun's Java Web Server and I am writting some servlets > using Blackdown's java1.2 port. I know this is a little off topic > but I'd appreciate any references I can get. > The book "Core

Re: Servlets and Such

1999-05-14 Thread Dimitris Vyzovitis
"Robert H. Thompson" wrote: > Anybody out there can suggest a good servlet tutorial. I've just > downloaded Sun's Java Web Server and I am writting some servlets > using Blackdown's java1.2 port. I know this is a little off topic > but I'd appreciate any references I can get. o'reily has recentl

Re: Servlets ??

1998-12-04 Thread Mehrdad Jahansoozi
To run a servlet one need a servlet enabled server. There are few such beasts written in Java check sun site and also javasoft site for servlet enabled server written in pure Java they come with full readable instruction. I saw the codes for one of them it was a server listening on port 8080 and

Re: Servlets ??

1998-12-04 Thread hiro
Hi, Servlet package is written in the 100% pure JAVA, So you can get it from Sun's site. Please check http://java.sun.com/products/servlet/index.html You can get informations for servlet. And it is also good for you to check http://java.sun.com/products have fun. from hiro

Re: Servlets ??

1998-12-04 Thread John Summerfield
On Fri, 4 Dec 1998, Markus Fritz wrote: > If you want to run servlets with your apache-webserver, you need > a servlet-engine like JServ (java.apache.org) or JRun > (www.livesoftware.com). > Both come with JSDK (JavaServletDevelopmentKit from SUN) included. > the JSDK with jserv is oldish. You

Re: Servlets ??

1998-12-04 Thread Markus Fritz
If you want to run servlets with your apache-webserver, you need a servlet-engine like JServ (java.apache.org) or JRun (www.livesoftware.com). Both come with JSDK (JavaServletDevelopmentKit from SUN) included. Ramesh Babu A. wrote: > I want to run Servlets on my Linux m/c. > Is there anyting to

Re: Servlets ??

1998-12-04 Thread tov are jacobsen
Just download the Jave Servlet Development Kit from http://java.sun.com --- Vennlig hilsen Tov Are Jacobsen On Fri, 4 Dec 1998, Ramesh Babu A. wrote: > > Hi, > > I have RH4.1 Kernal 2.0.27, JDK1.1.5 > > I want to run Servlets on my Linux m/c. > > Is there anyting to ins

Re: servlets

1998-11-17 Thread Alexey Lukin
[EMAIL PROTECTED] wrote: > > Is anyone using servlets with Apache? > Yes, it's a really good thing! look at http://java.apache.org for Apache servlet engine Also very good is Java Server Pages. look at java.sun.com for specification and at http://www.nmg.nl/~vinny/gnujsp/ for free implementation

Re: servlets

1998-11-16 Thread mlorton
> Is anyone using servlets with Apache? > What documentation is there? I am, using the JServ module from Apache and the standard Sun docs. Works fine. M.

Re: servlets

1998-11-16 Thread Donald Ball
Try java.apache.org. On Mon, 16 Nov 1998 [EMAIL PROTECTED] wrote: > > Is anyone using servlets with Apache? > > What documentation is there? > > Thanks, > > Mark > -- > > > >

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 Jason Tan
> > What are the diference between: > > import java.servlet.XXX > and > import javax.serlet.XXX There is no class javax.serlet.xxx ?? ;-)) Jaosn T

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 Brian Pedersen
ilto:[EMAIL PROTECTED]] > > > Sent: Wednesday, July 29, 1998 5:07 AM > > > To: Doug Welzel > > > Subject: Re: Servlets on Linux > > > > > > > > > > > > I follow your instructions as you (and many more guys) send me. > > >

Re: Servlets on Linux

1998-07-29 Thread David Wilkinson
At 11:51 29/07/98 -0500, you wrote: > > I just do it and in my case not work :-( Try changing: import java.servlet.*; import java.servlet.http.*; to: import javax.servlet.*; import javax.servlet.http.*; Dave W. -- David Wilkinson

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 Robert Ritchy
> > > > -Original Message- > > > From: Alejandro Canales [mailto:[EMAIL PROTECTED]] > > > Sent: Wednesday, July 29, 1998 5:07 AM > > > To: Doug Welzel > > > Subject: Re: Servlets on Linux > > > > > > > > > > >

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 > >

Re: Servlets on Linux

1998-07-24 Thread Robert Ritchy
I'm using Apache with mod_jserv (http://java.apache.org) and it works great. You don't necessarily need the latest jdk (1.1+) but you do need Apache 1.2.0 or better. Get the Solaris version of the JSDK (it comes with some example servlets that you can run as soon as you have things configured). I

Re: Servlets

1998-07-23 Thread Jason Tan
depending on what server you are using you porbably don't need the JSDK. Frommy limited knowledge, the JSDK was released by Sun as a kickstart to servlets. I am pretty sure it won't work with recent servers. IF you use apache, ther eis a part of the apache projet which has written mod_jserv, a

Re: Servlets

1998-07-23 Thread Doug Welzel
Worked perfectly.. thanks! Doug On Thu, 23 Jul 1998, Cameron J. Mallory wrote: > You should just have to put the jsdk.jar file in your classpath. > > I have it working with jdk115. > > setenv CLASSPATH >/usr/local/java/jdk.1.5/lib/classes.zip:/usr/local/java/JSDK2.0/lib/jsdk.jar:. > > sho