Cookies Problems

1999-08-13 Thread Elena Palanca
Hi, is two days that I fight with this problem I hope someone could help me! I'm using JSP1.0 with Startserver. In my servlet I have the following command: res.setHeader("set-Cookie", "USER=PIPPO; expires=08/14/1999; path=/servlet; domain=host;");

Re: JSP Books

1999-08-13 Thread Patterson, Jeff (I.S.)
I just found out about this book today. Here is the URL: http://www.wrox.com/Store/Details.asp?Code=2777 Jeff -Original Message- From: Mahesh Yadav [SMTP:[EMAIL PROTECTED]] Sent: Thursday, August 12, 1999 5:45 PM To: [EMAIL PROTECTED] Subject: JSP Books Hai All, Can

Re: Questions on JSP Techniques for limiting java within the JSP (tms)

1999-08-13 Thread Chris Bartling
Pankaj, Regarding your doubts -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Pankaj Malviya Sent: Friday, August 13, 1999 3:03 AM To: [EMAIL PROTECTED] Subject: Questions on JSP Techniques for

Re: Creating Internationalized JSP-Based Applications

1999-08-13 Thread Hai-Bang Pham
Memo from cmcclanahan on 12 August 1999, 15:15 Thursday To: JSP-INTEREST cc:(bcc: Hai-Bang Pham) Subject:Creating Internationalized JSP-Based Applications Several people have asked questions about writing internationalized apps with JSP. Having just done so (only with

Re: Creating Internationalized JSP-Based Applications

1999-08-13 Thread Mike Engelhart
OK, so what is the best way to initialize and store the resource bundles? It seems to me that you would do this in the init() method of the servlet and store it as static and then handle all the Locale calls from within the servlet and only pass the servlet the needed String's? I'm concerned

JWS 2.0 and JSP Parsing Error

1999-08-13 Thread Mark Cote
I have a Connection Pool being shared with all my JSP pages through the ...useBean... scope="application".. The ConnectionPool works fine, it has ran for weeks inside a servlet, without a hitch. However, every now and then (a dozen or so times a day), a request for a db aware page throws:

Re: Can't make cookies persist

1999-08-13 Thread Jason Axtell
You have to set any cookies before sending any content. The reason is because cookies appear in the HTTP header. If you've sent content, then implicitly the header must already have been sent, so it's too late for a cookie. You may also want to actually look at the HTTP headers the server is

Re: servlets / JSP on solaris

1999-08-13 Thread Mike Engelhart
We have to create a protytype of a comunity-servlet-framework. normally we work / let them run under apache/JServ on a Linux-Box. If you normally use JServ/Apache for your servlet/JSP, what's stopping you from using it on Solaris?it's just a matter of compiling apache w/Jserv for Solaris

JSP with Apache and JServ

1999-08-13 Thread Bruce Conrad
Does anyone have experience with using JSP (Sun's reference implementation, version 1.0ea) with Apache 1.3.6 and JServ 1.0? After installing these (on Solaris 2.6) I installed jswdk 1.0ea, following the instructions in the README to modify jserv.conf, jserv.properties, and servlet.properties.