Error Page?

2000-05-31 Thread Ritesh_Srivastava
Can somebody suggest me about the error handling across JSP Pages.some code will be useful. === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be found at:

JSP: Error display for EJB errors

2000-06-01 Thread Ritesh_Srivastava
I am using JSP with EJB. Also I am displaying error on a error Page.The problem is that, that if the error has occured on jsp page is displayed on the Error Page but when a server side error i.e EJB error occurs, then the error is displayed only on the server and not on the Error Page.How can i di

functions in jsp

2000-06-02 Thread Ritesh_Srivastava
How to use functions in jsp === 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

Re: java.sql.sqlexception(Function sequence error)

2000-06-02 Thread Ritesh_Srivastava
resultset cannot contain more than a specific no. of records, though the query may return more.In ur case, the max. size for the resultset may be 50. I think u will have to get the records in sets of 50 recursively. PS: the problem may also be of DAO version.pl. check that.The same occured to me

What is the standard way of working in JSP?

2000-06-04 Thread Ritesh_Srivastava
Presently we are developing application in J2EE using JSP,EJB and Oracle. though the middle tier does not gives problems but the client interface do. Presently for the browser interface we are using JSP with JavaBean.On JSP we are also doing some javascript work.Thhis is painful.Can anybody sugges

What is the standard way of working in JSP?

2000-06-05 Thread Ritesh_Srivastava
I am sending this mail again.Please suggest? > Presently we are developing application in J2EE using JSP,EJB and Oracle. > though the middle tier does not gives problems but the client interface > do. > Presently for the browser interface we are using JSP with JavaBean.On JSP > we > are also doin

Re: Design choices: JSP & Javascript

