Servlet/JSP engine recommendations please...

1999-11-14 Thread Ian
y experience with it?) Thanks a lot, Ian === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". FAQs on JSP can be found at: http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.html

How should support for scrolling large lists be designed?

1999-11-15 Thread Ian
key to the resultset and defining a second cursor that can reposition at a specific page by using this key - but this seems like a LOT of extra work to me, and it doesn't support paging backwards very well. Thanks for any ideas/experiences, Ian - Original Message - From: Cr

Re: How should support for scrolling large lists be designed?

1999-11-16 Thread Ian
Daniel: Thanks for the reply. I am curious as to how you handle the possibility that the user has more than 1 'active' query as a byproduct of surfing your site. I.e., it is possible for them to back/forward/history to a results page from an earlier query. Thanks, Ian - Origin

Piping JSP/Servlet requests to a common login servlet?

1999-11-16 Thread Ian
ude a tag in all my JSPs, nor pipe requests within each servlet. I was hoping to be able to do this administratively. Am I daydreaming? Thanks, Ian === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JS

Re: Converting ActiveX objects into Beans

1999-01-16 Thread Ian
posting that they were using the MS JVM for their servlet engine - I think JRUN will work with it, but can not say for sure. Ian - Original Message - From: Ward Mike <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, November 18, 1999 6:06 PM Subject: Converting Act

Re: Thread safe ?

1999-11-24 Thread Ian
load tests as well. Ian - Original Message - From: Daniel Rönnqvist <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, November 24, 1999 4:06 AM Subject: Thread safe ? > Hello. > I have done a few websites using JSP 1.0 and they all work just fine in my > d

JSP debugging information ...

1999-11-26 Thread Ian
and it is definitely 'different', but if you have serious debugging tasks ahead of you, you might want to consider it. I have not made a final decision on what runtime environment I will use, but I am a bit scared of WebSphere, as it seems to be such a resouce PIG. I am leaning towards

Looking for a java.security.acl database implementation...

1999-11-28 Thread Ian
their resource permissions. Many people must have implemented these already for their servlet systems. Have any been made publicly available? Thanks, Ian === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signof

Re: Looking for a java.security.acl database implementation...

1999-11-28 Thread Ian
ewher else in the J2EE spec? Thanks again, Ian - Original Message - From: Craig R. McClanahan <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, November 28, 1999 5:32 PM Subject: Re: Looking for a java.security.acl database implementation... > Ian wrote: > &

Re: Invoking a servlet via a hyperlink

2000-06-07 Thread Ian
have you tried using my link I would think this would pass all the same info as a form. /Ian -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Ferghil O'Rourke Sent: Wednesday, June 07, 2000 7:31

Re: A web server Program

2000-06-11 Thread Ian
I believe "Java Network Programming" from O'Reilly has a description and sample code. -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Aravind Kumar LNS Sent: Sunday, June 11, 2000 6:39 AM To: [EMAIL PROTECT

Re: Navigation from Applets in MS Outlook

2000-07-08 Thread Ian
You may have problems because of the JSObject. I believe it only works in Netscape and outlook probably uses IE as the default. -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of job job Sent: Friday, July 07

jsp:include incorrectly displays file

2003-02-09 Thread Ian
. Any help appreciated, Ian === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant archives, FAQ

Newbie Q - Do JSP's support change dates/page caching?

1999-10-07 Thread Ian St.Martin
ism to tell the http server to just use a previously cached page instead of generating a new one. (Some of my pages will require extensive database searches/queries, and I would like to be able to avoid them when I no that nothing has changed since the last time the page was viewed.

Karl - Do you have a WebSphere benchmark?

1999-10-14 Thread Ian St.Martin
support If-Modified-Since header/getLastModified() for each client, not as a global JSP page caching mechanism.) Thanks, Ian === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". FAQs on

Getting the Locale from the Browser

1999-10-27 Thread Ian Holsman
hi. I would like to get the locale of the user's browser in order to do language specific stuff. how do I do this ??? Thanks Ian. === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST&quo

JSP and Servlets??

1999-10-28 Thread Ian Graham
Hi,   I am relatively new to this wonderful word of Java and the major question I have is: "Is there any difference between the functionality of a Servlet and a JSP" from what I can see they both can do exactly the same thing ??   Thank you, Ian

JSP and Forms between pages

1999-11-02 Thread Ian Holsman
I'll be putting my DB/Tuxedo message call) I enter a account # press the search (on index.jsp), and the values of the fields should appear on the accountMain.jsp Any Ideas, besides from continuing to use servletExec ;-) ps. Under servletExec 2.2 this works fine. Ian. package com.splw

Forwarding an HttpServletRequest to frame from a frameset

1999-01-02 Thread Ian Holt
? Any suggestions are gratefully appreciated. Thanks in advance Ian Holt _ Ian Holt, Global Freight Exchange Ltd. Java Developer UK Phone: (44) 01252 558048 UK Mobile Tel: (44) 07930 283 128 UK Fax: (44) 01252 558 632 E-Mail: [EMAIL PROTECTED

Re: Forwarding an HttpServletRequest to frame from a frameset

1999-01-02 Thread Ian Holt
passed over mutliple requests will be encoded in XML on the HTML pages in hidden fields to be passed to each servlet that needs to know as post parameters, which then parse the XML. I take it there is no way of passing a request object to individual frames of a frameset page? Cheers Ian

JRun and ErrorPages

1999-11-23 Thread Ian Graham
r page, is it all the exceptions?? Thanks in advance for the help, Ian.

Re: JRun and ErrorPages

1999-11-23 Thread Ian Graham
Thanks everyone for the very quick help, I seam to have it working now, not that I am 100% sure how it works but hey.. Ian - Original Message - From: Ola Sandström (QDT) <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, November 23, 1999 3:03 PM Subject: Re: JRun an

JRun and setProperty

1999-11-24 Thread Ian Graham
cinemaSessionBean.getCinema_id() ); <--->*** Error: No match was found for method "setBeanProperty(films.beans.FilmCinemaBean, java.lang.String, java.lang.String, int)"   Thank you, Ian

