Re: Trying again !

1999-12-09 Thread Praveen Kumar S .
hi the sun guys have categorically stated that the getparameter/now setproperty works only on strings, it is accurate as it is dealing with HTML Forms. so the reverse of the setproperty, getproperty does the same. If you want to use vectors and loop it, this is more on the terms of server relat

Enhydra and XMLC versus JSP? Inexpensive J2EE solutions?

1999-12-09 Thread Brien Voorhees
While looking for open-source J2EE-related stuff I ran across Enydra and was wondering if anyone here has had any experience with it. From what it I've read it doesn't appear to support JSP but instead uses its own technology called XMLC. Some of the features of XMLC (and Enhydra in general) sou

Re: iWS aka Netscape Web Server is now available on Linux for Download

1999-12-09 Thread Ruslan Belkin
Scott Stirling wrote: > Eh? > > What are you talking about? The news link appears to be dead. Can you > give a URL for this application or its vendor? Oops. Stupid me. Just tried to cross-post from the internal news server. The link is http://www.iplanet.com/downloads/iwsonlinux.html Ruslan

Re: iWS aka Netscape Web Server is now available on Linux for Download

1999-12-09 Thread Scott Stirling
Eh? What are you talking about? The news link appears to be dead. Can you give a URL for this application or its vendor? Ruslan Belkin wrote: > > FYI and a little correction: Servlet API level is 2.2 (no war files yet > though) and JSP is 1.1PR1, > > Ruslan > > news://news/385025A8.EE858527%40

Forward, Servlet, & NullPointer exception

1999-12-09 Thread Karl Doane
Hi, I have searched through the list and have seen and tried numerous different responses to this problem but with no luck. I have seen the discussion on getServletContext(), but I know that I am missing something real basic here. My problem is that I am trying out the example from

jsp-tags

1999-12-09 Thread sidney woods
Hello, i am runnig pws with jrun on nt. the browser displays the .jsp page but only with what is written in html. none of the jsp tags seem to work. for eg. it is not displaying anything with : <% out.println("Hello") %> any suggestions what might be wrong. thanks sidney ___

Re: stored procedure

1999-12-09 Thread D. J. Hagberg
This is not a JSP question but rather a question on JDBC. Books are available from publishers Addison Wesley, O'Reilly, Prentice Hall, etc... Guilherme - PerConsult wrote: > I`m trying to call a stored procedure using JSP... well, I have in my > form a text box called "descricao", and my sp will

Process forms through Beans

1999-12-09 Thread Cory L Hubert
Hey. Is there a way to process forms through a Bean. So when the submit button is clicked a method is ran that would process all the parameters. === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-I

iWS aka Netscape Web Server is now available on Linux for Download

1999-12-09 Thread Ruslan Belkin
news://news/385025A8.EE858527%40netscape.public.iws.linux Linux community: The iPlanet Alliance (Netscape/Sun) is pleased to announce the alpha release of iPlanet Web Server Enterprise Edition (iWS) for Linux. New in iWS (formerly known as Netscape Enterprise Web Server); JSP 1.0, Servlet 2

iWS aka Netscape Web Server is now available on Linux for Download

1999-12-09 Thread Ruslan Belkin
FYI and a little correction: Servlet API level is 2.2 (no war files yet though) and JSP is 1.1PR1, Ruslan news://news/385025A8.EE858527%40netscape.public.iws.linux Linux community: The iPlanet Alliance (Netscape/Sun) is pleased to announce the alpha release of iPlanet Web Server Enterprise

Re: Classpath inside JRUN

1999-12-09 Thread Carlos Orrego
use the adiminstrator applet. click the java tab and set the classpath there and then re-start jrun carlos === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". FAQs on JSP can be found at: http://

Re: Differences Apache + JServ and Jakarta

1999-12-09 Thread Ezhilan Narasimhan
jakarta is Jserv and the latest JSP1.1 code merged from Sun. http://www.fiver.net/~ezhilan mailto:[EMAIL PROTECTED] -You never know On Thu, 9 Dec 1999, Willy Faes wrote: > Hi, > > Can anyone explain me what the differen

