Re: [Java Webserver]

2001-04-15 Thread Gavin Selvaratnam
Re: [Java Webserver] about Java Server Pages specification and reference 04/12/2001 03:41 PM Please respond to A mailin

Re: Java Webserver

2001-04-12 Thread Nils Janson
er Pages specification and > reference <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: Java Webserver >Date: Thu, 12 Apr 2001 12:40:35 +0600 > >Hi, > I'm using Javawebserver2.0 , and trying just to run a simple JSP with >references a bean, given bell

Re: [Java Webserver]

2001-04-12 Thread Shannon Pang
Hi Gavin, Can I ask where did you include the bean class file?can u specify the location for me? shannon Gavin Selvaratnam <[EMAIL PROTECTED]> wrote: Hi, I'm using Javawebserver2.0 , and trying just to run a simple JSP with references a bean, given bellow is the code snipet, I have i

Java Webserver

2001-04-11 Thread Gavin Selvaratnam
Hi, I'm using Javawebserver2.0 , and trying just to run a simple JSP with references a bean, given bellow is the code snipet, I have included the bean in the default classes directory of the javawebserver, but I'm getting the error given bellow, Error during compilation : C: \Java\JavaWeb

Re: Java WebServer

2000-08-06 Thread Rich Wagner
Hi Muliawan, Try www.gefionsoftware.com. Rich Wagner Muliawan Sjarif wrote: > Hi all, > > Anyone can suggest me what is the free Java WebServer for production purpose > that I can use? > >

Java WebServer

2000-08-06 Thread Muliawan Sjarif
Hi all, Anyone can suggest me what is the free Java WebServer for production purpose that I can use? Thanks, Muliawan === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some releva

Problem in opening a jsp file using Java Webserver and jswdk

2000-06-28 Thread syamala burugula
Hi, I am trying my first jsp program(which outputs hello world through the out.println statement) using java webserver and jswdk.I have set the classpath in the autoexec.bat as below: set CLASSPATH=.;c:\jswdk-1.0.1\lib\servlet.jar;c:\jswdk-1.0.1\lib\jspengine.jar;C:\JDK1.2.2\lib\tools.jar set

Re: Preloading a servlet in Java Webserver. Possible?

1999-11-24 Thread Matt Krevs
han me have given better explanations of the design patterns required for this. > -Original Message- > From: A mailing list about Java Server Pages specification and reference > [mailto:[EMAIL PROTECTED]]On Behalf Of Paul Medcraft > Sent: Thursday, 25 November 1999 4:20 &

Re: Preloading a servlet in Java Webserver. Possible?

1999-11-24 Thread AndySoft
> I'm developing an application that needs to initialise a pool of > beans when > the server starts up. I am using JSDK Java WebSrver v2.1, but cannot find > anything in the config to specify a servlet to when the server > is started. > Anyone know if this is possible and if so how? well i never

Preloading a servlet in Java Webserver. Possible?

1999-11-24 Thread Paul Medcraft
I'm developing an application that needs to initialise a pool of beans when the server starts up. I am using JSDK Java WebSrver v2.1, but cannot find anything in the config to specify a servlet to when the server is started. Anyone know if this is possible and if so how? Thanks, Paul =