Trying JSWDK server (1.0final) on WinNT: annoying set-up again

1999-08-23 Thread Christopher BROWN
Hi, This seems to be quite a common query on the list, so I've looked at previous replies already; I've still got the same problem however. This also occured when I tried JSWDK 1.0ea, but after 2 days, the problem mysteriously disappeared... Basically, running startserver.bat lets me go to

Re: Trying JSWDK server (1.0final) on WinNT: annoying set-up again

1999-08-23 Thread Luc Saint-Elie
Christopher, After having a lot of problems with tools.jar I ended in adding the jar file in both .../jre/lib/ext Both because with a normal install you have one under your JDK home directory and one under Program Files/JavaSoft/JRE/... Hope this helps I've never had any more problems since

Re: Trying JSWDK server (1.0final) on WinNT: annoying set-up again

1999-08-23 Thread Jianhong
Hi, I encountered the same problem when I run startserver.bat first time. But after I insert a line, it works well. You may forgot the "classes.zip". and the line is "SET CLASSPATH=D:\JDK12\lib\tools.jar;D:\JDK12\lib\classes.zip;". But I noticed that there is no file "classes.zip" in directory

Re: Trying JSWDK server (1.0final) on WinNT: annoying set-up again

1999-08-23 Thread Christopher BROWN
For anyone who's had the same problem, Luc's solution works. If you don't have tools.jar in the suggested directories, just copy it to these locations. Thanks to everyone, Chris -Message d'origine- De: Luc Saint-Elie [SMTP:[EMAIL PROTECTED]] Date: lundi 23 août 1999 11:03 À:

Re: Apache + JServ + JSWDK + WinNT

1999-08-23 Thread Jean-Michel Leon
Bob Byron wrote: I am trying to get Java Server Pages to work under Apache. So far I have yet to succeed. I would like to hear from you if you have successfully gotten Java Server Pages to work under NT. My configuration is: WinNT Apache 1.3.6 Jserv 1.0 JSWDK-1.0-ea

Re: Apache + JServ + JSWDK + WinNT

