No Subject

1999-05-21 Thread Jody Brown
Paula, Here's how I see it. In the jsp1.0 directory, there are two startserver files. If you look in the one that ISN'T the batch file, you will find the following line that adds the \jsp1.0\examples\web-inf\jsp\beans directory to the classpath: ADDL_CLASSPATH=${BASEDIR}${SLASH}server.jar${PAT

Re: Double parsing: JSP -> JSP -> HTML

1999-05-21 Thread Richard Vowles
>From the FAQ: 37) Is there a way to execute a JSP from the comandline or from my own application? There is a little tool called JSPExecutor that allows you to do just that. The developers (Hendrik Schreiber <[EMAIL PROTECTED]> & Peter Rossbach <[EMAIL PROTECTED]>) aim was not to wr

Re: EJB support in JSP

1999-05-21 Thread Richard Vowles
Ubaldo Huerta wrote: > After spending some time, albeit very little, tinkering with JSP samples I'm > still > confused about the much touted integration between JSP and EJB. Much touted? There is no "integration" between the two. -- Richard Vowles, Senior Systems Engineer, Inprise New Zealand,

JSP FAQ

1999-05-21 Thread Richard Vowles
Located at http://www.esperanto.org.nz/jsp/jspfaq.html 1.What is JSP? 2.What version is the current version of JSP? 3.Where can I get the specification for JSP? 4.Who supports JSP? 5.What books are available for JSP? 6.Is JSP better than ASP (Microsoft's Active Server Pages)? 7.

JSP Book - anyone interested?

1999-05-21 Thread Richard Vowles
The JSP book group appears to be dead, if anyone is interested in contributing please let me know. I have their original list of topics so we'll have somewhere to start... Richard -- Richard Vowles, Senior Systems Engineer, Inprise New Zealand, MAIL: [EMAIL PROTECTED], [EMAIL PROTECTED] The Esp

Re: JSP Book - anyone interested?

1999-05-21 Thread Nicholas Roberts
why not a JSP website, a documentation project? Kind of like http://www.XML.com. -- Original Message -- From: Richard Vowles <[EMAIL PROTECTED]> Reply-To: Richard Vowles <[EMAIL PROTECTED]> Date: Fri, 21 May 1999 21:50:05 +1200 >The JSP book group

Re: JSP Book - anyone interested?

1999-05-21 Thread Richard Vowles
Thats sort of what I was thinking, but in a more organised manner. I cannot say that I like HTML from a reading perspective, I prefer PDF... Nicholas Roberts wrote: > why not a JSP website, a documentation project? Kind of like http://www.XML.com. Topics were basically: - Intro - JSP Quick Sta

Re: Double parsing: JSP -- JSP -- HTML

1999-05-21 Thread Boris Granveaud
>From the FAQ: > > 37) Is there a way to execute a JSP from the comandline or from my > own application? >(...) OK, but this solves only a part of the problem. The other part is: how do I write the parsed JSP file so that its output contains JSP tags which will be processed later. I'd like to

Re: JHTML & Java web server 1.1

1999-05-21 Thread Sanjay Radhakrishnan
But doesn't java web server support JHTML by itself do we have to use plugins like servletexec thanks for your time sanjay -- > From: Hani ElAbed <[EMAIL PROTECTED]> > To: Sanjay Radhakrishnan <[EMAIL PROTECTED]> > Cc: [EMAIL PROTECTED]; hani elabed <[EMAIL PROTECTED]>; [EMAIL PROTECTED]

Re: Problems using JRun & JRun Pro

1999-05-21 Thread Luis Arias
Kenneth Borinsky a écrit : > We are developing JSP-based application and use JRun Pro as the JSP/Servlet > engine on top of IIS 4.0. > We are experiencing a number of significant problems with it. > Hi, Are you using the latest build ? I had similar problems with a less recent version. Ve

Re: Double parsing: JSP -> JSP -> HTML

1999-05-21 Thread Christopher Cobb
Escape the parts that you want to preserve until the second pass: <\% // this gets passed through literally to second pass %\> Boris Granveaud wrote: > Hello everybody, > > Could someone help me to solve the following problem: I have to generate JSP > pages which contains results of a process

Re: Double parsing: JSP -- JSP -- HTML

1999-05-21 Thread Boris Granveaud
>Create a File, open a FileWriter, and write your JSP code to that. Of course, it will work, but it is not very elegant: your JSP code is embedded in the Java code, you have to quote characters like " ... What I'd like is to write some code in one JSP page, and to have a way to tell that this co

Re: JHTML & Java web server 1.1