Using the same sessioned bean between a JSP and a Servlet

1999-12-10 Thread Ian Graham
thank you very much for your help,   Ian

Re: Check this

2000-01-06 Thread Ian Graham
with viruses in them?? Ian - Original Message - From: Jiten <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, January 06, 2000 10:40 AM Subject: Re: Check this > Hi all, >This is the second incident of Virus comming via JSP-INTEREST. Check > th

error 500

2001-01-14 Thread Ian Corner
org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java) at org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java) at java.lang.Thread.run(Thread.java:484) Thanks Ian === To unsubscribe: mailto [EMAIL PROTECTED] with body

new line in JSP to email form

2001-01-17 Thread Ian Corner
Hi using ASP it is very simple to implement the carriage return when constructing the body of an email. However when I sort a solution in JSP I found a whole bean dedicated to just a carriage return! Please tell me there is a simpler solution. Regards Ian

how implement carriage return

2001-01-17 Thread Ian Corner
: MustangMovie: Bullet Any help appreciated. Thanks, Ian === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST"

Newcomers Questions

2000-01-24 Thread Ian Stacey
p straight from HTML forms to extremely complicated examples. Thanks for any help, Ian === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". FAQs on JSP can be found at: http://java.sun.

Session timeout and having to make a database call

2000-01-24 Thread Ian Graham
be greatly appreciated, Ian

404 No detailed Error

2000-01-24 Thread Ian Stacey
I'm getting a Unix machine with Apache, Jserv on, will that cure my problems do you think. Is JSWDK useless? Ian === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". FAQs on JSP can be

Re: Session timeout and having to make a database call

2000-01-24 Thread Ian Graham
methods are not just getting called when the bean is first getting put into the session and when it is getting killed??? Ian - Original Message - From: Scott Evans <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, January 24, 2000 12:58 PM Subject: Re: Session timeou

Non-ASCII characters in JRUN

2000-01-31 Thread Ian Graham
? Regards, Ian __ Get Your Private, Free Email at http://www.hotmail.com === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". FAQs on

beginner question

2000-02-04 Thread Thomas, Ian
parameter, but that didn't seem to work. I tried using jsp:forward with a jsp:param, then using request.getParameter in the protected page, but that REALLY didn't work. So... what is the best strategy to accomplish this? -Ian Thomas

Session variables

2000-02-15 Thread Ian Stacey
Hi all, How do I create a session variable like those used in ASP? Ian --- Ian Stacey Multimedia Author 3T Productions Ltd http://www.3t.co.uk/ --- === To unsubscribe

GNUjsp

2000-02-16 Thread Ian Stacey
e terms I'd appreciate it! Otherwise, can you direct me to someone/somewhere that can. Thanks in advance Ian --- Ian Stacey Multimedia Author 3T Productions Ltd http://www.3t.co.uk/ ---

Aaaaaahhhhgggg!

2000-02-16 Thread Ian Stacey
t to a database. I understand how to connect to databases on a PC NT server using ASP and ODBC. But only have a little idea about how it works on a unix machine. Any help would be great as I'm pulling my heair out trying to get things to work. Ian -

Email question

2000-03-02 Thread Ian Stacey
stand quite how they work. Any help would be appreciated, Ian --- Ian Stacey Multimedia Author 3T Productions Ltd http://www.3t.co.uk/ --- === To unsubscribe: mailto [EMAIL

Is the list manager listenning?

2000-03-10 Thread Ian Stacey
HI, This message is to the list manager. I (and many others) do not ned to know when people sign of. Is there any way this can be filtered out, I'm sure it can assuming your using Majordomo. With the huge amount of mail that goes through this list it would be handy to remove the unnessary.

Re: JSP-INTEREST: JSP IDE

2000-04-18 Thread Ian Graham
The problem I have found with Forte is that you need more than 128mb ram. It uses around 60mb ram when it is doing nothing... -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Petr Jiricka Sent: 18 April 2000

Re: Back button shows in IE but Not in Netscape???

2000-04-27 Thread Ian Graham
You need a form around a form element in Netscape, but IE just displays the element anyway -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Gary Osborn Sent: 27 April 2000 07:53 To: [EMAIL PROTECTED] Subject

Re: interesting read

2000-05-23 Thread Ian Graham
Does this conform to JSP Specification 0.9 or 1.0 -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Khem Chand Sachdeva Sent: 23 May 2000 10:36 To: [EMAIL PROTECTED] Subject: interesting read Hi All I

Re: DreamWeaver as a JSP editor?

2000-08-07 Thread Ian Cowley
You need Macromedia Ultradev. IAN -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Kevin Duffey Sent: 07 August 2000 00:04 To: [EMAIL PROTECTED] Subject: DreamWeaver as a JSP editor? Hi all, Our company

html review

2003-02-20 Thread Ian Corner
employed to generate a HTML version of the pages? Regards Ian === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST

jspServlet working?

1999-08-27 Thread Ian Chesal - HQ Marketing Intern
here? Ian === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". FAQs on JSP can be found at: http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.html