Re: it make tomcat hang

2002-06-02 Thread M Sankar
I feel there is prob in the query. Do U have an INDEX in the query. Try using Indexes. Usually data is more n production Vaishali S. Pandya wrote: hi all in my jsp when i try to fier some what big heavy qry on database, my tomcat just hangs up and stop responding i m working with unix and

Re: SQL SELECT Problem

2002-06-02 Thread M Sankar
Username is not defined. Query seems confusing too. THE ERROR that U receive is a JSP based error where it clearly shows U that Username is not defined or declared. Query is not even executed. ASALAM wrote: Pls make your intention clear. The problem seems to be Username is not declared.

IBM HTTP SERVER and JSP

2002-05-26 Thread M Sankar
Hi, How can I deploy JSP on IBM HTTP Server installed on an AIX box? There is not visible support shown in the Administration module.Do I have to use an external servlet engine for servlets and for JSP something like Jasper?? Replies would be helpful Regards Sankar Melethat

Re: Lunix Box For Production

2002-05-21 Thread M Sankar
Hi, I assume that you have written abt Linux. You can do the development part in the W2K atmosphere.Butit is always preferred to test the same in the Linux environment before deployment. On normal terms this does not give any problems as such. But care should be taken have OS compatible

Certification

2002-02-05 Thread M Sankar
Hi, Any one knows abt any valid certification process for JSP.(Something like JCP). Replies would be helpful Thanks Sankar Melethat === To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST. For digest:

Object Serialization

2001-12-24 Thread M Sankar
Hi, I am trying to send some some objects to an applet from a JSP using Object serialization. The communication is taking place and I am receiving the objects too. But an IllegalStateException is thrown from the JSP. What might be the possible reasons for this. The scenario is the applet on

Dynamically add rows to a table

2001-12-14 Thread M Sankar
Hi, I have a situation here. My JSP page contains one HTML table which has one row in the beginning. The end user should have the functionality of adding rows to it on requirement. The target is to dynamically add rows to a table during runtime. This should happen on click of a button. How to do

Off-Topic Report Generation

2001-11-26 Thread M Sankar
Hi, I am trying to develop a back office application which has the task of generating reports. Earlier this task was done using power builder data windows. It was easy due to the presence of report generation tools in Power Builder. Is there some tool in Java which will help us in this project.

Re: help me with this numberformat exception please

2001-10-18 Thread M Sankar
Try to trim ur number after receiving it in JSP. === To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST. For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST DIGEST. Some relevant FAQs on

Re: Error:Web server returned Error 500 (WAP browser)

2001-10-02 Thread M Sankar
Hi I am not using Tomcat. But iPlanet webserver. I used to get this error on some conditions 1). Runtime errors by JSP. 2) Mime types for wml not set in Web server. 3) Class path not defined. 4) wml code violating the wml specifications Check these conditions and see.. Regards Sankar

Grid

2001-09-22 Thread M Sankar
Hi Any one out there has worked on grid using jsp? Not necessarily jsp. Plz reply if there are some links available to some grid applications. Some code would be help ful Regards Sankar === To unsubscribe: mailto [EMAIL

Re: OFF TOPIC: Terrorist attacks

2001-09-18 Thread M Sankar
stop this nonsense and come back to the JSP world. === To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST. For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST DIGEST. Some relevant FAQs on

Re: OFF TOPIC: Terrorist attacks

2001-09-16 Thread M Sankar
Guys, Express ur feelings in some other way rather than flooding a news group ..Let us get back to the topic. Regards Sankar iZone Infotech wrote: I'm a little late on this subject, but read the thread. Just a few points for everybody to think. Please, I am

jsp:forward

2001-09-12 Thread M Sankar
. If the original parameters are not available in the target page, it's due to a bug in the web container. Hans [...] -Original Message- From: M Sankar [mailto:[EMAIL PROTECTED]] Sent: Sunday, September 09, 2001 10:20 PM To: [EMAIL PROTECTED] Subject: jsp:forward page Hi

Re: jsp:forward(Urgent)

2001-09-12 Thread M Sankar
Hi Still I am stuck with the jsp:forward problem. I am sure that some one using iPlanet Webserver 4.1 SP5 must have faced the same situation. Can some one help me out??? Regards Sankar M Sankar wrote: Hi What sort of bug can happen in the web container. What do I have to do to rectify

Re: jsp:forward(Urgent)

2001-09-12 Thread M Sankar
Hi , Got the problem solved. Upgraded to a later version. Working fine now Thx for the support Regards Sankar Joel Carklin wrote: If there is a bug in the web container then there is not much you can do, except change to a different container. And email iPlanet, informing them of the bug.

Re: FW: forward page

2001-09-10 Thread M Sankar
. If the original parameters are not available in the target page, it's due to a bug in the web container. Hans [...] -Original Message- From: M Sankar [mailto:[EMAIL PROTECTED]] Sent: Sunday, September 09, 2001 10:20 PM To: [EMAIL PROTECTED] Subject: jsp:forward page Hi

jsp:forward page

2001-09-09 Thread M Sankar
Hi, I am posting a request from an HTML to a jsp page(call it jsp1). Now jsp1 checks for some parameters using request.getParameter and pass this request using jsp:forward to jsp2. But from the jsp2 when I do request.getParameter, I am getting null values. Is it that the new jsp page does not

Client Identification in JSP

2001-09-04 Thread M Sankar
Hi How to handle client identification while using JSP. The scenario is that we should know that the same client is using the JSP 's to send a request? We can get this done by prividing some unique ID which changes with every response. But this id should be stored on the client side not on the

Applet and JSP

2001-08-29 Thread M Sankar
Hi I have a scenario here. I have an applet on my client side which is supposed to send keep alive requests. For sending the request it needs a parameter session. This paramter keeps changing as and when other requests goes to the server. Can A jsp communicate to this applet and update it with

Re: Page caching problem with JSP 1.1 on iPlanet 4.1

2001-08-25 Thread M Sankar
Hi Venkat, 1)Try using this line before /head tag meta http-equiv=Cache-Control content=no-cache forua=true/ 2)Add these lines to ur jsp page % response.setHeader(Cache-Control,no-cache); % % response.setHeader(Pragma,no-cache); % % response.setDateHeader (Expires, 0); % It works for me.

