473,326 Members | 2,147 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,326 software developers and data experts.

a typical JSP query ??????

dmjpro
2,476 2GB
i have this code like ....

<%@ page contentType = "text/html;charset=WINDOWS-1252"%>

<%@ page import = "java.util.*"%>

<html>
<head>
<title>Simple Test</title>
<meta http-equiv= "connection" content = "keep-alive">
<meta http-equiv = "keep-alive" content = "30">
</head>
<body>
<h1>DEBASIS ..........</h1>
<%
Process l_p = Runtime.getRuntime().exec("sleep 60");
l_p.waitFor();
%>
<h1>MOUMITA ..........Yahooo</h1>
</body>
</html>
i set keep alive as 30 seconds as my page will response after 1 minute.
as a result the page can't be displayed.

but here the page is displayed finely.

my app server is solaris and web browser is IE 5+

i m confused....

plz help

thanx.
Apr 22 '07 #1
2 1524
r035198x
13,262 8TB
i have this code like ....



i set keep alive as 30 seconds as my page will response after 1 minute.
as a result the page can't be displayed.

but here the page is displayed finely.

my app server is solaris and web browser is IE 5+

i m confused....

plz help

thanx.
Can you explain a bit more, dj? I'm not sure what your exact problem is from your description.
Apr 23 '07 #2
dmjpro
2,476 2GB
i want to know .... how to change the value of KEEP-ALIVE????

thanx.
Apr 23 '07 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: davmonster | last post by:
Hello, I am trying to write a server-side PHP application that will be eventually open-sourced. We want to know what a typical distribution of PHP has compiled in. Will they have DOM support?...
1
by: Bulba! | last post by:
OK. I have reworked this program (below) to use just the data manipulation capabilities of Python (training was largely the motivation). I've tried to manipulate the data just in Python and not in...
5
by: Trey Guy | last post by:
I have an ASP page I use as a front end to an Access db. I am running a query from that page that is returning a "Too few parameters..." error. The query works fine in Access. I have checked all...
55
by: Haines Brown | last post by:
I've been setting font-size 1em; as the default in my style sheets. Until now, that seemed to be ok. But now I'm beginning to wonder. My aim is to have an easily readable, but not overly large...
2
by: Zlatko Matiæ | last post by:
I tried to implement triggers for filling audit-trail table on this way. Everything works fine as long as I don't update the primary key field value. When I try to update PK value, an error...
3
by: Dave Rahardja | last post by:
Don't know if this is a C++ /language/ question, but I think this may be the best place to ask. What's a typical implementation of the exception handling mechanism in C++? Specifically... 1....
3
by: John Thomas | last post by:
Hey, I was wondering what the typical time to get up and running to comfortably program ASP.NET with C#. I have done PHP, but no ASP. I have used C++ in the past and familar with the language...
3
by: Rick | last post by:
Hello, I ran Microsoft's free "Web Application Stress" tool to see how asp.net/c# performed against html. Are these results typical? Network: WAS ran on a server with a t3 Internet...
9
by: James Radke | last post by:
Hello, I would like to create a sorted listbox which has one property that I can set to true or false to show if the listbox should be sorted (I may potentially add another one for the sort...
2
by: Roman Mashak | last post by:
Hello, All! I wonder are there any typical, common used practises to organize all #include's in the large/medium size project. Try to explain what I mean: suppose I have three tranlsation units...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.