Re: Patch or add on for iPlanet WebServer thatsupports 1.0

1999-12-09 Thread Hans Bergsten
Scott Stirling wrote: > > Try the vendor of iPlanet--Netscape. As far as I know there is no such > patch yet. You can use JRun to support JSP 1.0 with iPlanet 4.0 (at > least in the preliminary testing I've done--but we don't officially > support iPlanet yet, because it hasn't been thoroughly te

Re: Differences Apache + JServ and Jakarta

1999-12-09 Thread Hans Bergsten
Willy Faes wrote: > > Hi, > > Can anyone explain me what the difference is between Apache + JServ and > Jakarta. > Is Jakarta a replacement for JServ? Is it a kind of Servlet engine with JSP > support? Will it become a part of Apache Server or is it just a module? Does > it use Apache as web serve

Re: Trying again !

1999-12-09 Thread AndySoft
> request object available in the JSP pages. However, this method always > returns me an empty enumeration. But I have access to my > attributes through > the getAttribute() method. Am I missing something here ? weird, can you tell us more about it? maybe it's just a bug in javax > #3 > > While

Re: Patch or add on for iPlanet WebServer thatsupports 1.0

1999-12-09 Thread Scott Stirling
Try the vendor of iPlanet--Netscape. As far as I know there is no such patch yet. You can use JRun to support JSP 1.0 with iPlanet 4.0 (at least in the preliminary testing I've done--but we don't officially support iPlanet yet, because it hasn't been thoroughly tested), and I think Gefion's WAIC

JSP 1.0 / no global.jsa

1999-12-09 Thread Cory L Hubert
Ok. I have an object that I would like to make available for all my beans/JSP to use. I don't think there is a global.jsa. I am using JSP 1.0 and JRUN 2.3.3 === To unsubscribe: mailto [EMAIL PROTECTED] with body:

Re: Patch or add on for iPlanet WebServer that supports 1.0

1999-12-09 Thread Mircea Moisei
Few days ago I post this message : >Hi all, >I got in troubles. >I'm not able to found out any patch for iPlannet that should upgrage JSP >version from 0.92 to 1.0 or more. >I'm looking for any kind o idea that can be helpful. >Regards, >Mircea ==

Re: Trying again !

1999-12-09 Thread Larry Tate
Regarding Point #2, why doesn't the <%=...%> in the jsp:useBean work. why should it work? Isn't the point to compile once, the first time, and not again during running? It might compile the code the first time with the substitution, but thereafter it will use the same precompiled value, which i

Error trying to print JSP page in Netscape Communicator

1999-12-09 Thread jspmailinglist
This may be more of a browser-related question but I'm curious if anyoneelse has encountered this problem.   I have an application that uses frames and loads a frame with a jsp page.In Netscape Communicator 4.7 running under Win NT, when I click in thatframe and try to print the contents of t

jsp:include works intermittently in JRun

1999-12-09 Thread David Eaves
Title: jsp:include works intermittently in JRun I am using JRun 2.3.3 build 155 on NT with Apache.     I am having trouble with the tag in my JSP. It was working fine for a couple of days, and then last night it began to work intermittently (bizarre). I'm from the school that these thi

How to: Access session from within bean?

1999-12-09 Thread Bragg, Casey
Given a jsp which uses useBean to instantiate a bean with session scope, how does that bean get a reference to that session value? I want the reference so that the bean can store session attributes in the session. Thanks, Casey ==

Re: Regarding forward tag exception

1999-12-09 Thread Sugandhi, Suvil
Hi, Thanks for replying. I am using only forward tag in my JSP page. I am not explicitly using getOutputStream() method. Can u please tell the relation between the forward tag and getOutputStream() method. thanks in advance, suvil... -Original Message- From: Sandesh Kamath [mailto:[EMA

stored procedure

1999-12-09 Thread Guilherme - PerConsult
Hi!!! I`m trying to call a stored procedure using JSP... well, I have in my form a text box called "descricao", and my sp will insert the value written in my text box into the database. // "descricao" is the name of the text box String descricao2 = request.getParameter("descricao"); /

Meaning of "scope" values

1999-12-09 Thread Augusto Sellhorn
I'm not %100 percent sure about all the meanings in the scope value for the tag, specially "application". Anybody know what they mean, or where they are explained ? I've looked all over but no luck. Thanks -- Message To Spammers -- Game Over! Get spam-free email at http://www.MsgTo.com

Re: "Submit" to a Servlet - How?

1999-12-09 Thread Hu, Jeffery X (Jeff)
Title: RE: "Submit" to a Servlet - How? Sample of submit information from Applet to Servlet/JSP. Hope it helps. J.H 1.Create an applet with a public function that returns the information you want to submit. (For the first example above, you would return the image number.)   public

Trying again !

1999-12-09 Thread Martin Leboeuf
Hi ! Some time ago, I posted three questions to the list. Since I unfortunately have not yet seen an answer to anyone of them, I was wondering : a) is it because noone has a clue about the problems I submitted b) or because my emails are not reaching anybody (in which case this one won't, either

Re: Patch or add on for iPlanet WebServer

1999-12-09 Thread Karl Roberts
Hi, I am not sure of my info regarding iPlanet but the way JSP's are handled is by invoking a servlet eg org/gjt/jsp/JspServlet which is found in gnujsp10.jar (for example) In other web servers/servlet engines in order to use a different JSP then you just change the aliasing so that *.jsp

Re: "Submit" to a Servlet - How?

1999-12-09 Thread Rick L Sample
I figured it out. I put the mappings into the wrong folder for the servlets.properties,etc. Duh! "Miles to go before I sleep" Thanks anyway. >>> "Kamal Anand" <[EMAIL PROTECTED]> 12/08/99 03:52PM >>> try -Original Message- From: Rick L Sample [mailto:[EMAIL PROTECTED]] Sent: Wednesday,

Differences Apache + JServ and Jakarta

1999-12-09 Thread Willy Faes
Hi, Can anyone explain me what the difference is between Apache + JServ and Jakarta. Is Jakarta a replacement for JServ? Is it a kind of Servlet engine with JSP support? Will it become a part of Apache Server or is it just a module? Does it use Apache as web server? Thanks, Willy Faes

Very basic doubt

1999-12-09 Thread Parshwanath
What is application server ? why is it needed ? What r its function ? :-)Parshwanath === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". FAQs on JSP can be found at: http://java.sun.com/products/j

Re: Very basic doubt

1999-12-09 Thread Scott Stirling
Try http://www.pcwebopaedia.com Or read this: Application server eludes definition http://news.cnet.com/news/0-1003-200-332521.html?st.ne.ni.rel Parshwanath wrote: > > What is application server ? why is it needed ? What r its function ? -- Scott Stirling Allaire http://www.allaire.com ==

Re: THANKS HELP Encoding URL doesn't Work !

1999-12-09 Thread Veronique Dupierris
Thank you for your help !!! I did download LiteWebServer and now it WORKS fine. Again thanks to everyone Veronique Hans Bergsten a écrit : > Veronique Dupierris wrote: > > > > I did a copy / paste of your examples and, as you said, I'm affraid I " have a > > bigger > > problem." :-(( Each ti

In which space is a beans executed ?

1999-12-09 Thread Sylvain Roche
I was trying to write to the logs from a bean procedure. But I can't read what I sent to System.out Is that normal ? __Sylvain RocheResponsable développementAdd-Onlinewww.add-online.fr 70bis rue Bossuet69006 LYONFrance tel : +33 472838583fax: +33

Re: JSWDK1.0.1 Server Configuration

1999-12-09 Thread Dieter Bauckmeier
CKLim wrote: > > How can I configure the JSWDK1.0.1 server to disallow directory listing? > I've read the webserver.xml file but it's not very clear/helpful. > Any examples, help or pointers to any other help is very much appreciated. > Hi, our work around is: 1.) index.jsp or index.htm on each d

JSP FAQ & Resource Information

1999-12-09 Thread Anil K. Vijendran
This is a weekly informative posting to the jsp-interest list. Before asking questions of a general nature, please check out the resources available online to see if your question already has an answer. The best place to start