2000-06-06 Thread Ritesh_Srivastava
on a jsp page javascript is used mainly for client side validations that are available to the client. > -- > From: Hines, Bill[SMTP:[EMAIL PROTECTED]] > Reply To: A mailing list about Java Server Pages specification and > reference > Sent: 2000 $BG/ (J 6 $B7n (J 6 $BF|

Models of J2EE

2000-06-14 Thread Ritesh_Srivastava
Can anybody suggest me what Models do J2EE follows. === 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.ht

JSp debugger and EJB editor

2000-06-14 Thread Ritesh_Srivastava
> Is there any debugger available for jsp pages. > At the same time can anybody suggest about a good EJB editor. > > Regards, > Ritesh > === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some rel

Re: Models of J2EE

2000-06-14 Thread Ritesh_Srivastava
t; > What do you mean by models? Design patterns? JTS, EJB, etc? > > -----Original Message- > From: Ritesh_Srivastava [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, June 14, 2000 9:52 AM > To: [EMAIL PROTECTED] > Subject: Models of J2EE > > &

Calendar Server

2000-06-14 Thread Ritesh_Srivastava
Where can i find a good Calendar Server.I think iPlanet will be OK.Can anybody suggest so? How can I integrate the Calendar Server with my application.Please Help? Regards, Ritesh === To unsubscribe: mailto [EMAIL PROTECTED

Re: Calendar Server

2000-06-14 Thread Ritesh_Srivastava
For God's Sake--Please suggest? > Where can i find a good Calendar Server.Can > anybody suggest ? > > How can I integrate the Calendar Server with my application.Please Help? > > Regards, > Ritesh > > === To unsubscribe: mai

Re: forward and the URL

2000-06-14 Thread Ritesh_Srivastava
use <%response.sendRedirect("SimpleDbLogin.jsp")%> > -- > From: Marco M[SMTP:[EMAIL PROTECTED]] > Reply To: A mailing list about Java Server Pages specification and > reference > Sent: Wednesday, June 14, 2000 8:41 PM > To: [EMAIL PROTECTED] > Subject: Re: forwa

Implement Calendar Server in ur Appli.

2000-06-15 Thread Ritesh_Srivastava
Hi, I have to implement a Calendar Server in my Application.Just Llike-on Yahoo site u will find a Calendar, the same utility we have to provide to our client. Can anybody suggest me a good Calendar Server for this purpose and moreover how to integrate the Calendar

Using J2ee with iPlanet Calendar Server?

2000-06-15 Thread Ritesh_Srivastava
Hi, I have to integrate a Calendar Server with my application running on J2EE server.I have a few queries to make? * Does J2EE supports LDAP protocol? * What is a LDAP server and why is it used. * Does the iPlanet Calendar Server which is free download is a free product o

Re: Using J2ee with iPlanet Calendar Server?

2000-06-16 Thread Ritesh_Srivastava
PLease see this mail. > -- > From: Ritesh_Srivastava[SMTP:[EMAIL PROTECTED]] > Reply To: A mailing list about Java Server Pages specification and > reference > Sent: Friday, June 16, 2000 10:34 AM > To: [EMAIL PROTECTED] > Subject: Us

How to configure LDAP server for the Calendar Server?

2000-06-16 Thread Ritesh_Srivastava
How to configure LDAP server for the Calendar Server? === 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.

Re: Calendar Server

2000-06-17 Thread Ritesh_Srivastava
00 6:05 AM > To: [EMAIL PROTECTED] > Subject: Re: Calendar Server > > Try Lotus Domino Server 5.0 > > - Original Message - > From: "Ritesh_Srivastava" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursday, June 15, 2000 1:11

Re: Calendar Server

2000-06-17 Thread Ritesh_Srivastava
ver Pages specification and > reference > Sent: Saturday, June 17, 2000 2:37 PM > To: [EMAIL PROTECTED] > Subject: Re: Calendar Server > > Ritesh > Pls. excuse, but i haven't heard of it before..what's a calander server? > bala > > > >

Re: Session Variables...

2000-06-22 Thread Ritesh_Srivastava
use HttpSeesion object "session". session = request.getSession(true); Then session.putValue(,); > -- > From: Wilson Ernesto Lozano Rolón[SMTP:[EMAIL PROTECTED]] > Reply To: A mailing list about Java Server Pages specification and > reference > Sent: Thursday, June 22,

Re: Dispalying messages?

2000-06-23 Thread Ritesh_Srivastava
use <% out.println("Hello"); %> System.out.println will display the message on the server. > -- > From: Henki Lubis[SMTP:[EMAIL PROTECTED]] > Reply To: A mailing list about Java Server Pages specification and > reference > Sent: Friday, June 23, 2000 11:23 AM >

TimeCruiser2.0

2000-06-27 Thread Ritesh_Srivastava
Hi, Has anybody used or is working with TimeCruiser2.0? Please Reply. Regards, Ritesh === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be

Re: WebServer Source Code

2000-06-28 Thread Ritesh_Srivastava
where is this decompiler available. > -- > From: Prabhakar Vardhan Ojha[SMTP:[EMAIL PROTECTED]] > Reply To: A mailing list about Java Server Pages specification and > reference > Sent: Saturday, January 02, 1999 2:56 PM > To: [EMAIL PROTECTED] > Subject: Re: Web

Re: Can't Start J2EE Application Server

2000-06-29 Thread Ritesh_Srivastava
close the server, do cleanup.restart the server. If still the problem remains, restart ur computer and then start j2ee. > -- > From: Albert[SMTP:[EMAIL PROTECTED]] > Reply To: A mailing list about Java Server Pages specification and > reference > Sent: Thursday, June 2

Getting back the resultant URL

2000-07-03 Thread Ritesh_Srivastava
Hi, I am writing a JSP file where by i have a link.Click on the link executes a command which is in the form of a URL.This URL then dispatches the message to the server and the requested page is opened.(The requested page URL is different from the one i requested 'cos the server creates a

Accessing Cookie outside the domain and port.

2000-07-04 Thread Ritesh_Srivastava
Hi, I have to access a cookie that is on a separate domain. I have a J2EE application running on port 8000 and Calendar Server application running on port 81.The domain for the calendar server is set as myMachineName.xyz.com I am storing a cookie on my Calendar server.This cookie is not a

Starting StandAlone Application thro' HTML

2000-07-05 Thread Ritesh_Srivastava
Hi, I want to start a Java Application thro' my HTML.. The Java application runs as a stand alone java client and is run on the command prompt as follows: java FileName.Class I want to do the same from the HTML file. How can i achieve this? Please Help. Regards, Ritesh ===

Invoking non-console applications using Runtime.getRuntime().exec ().

2000-07-05 Thread Ritesh_Srivastava
Hi, I am trying to start a standalone Java application from my servlet. In my servlet, what exactly i am doing is as follows: On doPost() i am writing: Process p = Runtime.getRuntime().exec("Batch file"); This batch file is something like this: java MyApplication The problem is, this Pro

Using Runtime.getRuntime().exec() function

2000-07-05 Thread Ritesh_Srivastava
Hi, >From a servlet i am executing notepad application like this : Runtime.getRuntime().exec("notepad"); How can I invoke a command like this: Runtime.getRuntime().exec("dir");--> This command does not executes since this is console dependent.Can anybody help me how to do that? Re

How to make stand alone application run on a browser using applet s?

2000-07-06 Thread Ritesh_Srivastava
Can anybody help me in this: How to make stand alone application run on a browser using applets? Regards, Ritesh === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servl

Mailing list for Java

2000-07-06 Thread Ritesh_Srivastava
Hi, Can anybody know me some mailing list for Java. Regards Ritesh === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be found at: http://java.sun.

Re: How to make stand alone application run on a browser using ap plet s?

2000-07-07 Thread Ritesh_Srivastava
, > Addcon India Pvt Ltd. > New Delhi. > > Emails : [EMAIL PROTECTED] > [EMAIL PROTECTED] > > "Keep Smilling. It does increase your face value" > > -- > -- > --

Re: asp v. jsp/servlet environment?

2000-07-07 Thread Ritesh_Srivastava
i liked that > -- > From: Graham Cruickshanks[SMTP:[EMAIL PROTECTED]] > Reply To: A mailing list about Java Server Pages specification and > reference > Sent: Friday, July 07, 2000 9:04 PM > To: [EMAIL PROTECTED] > Subject: Re: asp v. jsp/servlet environment? >

How can i communicate between 2 appli. or services running on dif ferent ports.

2000-07-08 Thread Ritesh_Srivastava
How can i communicate between 2 appli. or services running on different ports. In my case: My J2EE application is running on port 8000 Calendar server is running on port 8100 My J2EE appl. calls the Calendar server by calling : href = "http://hostname:8100/ This creates an ID on the Calen

Re: Jsp welcome file

2000-07-09 Thread Ritesh_Srivastava
i suppose that a welcome page should be renamed as Index.jsp and the same should be made availabel in public_html folder. > -- > From: Stefano Andreani[SMTP:[EMAIL PROTECTED]] > Reply To: A mailing list about Java Server Pages specification and > reference > Sent: Mond

Using Runtime.getRuntime().exec() function

2000-07-11 Thread Ritesh_Srivastava
Runtime.getRuntime().exec("notepad") works but Runtime.getRuntime().exec("java ApplicationName") does not works. What can be the possible reason.? Ritesh === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-

Requisition for Webservers

2000-07-11 Thread Ritesh_Srivastava
Hi, I am Hanumantha Raju require list of Webservers which suport JSPs with CUSTOM Tags. Could you please list out them Thanking you, Hanumantha Raju === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff

Re: Using Runtime.getRuntime().exec() function

2000-07-11 Thread Ritesh_Srivastava
: [EMAIL PROTECTED] > Subject: Re: Using Runtime.getRuntime().exec() function > > Ritesh_Srivastava wrote: > > > > Runtime.getRuntime().exec("notepad") works but > > Runtime.getRuntime().exec("java ApplicationName") does not works. > >

Re: Using Runtime.getRuntime().exec() function

2000-07-11 Thread Ritesh_Srivastava
; > cmd[0]="java"; > cmd[1]="ApplicationName"; > try { > Runtime.getRuntime().exec(cmd); > } catch(java.io.IOException e) { > } > > As far as I remember this should work... > > > Andrew > > > > -Original Message- >

Re: JSP Editors (was RE: Using Runtime.getRuntime().exec() functi on)

2000-07-12 Thread Ritesh_Srivastava
> > > >String cmd[]=new String[2]; > > >cmd[0]="java"; > > >cmd[1]="ApplicationName"; > > >try { > > >Runtime.getRuntime().exec(cmd); > > >} catch(java.io.IOException e) { > > >} > > > >

Download File?

2000-07-17 Thread Ritesh_Srivastava
hi , i have a problem.i am writing code for downloading files on the client machine from a servlet. when the client machine calls the servlet, the files to be downloaded are zipped and stored in my server.Till here it is OK.Now, this zip file should be stored or sent to the client instead

Form Based Authentication : JAVA PET STORE

2000-07-19 Thread Ritesh_Srivastava
> Hello > > Please clarify the following points. > > > 1.How to add new user to the realm( Group , userid , password) > Dynamically. > 2.In JAVA PET STORE ,what is the functionality of " j_security_check > " in "login.jsp". > 3.When J2ee Security adapter class is called i

Adding new user to realm dynamically

2000-07-19 Thread Ritesh_Srivastava
Hello Wwe would like to know whether the following are builtin classes or usercreated . Actually these are used during the addition of a new user to REALM with userid,password,group. And For FORM BASED authentication . And also wanted to know how to add new user dynamically to rea

Re: Model 3 architecture + custom tags

2000-07-20 Thread Ritesh_Srivastava
what are Model 1 & 2.where to find info about them. > -- > From: Marco M[SMTP:[EMAIL PROTECTED]] > Reply To: A mailing list about Java Server Pages specification and > reference > Sent: Thursday, July 20, 2000 12:04 PM > To: [EMAIL PROTECTED] > Subject: Re: Mode

Re: Help on JSP

2000-07-24 Thread Ritesh_Srivastava
set classpath for the webserver lib folder. set path for java bin. set JAVA_HOME = pathname for jdk folder. > -- > From: Suresh kumar K Badiga[SMTP:[EMAIL PROTECTED]] > Reply To: A mailing list about Java Server Pages specification and > reference > Sent: Sunday, July

Servlet Chaining in J2EE

2000-07-30 Thread Ritesh_Srivastava
how can i have servlet chaining in a J2EE application. === 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

Information about JDeveloper Required.

2000-08-14 Thread Ritesh_Srivastava
Platform : JSP,Java,EJB. Hi, Can anyone send me some information about Oracle JDeveloper 3.1.Can anyone suggest some good sites . Thanks in Advance. Regards Ritesh === To unsubscribe: mailto [EMAIL PROTECTED] with bod

Re: Upload files using jsp

2000-08-15 Thread Ritesh_Srivastava
use MultipartRequest Class for this.jspSmartUpload is also available. > -- > From: tonny[SMTP:[EMAIL PROTECTED]] > Reply To: A mailing list about Java Server Pages specification and > reference > Sent: Tuesday, August 15, 2000 1:21 PM > To: [EMAIL PROTECTED] > Subjec

Re: need your Suggestion

2000-08-19 Thread Ritesh_Srivastava
http://www.java.sun.com/docs/codeconv/html/CodeConventions.doc.html > -- > From: Rajesh Singh[SMTP:[EMAIL PROTECTED]] > Reply To: A mailing list about Java Server Pages specification and > reference > Sent: Saturday, August 19, 2000 6:03 PM > To: [EMAIL PROTECTED] >

Call EJBs from remote web server.

2000-08-22 Thread Ritesh_Srivastava
I am using J2EE server to deploy my Enterprise Java Beans(EJBs).Since servlet chaining/forwarding is not supported by Tomcat we have put our servlets on Java Web server.These servlets will do a lookup for the EJBs residing on J2EE.The problem starts here: How can i call the EJBs which are residing

Can somebody suggest the pros and cons of iPlanet Web Server?

2000-08-25 Thread Ritesh_Srivastava
Can somebody suggest the pros and cons of iPlanet Web Server? === 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/

Credit Card Validations and Verifications

2000-08-29 Thread Ritesh_Srivastava
Hi, Has anybody worked with credit card transactions.I have to implement the same and all i know is that i have to provide a payment interface that will talk with a payment server.Can somebody provide more information on this. > Thanx in advance. > Regards > Ritesh > > ===