1999-05-21 Thread Reynolds, George
I used JWS for awhile and it seemd to work fine, and it may be OK if all you want is JHTML and Servlets. However we are going with WebLogic just because it has much more support for clustering, EJB, security George -Original Message- From: Sanjay Radhakrishnan [mailto:[EMAIL PROTECTED

Re: JHTML & Java web server 1.1

1999-05-21 Thread John Langley
Please correct me if I'm wrong... But WebLogic doesn't support JSP yet due to it's reliance on tweaked jsdk's. Right? Langley. === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "sign

Re: Double parsing: JSP -- JSP -- HTML

1999-05-21 Thread Lance Lavandowska
Okay, I'm a little confused: do you want the first pass to write another JSP page or not? What exactly does the first pass do? What does the second pass do? Does the first pass set some data for the second pass to present? Or does it write some code that is dependant on conditions when the first

JServ & SunJSP ?

1999-05-21 Thread Pascal MAUGERI
A simple question : is it possible to use SunJSP with JServ today ? Thanks. pascal === Pascal MAUGERI 40, bis rue Brunetière 93600 Aulnay-sous-bois FRANCE Tél.: 01 48 69 92 34 GSM : 06 85 94 03 89

Re: JHTML & Java web server 1.1

1999-05-21 Thread Reynolds, George
Right. The original question asked about jhtml. George -Original Message- From: John Langley [mailto:[EMAIL PROTECTED]] Sent: Friday, May 21, 1999 10:48 AM To: [EMAIL PROTECTED] Subject: Re: JHTML & Java web server 1.1 Please correct me if I'm wrong... But WebLogic doesn't support JSP

JRun CallPage() question

1999-05-21 Thread Ben Hale
Can someone tell me why the following code does not work. try { CallPage(adminFunction + object + ".jsp"); } catch( Exception e ) { CallPage("adminNotSupported.jsp"); } The (adminFunction + object + ".jsp") page may not always be present however adminNotSupported.jsp is. Whenev

Re: EJB support in JSP

1999-05-21 Thread Laurence Cable
> After spending some time, albeit very little, tinkering with JSP samples I'm > still > confused about the much touted integration between JSP and EJB. > > My question is: > > How do I reconcile the two stage creation of Session Beans, that is, > 1-) EJBHome = JNDIContext->FindHome > 2-) EJBHome

JRun destroy servlets while it should still be running

1999-05-21 Thread Chris Hsu
Hi; I am using JRun Pro to develop a JSP/servlet project. I found that the servlet engine randomly destroys my servlet instance. According to Java Servlet API Spec 2.1a, destroy() is called by servlet engine when the servlet is removed from service. I need to maintain a persistent state for my ser

Re: JRun destroy servlets while it should still be running

1999-05-21 Thread Christopher Cobb
Chris Hsu wrote: > Hi; > I am using JRun Pro to develop a JSP/servlet project. I found that the > servlet engine randomly destroys my servlet instance. Just before I read your email, I was looking into exactly the same behavior. I am using JRun 2.3 build 141 with IIS3 on NT4/SP3. > I am using

Re: JRun destroy servlets while it should still be running

1999-05-21 Thread Ted Stockwell
Here's a guess I see from the stack trace that you were trying to invoke a JSP. I imagine this scenario taking place inside JRun... ...JRun loads the JSP Servlet. ...The JRun JSP Servlet notices that the .JSP file has changed and so it loads the .JSP file and compiles it to a Servlet. ...JRun

JSP1.0-error

1999-05-21 Thread Fredrik Björklund
Hi, I've just installed JSP1.0 from the EarlyAcess. The servlet-examples execute fine but the JSP-examples give me this: java.lang.NoClassDefFoundError: sun/tools/javac/Main at com.sun.jsp.compiler.Main.compile(Main.java:194) at com.sun.jsp.runtime.JspLoader.loadJSP(JspLoader.java:114) at com.

Re: JRun destroy servlets while it should still be running

1999-05-21 Thread Paul Colton
This usually means you used the init() method of your servlet but did not call super.init(...) as you should. -PC - Original Message - From: Christopher Cobb <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, May 21, 1999 12:30 PM Subject: Re: JRun destroy ser

Re: JRun destroy servlets while it should still be running

1999-05-21 Thread Christopher Cobb
Thanks for the tip. However, I just check all of my servlet code and they all call super.init(). What else could it be? cc Paul Colton wrote: > This usually means you used the init() method of your servlet but did not > call super.init(...) as you should. > > -PC > > - Original Message --

Re: JSP1.0-error

1999-05-21 Thread Richard Vowles
I updated the FAQ to include this: 40) Help! JSP Reference implementation doesn't work! There is a problem with the startserver.bat file that comes with the Reference implementation when it goes to try and compile JSPs. The problem is that the tools.jar file is missing from the classp

Network Error: Connection reset by peer

1999-05-21 Thread Carles Pi-Sunyer
I'm having a problem with the jsp1.0ea release. I'm running Win95, Netscape 4.5 and JDK 1.2.1. When I attempt to use the Calendar demo, if I create a new appointment I get an error message saying: - A network error occurred while Netscape was receiving data. (Network Error. Connection reset b