1999-08-23 Thread Bob Byron
Wow, thanks for all the great information. I am not sure the direction I am going to take at this point. Questions: Does anyone have any idea of how long it will be before Jakarta comes out? When will there be another implementation of apache that will support Java server pages? (Not until

Java Server Page build-time compilation?

1999-08-23 Thread Cédric Janssens
Has anyone succeded in setting a build-time compilation process for JSP 1.0. I am trying to use the LiveSoftware Java Server Page Compiler (JSPC) tools from jrun 2.3.2 build 153 without success. It seem that this release of the JSPC does not compile jsp:useBean tag. They are compiled in a

Re: Apache + JServ + JSWDK + WinNT

1999-08-23 Thread Jean-Michel Leon
Bob Byron wrote: Wow, thanks for all the great information. I am not sure the direction I am going to take at this point. Questions: Does anyone have any idea of how long it will be before Jakarta comes out? When will there be another implementation of apache that will support Java

Need Help Implementing...!!

1999-08-23 Thread Imam, Asim, CFCTR
Hi, I need some guidance I am building a very simple web based query tool which can return hundreds of rows...but I dont want to send hundreds of rows to clients...I want to implement something like what the search engines do to break the results in (10's 20's or based on user

Re: JSP beans and external classes

1999-08-23 Thread Kirkdorffer, Daniel
Bob, Which version of WebSphere sitting on which Application Server? We're using 2.02 and still haven't found restarts to be unnecessary. Thanks, Dan -- From: Foster Bob[SMTP:[EMAIL PROTECTED]] Reply To: [EMAIL PROTECTED] Sent: Saturday, August 21, 1999 10:21

Re: Apache + JServ + JSWDK + WinNT

1999-08-23 Thread Mike Engelhart
I've been using the JSP 1.0 beta they have available right now for ServletExec and it works great. -- From: Jean-Michel Leon [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: Apache + JServ + JSWDK + WinNT Date: Mon, Aug 23, 1999, 11:25 AM ServletExec from New Atlanta supports

Re: Apache + JServ + JSWDK + WinNT

1999-08-23 Thread James Cooper
On Mon, 23 Aug 1999, Bob Byron wrote: Does anyone have any idea of how long it will be before Jakarta comes out? I asked around this weekend. I'm told "real soon now". When will there be another implementation of apache that will support Java server pages? (Not until Jakarta?) It's being

Setting Up Linux Running JSPs

1999-08-23 Thread Oliver Kaljuvee
Could someone please give me advice on what would be the ideal solution to run JSPs with: - LINUX RedHat 6.0 - Apache Does JRun have anything? Should I just use JWSDK? Thanks in advance. Regards, Oliver begin:vcard n:Kaljuvee;Oliver tel;cell:(917)5144940 x-mozilla-html:TRUE org:Stanford

Re: Setting Up Linux Running JSPs

1999-08-23 Thread Steve Lopez
We have setup this config using Redhat 6, Apache, JServ and GNU-JSP1.0 JServ can be found at http://www.apache.org and GNU-JSP1.0 can be found at: http://www.xcf.berkeley.edu/~yaroslav/gnjujsp/ -Original Message- From: A mailing list about Java Server Pages specification and reference

Re: Need Help Implementing...!!

1999-08-23 Thread Chandrasekhar Naidu Gorantla
Hi, You can show the result in an excel file with tab delemited format. Change the content type to excel, Use the following syntax: res.setContentType("application/vnd.ms-excel");//("Text/Html"); Everything else will be same. I tested the same, and working perfect. Yours Chandrasekhar Naidu

GNUJSP error

1999-08-23 Thread Smith, John H
Hello, I am trying to get the GNUJSP servlet to run. Has anyone seen this error before? I am running the latest GNUJSP servlet: Service call error:(class: org/gjt/jsp/JSPCompiler, method: javaStringEncode signature: (Ljava/lang/String;)Ljava/lang/String;) Unsorted lookup

Re: Another Question

1999-08-23 Thread Howard Melman
On Monday Aug 23, 1999, Imam, Asim, CFCTR wrote: I just need to confirm something for jsp/servlets...Everytime a client invokes a servlet, a new instance of that servlet is created . Is that true?? I mean if ten clients hitting the same servlet, is it the same servlet instance doing all

Frames States

1999-08-23 Thread Matt Butler
Title: Frames States Hey All!!! My JSP interface utilized a lot of frames. When ever I switch between the frames, they go back to their original states. Is there an easy way to save the state of the frame so when I switch between different frames that the frame doesn't reload? Thanks,

Re: Setting Up Linux Running JSPs

1999-08-23 Thread Darin Wilson
Could someone please give me advice on what would be the ideal solution to run JSPs with: - LINUX RedHat 6.0 - Apache Does JRun have anything? Should I just use JWSDK? We've been using JRun with exactly this set up (maybe a slightly older version of RedHat) - it works just fine. Darin Wilson

[TRIVIAL ?] Use of DBConnectionPool with JSP 1.0

1999-08-23 Thread Luc Saint-Elie
Hello, Its probably a trivial (stupid ?) question, but I fail.. i'm trying to convert a servlet to a JSP page, and I'd like to use DBConnectionPool (i use it for servlets and it works well). I'm trying to follow the example given in the FAQ and I get the following error :

JSP and Initializations

1999-08-23 Thread Neeraj Vora
Namaste to all the JSP Gurus! Thanks in advance for answering all the initialization questions! I'm using the JSWDK 1.0 on Windows. I played with jspInit method in the JSP page and to my dismay found that within this method I don't have access to the application object or the beans that

Re: [TRIVIAL ?] Use of DBConnectionPool with JSP 1.0

1999-08-23 Thread Anil Vijendran
Looks like you're using a declaration instead of a scriptlet. Replace %! ... % with % ... %. Luc Saint-Elie wrote: Hello, Its probably a trivial (stupid ?) question, but I fail.. i'm trying to convert a servlet to a JSP page, and I'd like to use DBConnectionPool (i use it for servlets and

Re: [TRIVIAL ?] Use of DBConnectionPool with JSP 1.0

1999-08-23 Thread Taggart Gorman
The problem is that the %! tag puts the code at the class level, so you're trying to write something like: class showpart_jsp_1 { String strCATEGORIE = request.getParameter("CATEGORIE"); Connection con = connMgr.getConnection("idb"); if (con == null) {

Re: JSP and Initializations

1999-08-23 Thread Anil Vijendran
Neeraj Vora wrote: I played with jspInit method in the JSP page and to my dismay found that within this method I don't have access to the application object or the beans that specified using jsp:useBean syntax. Am I missing something? jspInit is called before anything else happens.

[ANN] LWS 2.1.1 and WCR 2.1.1 released

1999-08-23 Thread Hans Bergsten
Gefion software is proud to announce the release of LiteWebServer 2.1.1 and WAICoolRunner 2.1.1. LiteWebServer is a pure Java web server. Its extremely small size makes it ideal for embedded systems, for bundling with web application demos and for running web applications on CDs. WAICoolRunner

Redistributable

1999-08-23 Thread
Hi all~. I have a question about license. Is it possible to redistribute JWSDK with my product? I think it is changed , license included in final release of JWSDK, to allow redistribute JWSDK with commercial products. But as a non-native speaker I'm not sure. -- "Only The Paranoid

require info on global.jsa

1999-08-23 Thread Nischal Kumar
hai everybody could anybody give me a detailed info about the global.jsa file like, are there any events in that similar to global.asa file ? thanks in advance Nischal Kumar Motorola India === To unsubscribe: mailto

Re: Java Live! chat on JSP Aug 24

1999-08-23 Thread Foster Bob
Java Live! chat on Aug 24th with [JSP authors] at 11am PDT Not exactly prime time for developers! Bob Foster Symantec Internet Tools http://www.visualcafe.com/ === To unsubscribe: mailto [EMAIL PROTECTED] with body: