Re: Cookie Reading/Writing!

2000-05-10 Thread Sachin S. Khanna
Disabling of cookies in the browser settings, could be one reason for such differing behaviour. Have a nice day. With regards, Sachin S. Khanna. www.emailanorder.com - Original Message - From: Nigam Shalabh [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, May 10, 2000 9:39 AM

Re: get vs post

2000-05-10 Thread Sachin S. Khanna
Do you have a post method in your servlet, this could be one reason for the error. Have a nice day. With regards, Sachin S. Khanna. www.emailanorder.com - Original Message - From: Kent Symanzik [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, May 09, 2000 10:31 PM Subject: get vs

Apache With Tomcat

2000-05-10 Thread Gogia Nitin
I again repeat my question which i asked yesterday to which i haven't received any replies. What's the use of using Apache With Tomcat when Tomcat itself can service all the requests for servlets ? One more question Can anyone describe what are In-process servlet containers and Out-of-process

JSP-INTEREST-SIGNIN

2000-05-10 Thread schandra
Sign-in Saurabh Chandra === 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

Re: Model 2 3 Architecture

2000-05-10 Thread Daniel Lopez
Hi Andrew, Very interesting feedback, I'll add my own experience. Andrew S Tomlinson wrote: It's interesting to hear about the broader adoption of XSL in a "Model 3". I was (and still am) an enthusiastic adopter of XSL but I'd like to add a cautionary note and remark that from my

Re: Apache With Tomcat

2000-05-10 Thread peter
OK here is an attempt Apache provides the basic tcp/ip protocol stack to service web request/response Tomcat provides a specific protocol for servlet /jsp communication and is built on top of apache(an additional application layer protocol).Without apache the lower layers would be missing and

WEB MAIL

2000-05-10 Thread Guilherme Zambon
Hi all, I am from Brazil, and I am new to jsp tecnology. But, at start, I'll need to make a WEBMAIL (like the hotmail), with access to a pop account. How I get start? Please, I am waiting from answer from anyone in the world who discovered and liked the jsp technology! Olá,

Re: JSP on CD

2000-05-10 Thread James Gardner
Jar them, better yet... archive your entire 'web application' into a .war file... 'nuff said. James Gardner. - Original Message - From: "Nestel, Frank" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, May 10, 2000 10:26 PM Subject: JSP on CD Hello there, we are currently

Re: Model 2 3 Architecture

2000-05-10 Thread David Wall
I am going to start by making a bold statement, then support that statement with my observations. After introducing XML + XSLT into your architecture the need for Java Server Pages disappears! This seems somewhat true to me, but it may also be a big step backwards in terms of capabilities.

* Connection POOL *

2000-05-10 Thread Antonio Jimenez
hi all, anybody are using connection pool for jdbc ? i am using "com.javaexchange.dbConnectionBroker" class in a Bean on JSWDK it's work, but on iPlanet 4.1 don´t work error in log is: Cannot create bean of class ... the default constructor is: -- public DbBean() throws IOException { DbBroker

Re: Session is really not a simple stuff...

2000-05-10 Thread Hans Bergsten
Franck Rageade wrote: Comments intermixed below. I still have many problems to manage my session tracking... I work on an intranet portal using NT4 / IIS / Resin 1.1. When the user logs on, an instance of User class is instanciated, with the user's configuration, and this instance is

Re: Model 2 3 Architecture

2000-05-10 Thread Claudia Hon
Our shop has similar process of building JSP's from HTML. However, it's quite time consuming to keep update our JSP's when the design of the page keeps changing (even though they have been approved before). Just a general question: does anyone know some good tools to be used so that if the

Re: Model 2 3 Architecture

2000-05-10 Thread Andrew S Tomlinson
Hi Daniel, I agree that the lack of taglibs does make the ready-to-go XSL tags much more appealing. On the subject of the data-type formatting though, I really think you are going to have to address this in more detail at some point. First, variations in format (should they occur) require you to

Re: Where to find help?

2000-05-10 Thread Erick Thompson
I work in the recruitment department with GTETelecommunications in Tampa, FL. We are currently searching for a Manager of Technical Instruction within our Data Services Division. The ideal candidate will be responsible for providing advice, counsel and consultative expertise to management

Re: Session is really not a simple stuff...

2000-05-10 Thread Sushma
Franck Rageade wrote: Hello everybody, I still have many problems to manage my session tracking... I work on an intranet portal using NT4 / IIS / Resin 1.1. When the user logs on, an instance of User class is instanciated, with the user's configuration, and this instance is stored in

AW: JSP on CD

2000-05-10 Thread Nestel, Frank
Well I think somewhere arround 32 characters per name or so is a hard border in Joliet. Actually Chris Colebourn suggestion looks like a good solution. We'll use WAR Archives... -Ursprüngliche Nachricht- Von: Deniz Ersöz [mailto:[EMAIL PROTECTED]] Gesendet am: Mittwoch, 10. Mai 2000

JSP:JSWDK - Compiler error display

2000-05-10 Thread Yandle, Nigel
Dear All, when running pages against my JSDWK server, any error messages are pumped direct to the server output console. I suspect(hope) I can influence this - like also logging errors to a file, by setting one of the command line parms in startserver.bat ? Any pointers?? Thanks, Nigel.

Re: Expire Page

2000-05-10 Thread Sreenivas Madugula
Try using the expires property of the document. set the expiry date to something like jan 1st 1970. -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of David Gowe Sent: Tuesday, May 09, 2000 9:58 PM To: [EMAIL

Re: Model 2 3 Architecture

2000-05-10 Thread Shriver, Ryan
-Original Message- From: Andrew S Tomlinson [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 09, 2000 9:17 AM To: [EMAIL PROTECTED] Subject: Re: Model 2 3 Architecture 3. building XSL files is a radically different proposition to building HTML (and by extension JSP). This means

Re: JSP on CD

2000-05-10 Thread Deniz Ersöz
Change your burning program... - Original Message - From: "Nestel, Frank" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, May 10, 2000 3:26 PM Subject: JSP on CD Hello there, we are currently considering switching from ASP to Servlets+JSP. On of the reasons was that is is

Re: JSP on CD

2000-05-10 Thread Chris Colebourn
If you are using a servlet container that supports 2.2 Then you could put all of your JSP's etc. in a WAR file with a compatible name. -- Chris "Nestel, Frank" wrote: Hello there, we are currently considering switching from ASP to Servlets+JSP. On of the reasons was that is is hard to

JSP login

2000-05-10 Thread Mark Smith
I am looking for a way to use JSP to log in to a web server. Does anyone have any idea how i might go about this. Thanks in advance, MArk Smith. === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff

Limit number of users

2000-05-10 Thread Peter Joseph Otto
I want to limit the number of users to my web site. I have an "application" Bean called LicenseBean that increments and decrements the number of users when they logon and logoff respectively. BUTT what happens when they exit my web site without login off? I am unable to call my "application"

New Java Tutorials and Technologies

2000-05-10 Thread Shailendra Dhanoa
developerWorks Java Tutorials Java security evolution and concepts, Part 1: Security nuts and bolts Learn computer security concepts and terms in this introductory overview http://www-4.ibm.com/software/developer/library/jw-0428-security/?openl=222,t=gr,p=nblts Secure a Web application,

Re: Apache With Tomcat

2000-05-10 Thread Osvaldo Pinali Doederlein
From: Gogia Nitin [mailto:[EMAIL PROTECTED]] What's the use of using Apache With Tomcat when Tomcat itself can service all the requests for servlets ? I just put in production a JSP app running on top of TomCat alone. We had considered using Apache, but because nearly 100% of the pages are

Help:How do I run a servlet with jswdk1.0.1

2000-05-10 Thread Nwalal Mi Nyom Martin
Hi, I have a problem to run servlet with Jswdk1.0.1. my ClASSPATH is correctly define. I compile my servlet and I put .class file in examples/WEB-INF/servlets / directory I do not know how to configure the servlet.properties file and make run my servlet. please, can somebody help me? tanks in

Re: Apache With Tomcat

2000-05-10 Thread yaos
Hello Jacx : resin is very fast jsp engine. As I know, Tomcat could worked as a tiny web-server. If you work for a very small site or for the testing purpose, you may use tomcat without apache web server. Apache is proven as a stable, well-functioned web server but without the

Question about Servlet invoking JSP page directly...

2000-05-10 Thread Jason L. Goris
Hello, I just joined this JSP list today. Nice to be on board. ;-) I have a question about leveraging our existing servlets while introducing JSP technology into our product. We have an application that contains a servlet which handles client browser requests and communicates with several

Servlet and JSP hosting in the United Kingdom?

2000-05-10 Thread Bohdan Kurpita
I am looking for a Web host in the United Kingdom that provides support for servlets and JSPs? I would be very grateful for any suggestions/recommendations. Thank you in advance, Bohdan Kurpita === To unsubscribe: mailto

Re: Model 2 3 Architecture

2000-05-10 Thread Mike Van Riper
-Original Message- From: Daniel Lopez [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 10, 2000 12:48 AM To: [EMAIL PROTECTED] Subject: Re: Model 2 3 Architecture Hi, I'm not sure too whether what you call Model ++2 would qualify as a new model, as generating the JSP manually

encodeURL for FORMs

2000-05-10 Thread David Wall
What is the correct way to ensure that FORMs that are POSTed pass along the session id information when cookies are disabled? The response.encodeURL() works just when going from link to link, but it always seems to get lost when I post a form. This was not working in JRun 2.3.1 (JSP 0.92), but

jsp to oracle technique: paging display of large recordsets

2000-05-10 Thread David Edmister
i'm somewhat new to jsp and oracle but i need a solution that allows me to grab only "n" number of records at a time from a "large resultset" for display purposes. for example, i query and get 200 records but i want to display (forward and backward OR next and previous) 10 (or n number of

Session is really not a simple stuff...

2000-05-10 Thread Franck Rageade
Hello everybody, I still have many problems to manage my session tracking... I work on an intranet portal using NT4 / IIS / Resin 1.1. When the user logs on, an instance of User class is instanciated, with the user's configuration, and this instance is stored in the session. It looks like

Re: Help:How do I run a servlet with jswdk1.0.1

2000-05-10 Thread Anand Alagappa
Did you get any error messages? If it cannot import some servlet packages then you didn't set the classpath correctly. Try to put the servlet.jar, dt.jar, tools.jar in the classpath. If u r using win 98, edit the autoexec.bat file and write set classpath= By the way this pertains to latest

Non-ascii in JSP files

2000-05-10 Thread David Wall
In my JSP 0.92 pages I was able to include "extended" unicode characters like the TM, COPYRIGHT, REGISTERED, etc. symbols without resorting to escapes like copy; or #1244; and such. Now, because the files are compiled into XML, they seem to barf in my JRun 2.3.3 (JSP 1.0) because it cannot

How to invoke servlet in jsp?

2000-05-10 Thread
Hello everyone: I am a newer. Now I have a question, I know how to invoke jsp from servlet. but I have a exiting servlet , I want to invoke servlet in jsp file. I dont know how to invoke servlet in jsp, who know? who can help me? Thanks in advance!!! netjava

Re: How to invoke servlet in jsp?

2000-05-10 Thread Hans Bergsten
ÍáÍá wrote: Hello everyone: I am a newer. Now I have a question, I know how to invoke jsp from servlet. but I have a exiting servlet , I want to invoke servlet in jsp file. I dont know how to invoke servlet in jsp, who know? who can help me? Thanks in advance!!! You can use the

JSP built-in objects

2000-05-10 Thread Zaki Abu-Bakar
Hi, Can someone guide me to list of all the supported methods of implicit objects. That is, request response out session application config pageContext page Thanks in advance === To unsubscribe:

A Problem with JSP.

2000-05-10 Thread Biren Patnaik
Hi All, I have got one problem with JSP.My problem is how to use GET and POST method simultaneously in a JSP program.I have 2 buttons,one is ADD to insert record in to the database,and other is FIND to locate the record in the database by giving keyfield.I m using JSP and BEANS.For ADD i have to

Re: JSP built-in objects

2000-05-10 Thread Hans Bergsten
Zaki Abu-Bakar wrote: Hi, Can someone guide me to list of all the supported methods of implicit objects. That is, request response out session application config pageContext page The request, response, session, application and config objects are instances of

Re: A Problem with JSP.

2000-05-10 Thread Kevin Duffey
Use two forms. Have one button with one form submit get. Or..you can use javascript..have both buttons call the same routing that sets the post method. I think this can be done in javascript. I know you can set the action of the form. -Original Message- From: A mailing list about

Re: JSP built-in objects

2000-05-10 Thread Lance Lavandowska
Start here: http://java.sun.com/products/jsp/ most of what you ask for can be found here: http://java.sun.com/products/servlet/2.1/api/packages.html - Original Message - From: Zaki Abu-Bakar [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, May 10, 2000 10:26 PM Subject: JSP

Re: Model 2 3 Architecture

2000-05-10 Thread Daniel Lopez
Hi, I'm not sure too whether what you call Model ++2 would qualify as a new model, as generating the JSP manually or from a XML file at design time doesn't introduce a new element in your model 2 arquitecture. I'd vote for Model 3(Model 2++) as a new one because it's not an extension of the JSP

Urgent JRun \ Frameset Problem

2000-05-10 Thread David Markert
Hello, My usual resources were of no help on this problem so I'm hoping somebody on the list can help out. My problem is this - I have a frameset that I am using on my site. This frameset consists of an upper frame of and a lower frame. The lower frame is also a frameset, with a left frame

URL Rewriting in Tomcat 3.1!

2000-05-10 Thread [Vinod Govindan]
Hi all! I remeberreading a positng here which read that Tomcat 3.1 supports URL rewriting! Now i need to know how this can be achieved..! i.e if there is a specific name value to be set in the configuration to get this enabled! Is URL rewriting an Apache feature is is avalable in the Stnadalone

JavaScript

2000-05-10 Thread ColdFusion Analyst
Hi All, I have a problem with java script. I am trying to set 3 select dropdown menus in a form to the present Day, Month, and year. The fields are called PSDay, PSMonth, PSYear respectively. The form Name is StatementInfoForm. The Javascript code below works fine in Internet Explorer but does

JSP on CD

2000-05-10 Thread Nestel, Frank
Hello there, we are currently considering switching from ASP to Servlets+JSP. On of the reasons was that is is hard to burn (dynamic) ASP on a CD. There are solutions but all poor. Now we've tried to burn our JSP on CD in a precompiled fashion. Problem: The long names of generated java and class

Re: Model 2 3 Architecture

2000-05-10 Thread Shriver, Ryan
I've been following this discussion and find your example below interesting. I've also been reading about tab librarys and just downloaded JRun's most recent one (ships with JRun 3.0 CR1). The library isn't tied to JRun specifically, but there's a feature that might help out with this. I haven't

Re: Apache With Tomcat

2000-05-10 Thread Jacx
As I know, Tomcat could worked as a tiny web-server. If you work for a very small site or for the testing purpose, you may use tomcat without apache web server. Apache is proven as a stable, well-functioned web server but without the functionality of excuting servlets and JSPs. If you want to

Beans calling other Beans. Possible?

2000-05-10 Thread Peter Joseph Otto
I have an "application" Bean that I want to call from a "session" Bean. Is there a way to do this? === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be

Re: JSP on CD

2000-05-10 Thread ColdFusion Analyst
Have you tried ColdFusion? From: "Nestel, Frank" [EMAIL PROTECTED] Reply-To: A mailing list about Java Server Pages specification and reference [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: JSP on CD Date: Wed, 10 May 2000 14:26:05 +0200 Hello there, we are currently considering