No Subject

2000-03-17 Thread Undetermined origin c/o LISTSERV administrator
=== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be found at: http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.html htt

No Subject

2000-03-20 Thread Undetermined origin c/o LISTSERV administrator
You used to be able to non-parsed headers in CGI to do server push. I don't think you can do that with servlets/JSP. Thus you can either do a meta refresh OR write an applet that does the request for you OR set a Javascript timer. They all do the same thing. Mark On 21 Mar 00, at 1:01, Lee Elenb

No Subject

2000-03-20 Thread Undetermined origin c/o LISTSERV administrator
hi, i installed Jserv and apache web server . i want to know how to install Tomcat3 which is latest version. i download three dll which were available at Tomcat site . help me Thank you === To unsubscribe: mailto [EMAIL PROT

No Subject

2000-03-20 Thread Undetermined origin c/o LISTSERV administrator
I currently am doing some basic connection pooling. I don't do any direct database calls in my JSPs, but my JSPs use beans that use the connection pooling. Currently in my java classes I have code like: String sql = "SELECT * FROM PRODUCT WHERE STORE_NO = " + storeNo; DBConnectionMa

No Subject

2000-03-20 Thread Undetermined origin c/o LISTSERV administrator
hi, i am developing a web app using model 2 architecture. The application has a single login. After authentication user info is put in a session. Access to pages is allowed after verifying whether the user is in session. When the user logs out the session is invalidated. The problem that i ha

No Subject

2000-03-20 Thread Undetermined origin c/o LISTSERV administrator
same here too . piyush "David S. Soleno" wrote: > Does anyone have any suggestions for a good UML application that would > allow us to model our Web applications. Finding an application to model > Java code is simple. What we're looking for is an application that would > allow us to also m

No Subject

2000-03-21 Thread Undetermined origin c/o LISTSERV administrator
That's possible with HTTP1.1 using persistent connection () and JSP/Servlet adding line of javascript. It's called pushlet. Look at http://www.javaworld.com/javaworld/jw-03-2000/jw-03-pushlet.html and http://www.fluidiom.com:8080/ for more details. Regards, David Lee Elenbaas wrote: > > I don'

No Subject

2000-03-21 Thread Undetermined origin c/o LISTSERV administrator
Hello, Are there any good JSP development environment/tools? I'm using Tomcat, emacs, and it's a pain in the butt. Error messages and error line numbers don't make any sense because of all the included files. Any debugging tips? Thanks a bunch! ===

No Subject

2000-03-21 Thread Undetermined origin c/o LISTSERV administrator
I have heard that the session in JSP could expired anytime. Is it true, or the session (how i think) will expire only when the connection between the client and the server is shutting down? === To unsubscribe: mailto [EMAIL P

No Subject

2000-03-21 Thread Undetermined origin c/o LISTSERV administrator
Is true that include is faster than redirect? === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be found at: http://java.sun.com/products/jsp/faq.html ht

No Subject

2000-03-21 Thread Undetermined origin c/o LISTSERV administrator
Right now I can upload a jpeg to the server. When this happens, I would also like to 1) scale the jpeg down, and save a copy as a thumbnail. 2) store both images in the MS SQL 7.0 database. Any strategies or code sniplets would be very helpful. Thanks, Jason ===

No Subject

2000-03-21 Thread Undetermined origin c/o LISTSERV administrator
Hi: I have <%@ page import = "com.netscape.server.http.examples.beans.CheckTest" %> The Checktest class is in a jar file. We are using JRUN as the servlet engine and Iplanet web server I have the jar file specified in the jsm.properties in the java.classpath But when I try to access the j

No Subject

2000-03-21 Thread Undetermined origin c/o LISTSERV administrator
Try a server side JavaBean with JSP using Graphics 2D API I am doing it ..I am generating thumbnails allright but my problem is I have IIS and can't configure JSP to run ON IIS.I trieed everything from Resin to Jrun :( -Original Message- From: Undetermined origin c/o LIS

No Subject

2000-03-21 Thread Undetermined origin c/o LISTSERV administrator
I hate to be so dense, but how would you do this? How would you use a servlet to download binary data? -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Craig R. McClanahan Sent: Wednesday, March 15, 2000 11

No Subject

2000-03-21 Thread Undetermined origin c/o LISTSERV administrator
this will be tough if you have never programmed in java before. if, on the windows side, you are a c++ programmer it will be easier. but here goes.. 1. download jrun from www.allaire.com, or servletexec from www.newatlanta.com. there are several others but one of these will get you started..

No Subject

2000-03-21 Thread Undetermined origin c/o LISTSERV administrator
Using NES 4, I cannot get JDBC to work. The JSP compiler can't find the ResultSet and Statement classes. What needs to be in CLASSPATH? Is there some other way to accomplish this, such as a directive? John Gbur === To uns

No Subject

2000-03-21 Thread Undetermined origin c/o LISTSERV administrator
I know that many person are using the Tomcat in linux, You can download it from Apache homepage. Omar Vera. === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". So

No Subject

2000-03-21 Thread Undetermined origin c/o LISTSERV administrator
n Tue, 21 Mar 2000, Undetermined origin c/o LISTSERV administrator wrote: > I hate to be so dense, but how would you do this? How would you use a > servlet to download binary data? > > -Original Message- > From: A mailing list about Java Server Pages specification and referen

No Subject

2000-03-21 Thread Undetermined origin c/o LISTSERV administrator
i believe beans must go in the \jrun\jsm-default\classes directory or some such, then you access them through usebean.. bear in mind that the file structure you represent in the tag must correspond to everything below 'classes', e.g. if your usebean has the attribute 'class="com.yourco.projectnam