Cache

2001-07-21 Thread M Sankar
Hi, My application has some beans which store some values retrived from a server. They act as container classes. My JSP's access those classes to get the values and do the subsequent process. These values change with respect to the changes from the server. For example I have a customer number I

Re: Encrypting sound fils

2001-06-20 Thread M Sankar
Try systemics.com. Some links are there Sankar Vinay Talwar wrote: Hello Every body, We are building a application, in which we want to encrpt the sound files i.e. (.wav) files initially. When we are going to play those files we will decrypt it and play.any suggestion

Tomcat redirector for Netscape on Unix

2001-05-21 Thread M Sankar
Hi all, I have used nsapi_redirect.dll for Netscape on Windows NT. Does anyone know what is the corresponding file for Netscape Enterprise Server on Unix plaform. Thx Sankar === To unsubscribe: mailto [EMAIL PROTECTED]

Tomcat Vulnerabilities

2001-05-20 Thread M Sankar
Hi all, Is there any reported vulnerability of Tomcat I have heard abt source code of JSP being exposed on and Win NT OS. But is there something which has been put forward for Tomcat on Unix OS. I am using a Tomcat Netscape Combination. Thx Sankar

JAVA_HOME SETTINGS

2001-05-19 Thread M Sankar
Hi all, I am using Tomcat 3.2.1 on Win NT. I am using a tomcat redirector for Netscape Enterprise Server. Everything is working fine. But when ever I shutdown the system and login again and start the tomcat server it is asking me to set the JAVA_HOME variable. Why do I have to set it again and

Netscape and Tomcat

2001-05-15 Thread M Sankar
Hi, I have just installed Tomcat on my NT machine. I am using Netscape Enterprise Server 3.6. I have configured nsapi_redirect.dll and worker.properties in the obj.conf file of Netscape. Now everything is clear and the netscape is ready to run JSP and Servlets through Tomcat. But when I run the

Re: Double submit

2001-04-30 Thread M Sankar
Nothing happens to the old request. If U r starting a thread to send communication to the server, the second thread also would be initialised on second click. Then two processes will run parallely. But this is not a commendable coding solution. Erwin wrote: Hi, Just a simple question. What

Re: URLConnection in JSP

2001-04-30 Thread M Sankar
provide the piece of code , maybe we can help Shahzad Mahmood wrote: Hi, I m trying to open a URLConnection with an external resource (xyz.com) within the servlet code but it is providing me the following exception. java.net.ConnectException: Connection refused: no further information

Re: how to reference a different class file

2001-04-30 Thread M Sankar
where are the mutators ?? add mutators and this will work drew w wrote: package project; // this doesn't seem to work public class PersonServer implements Person{ //Person is an external interface that I want to access int age; String name; public

Re: Double submit

2001-04-30 Thread M Sankar
I got it now. The moment U click on the second link the browser discards the first link response. So the second link response is shown. It is not on the server side. But browser handles it. Erwin wrote: Thanks, but I think you misunderstood my question. I Don't intend to create new threads.

Re: jar ??

2001-04-24 Thread M Sankar
try jar cvf jarname classname1 classname2.. Shahaji Kadam. wrote: hi, i am working on gr8 Unix system. Before this i was working on very simple Win NT. i am strugling with jar command and at the end i could place only one bean (class file) in it. but i want to put multiple files in a

Re: Java Beans!!

2001-04-24 Thread M Sankar
You have to point ur class path in ur webserver to the directory where bean class files are present.. Shahaji Kadam. wrote: Hi, I am calling a Java Bean from a JSP file. Both the .jsp file and Java Bean (.class file) is in the same directory ex. ../jsp/ when i call .jsp page i get an