Hi!
We had the same problem here. JSP don't work in older versions then 3.2b6 or
they are very difficult to set up.. we couldn't get them to work. Tomcat
3.2b6 runt without any problems...
Ivo
Hi;
I am having a very difficult time getting Tomcat to run (s
I have a form with multiple fields by the same name. How do I refer to each
of them in the Request?
With ASP, I rcould refer to them with Request.Form("fieldName")(0),
Request.Form("fieldName")(1), etc.
===
To unsubscribe:
Hi,
In our JSP forms, we are using Java Scripts for doing Client-side
validations. Is there any way to detect if the client browser does not
support/ has disablded Java script execution, so that we can give a
message to the user.
Deepika
=
Hi:
I am doing research on how to let client side script call a server side JSP
or servlet. For example, when I enter some value in a field and I want
another field to get some values from DB without doing form submit. I think
I need to write a javascript to call a jsp or servlet to retrieve the
hi all, i want to the tool tip to be displayed for a specified time
when the cursor is moved upon the component.actually the
tool tip is displayed when the cursor is placed on the component
and vanishes afer a few second even though the cursor is not
moved out of the componenet.
Is there a way to
hi
i am using sessions in my jsp page.i don't know how much time
the session will alive.but now i want to increase the session alive time.how
can i do it. please any one give me a suggestion.
thanks
subu
_
Ahh the Model 1, Model 1.5 and Model 2 debate. I know it well. I used to be
a Model 1.5 developer. Here are some of the differences:
Model 1:
All code is in the JSP page. You use JSP pages with code and submit to JSP
pages with code. You do logic, etc in your JSP page.
Model 1.5:
Most code i
I am trying to run JRun under Java's jdb debugger. I put in the following
command as the JRun documentation said, but was not successful of starting
the default server under jdb. What is wrong??
C:\Program Files\Allaire\JRun\bin>jdb JRun c:\program
files\allaire\jrun\servers
\default
Initializing
I am using JRun. I wonder if there are any debugging tool for JSP pages?
Because the error message generated is not very accurate, often the compiler
says there is error on certain line but the error is in another line which
is miles away. I am wonder if I can download a more accurate debugger? I
h
Hi;
I am having a very difficult time getting Tomcat to run (stand alone)...
well, correctly on my Windows 98 that is. I had finally learned to increase
the shell buffer from default (256) to 512 to end that frustrating "Out of
environment space" message to get Tomcat to finally run. I now get
If you use JBuilder4, I believe they have custom bean for that purpose.
Anthony Mak
-Original Message-
From: A mailing list about Java Server Pages specification and reference
[mailto:[EMAIL PROTECTED]]On Behalf Of sufi malak
Sent: Thursday, November 16, 2000 11:07 PM
To: [EMAIL PROTECTED
Try using JavaScript to pop up a little please wait window when the form is
submitted. I believe the JavaScript event is onSubmit.
You could also use scripts to change the content of the page submitting the
form. Either way should work and not require the server to use any more
processing power.
declare the variable static.
> -Original Message-
> From: arun prakash [mailto:[EMAIL PROTECTED]]
> Sent: Monday, November 20, 2000 3:29 PM
> To: [EMAIL PROTECTED]
> Subject: Caching variable
>
>
> Hi All.,
> How can i cache the variables value in
> memeory in Java ??? For ex
Hi Kaab, you can put your beans inside a jar file which you should locate on
the servlet folder. Hope this help you
Bye
- Original Message -
From: kaab kaoutar <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, November 20, 2000 11:33 AM
> Hi all!
>
> I'm using jsp with webspher
Hi All.,
How can i cache the variables value in
memeory in Java ??? For ex if i have a variable int i
= 5; in a class which has a set method where its
modified to 20...and a get method which just returns
the value of i. Now first i will call the set method
from another class.now when
Hi,
I have a page, when the user click the process button, it will go to the
servlet to do the process. The process may take some times, so I want to
show a waiting page tell user the request is processing, please wait...etc.
After the process is finish, the waiting page will automatically go
I think you'll need to use Javascript to do this. You can take all of the
CNs from the selectionBox by looping through its DHTML options array. Put
these into a hidden field as a delimited string using the Javascript
function "join". Then at the server, separate the values from the hidden
field
Hello fellow Jsp'ers:
In the project I'm working on we display a JSP page to the user that allows
them to type in Customer Numbers(CN) in a text box. We added a method to
include multiple CN's in a selection box, they type in a CN and click on an
'Add' button, the CN will be added to the selecti
Don't do that.
If your JSP's are not being updated what you can do is
delete the pagecompile directory and when you access
the JSP it should recompile again.
-Carlos Vasquez
--- Marco M <[EMAIL PROTECTED]> wrote:
> hi,
> no! you must be able to change your JSP while WLS
> is running!
> br
>
Hi,
You do not need to use JServ because you are running
Tomcat which is a servlet container already. The JSP files
should be placed under the document root directory of Apache.
Simon
--- Chetna Bhatt <[EMAIL PROTECTED]> wrote:
> hello,
> I am new to JSP and have downloaded Tomcat v3.1 and Apa
Not standard SQL statement...generates syntax error on Access.
> -Original Message-
> From: Antonio W. Lagnada [mailto:[EMAIL PROTECTED]]
> Sent: Monday, November 20, 2000 8:10 AM
> To: [EMAIL PROTECTED]
> Subject: Re: JSP page that display 10 result...
>
>
> In your query use "rowcount"
Thanx but this SQL query can work with SQL Server or mySQL???
i didn't find any help about rowcount in SQL Server.
Thanx marco
> In your query use "rowcount"
>
> i.e.
>
> 1st query "SELECT * FROM table rowcount < 11";
> 2nd query "SELECT * FROM table rowcount > 10 AND rowcount < 21";
> etc.
Hi All,
Any ideas on how to implement Scrollable resultset, I have two buttons in my
JSP, one is next and another is previous. Depending on the users which
button he hits, I have to display that records.
Any help will be of great userful.
Waiting for your response.
Bye
Srikanth
==
Has anyone had success with JRUN's XSLT custom tag? I couldn't get it to
work, nor could my colleague.
Neal
===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED]
then you can use something like :
String filecontent = "";
BufferedReader br = new BufferedReader(new FileReader(fileName));
while (br.ready())
{
filecontent += br.readLine(); // you can add a "\n" to indicate a line
break -> filecontent += (br.readLine()+"\n")
}
- Original Message --
1. no sudhakar. there are so many plugins with which u can run servlets and jsp
pages on iis web server.
2. veda, your problem might be because of so many reasons..may be you have not
mapped the directories correctly. another possible probm is did u give
permission to execute scripts to t
That's not true . You can run servlets and JSP on JRun 2.3 / 3.0 configured with
IIS as web server.
I've worked on both. Your JSP's need to be in a the correct folder to run them,
with the default configuration.
http://localhost:portnumber/jsp points to
c:\jrun\jsm-default\services\jws\htdocs\jsp
I am using Tomcat 3.1 & Windows98.
I am trying to call a Jsp page " First.jsp " directly from the URL.
The first line in the Jsp is a directive as shown below:
<%@ page import = "ConnectionPoolSevlet" >
Later on in the Jsp , I am accessing some static variables of this
ConnectionPoolServ
This is not possible.
:-(
sorry
- Original Message -
From: Javier Aguado <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, November 17, 2000 11:42 AM
Subject: Include Question - JSP
> Hi all!
>
> How do i to put a <%= expression %> in the page value?
>
>
> <%String file = "fil
Use this:
import java.io.*;
public String FileToString(String PathFile) throws Exception {
File file = new File(PathFile);
String FileContents = "";
if ( file == null )
throw new Exception("Unknown error!");
I founded a little program that do this in tucows.com in seccion Java
good lucky!
Marcelo
- Original Message -
From: Maureen Chandra <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, November 16, 2000 3:22 AM
Subject: Java: make EXE
> Hi group,
>
> Sorry to have posted this
Hi
IIS doent support servlets i suppose.. it needs an iPlanet Web server
or java web server for running servlets .. and JSP..
hope this helps..
bye
sudhakar
>From: VEDA <[EMAIL PROTECTED]>
>Reply-To: A mailing list about Java Server Pages specification and
> reference <[EMAIL PROTECTED]
Yes, I want in a String.
Ganesh
-Original Message-
From: Luis Javier Beltran [mailto:[EMAIL PROTECTED]]
Sent: Monday, November 20, 2000 11:05 AM
To: [EMAIL PROTECTED]
Subject: Re: (Off Topic) Please Bare with ME!!!
Do you want all in a String???
- Original Message -
From: "Gan
Do you want all in a String???
- Original Message -
From: "Ganesh Mohan Rao" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, November 20, 2000 1:52 PM
Subject: (Off Topic) Please Bare with ME!!!
Dear All,
Please bare with me for this Off Topic Question.
I would like to know
Dear All,
Please bare with me for this Off Topic Question.
I would like to know whether there is a possiblity of reading the contents
of a files at one stretch.
Now I am using FileReader and Buffer Reader in which I am using Readline()
method which reads line by line.
My PL wants to read the C
Bonjour!
Merci pour votre réponse!
bon, je bosse sur jsp1.0 sur websphere(windows NT server)
et j'ai du mal à utiliser un javabean:
ou devrais je mettre les fichiers d'extenssion class et java (dans quel
répertoire) et comment ?
Merci d'avance
___
I didn't get an error. The included info just didn't show in the final
view.
I fixed my problem - the syntax as I wrote it was correct. I just had
problems with my web server configuration, which are now resolved.
So, it is legal and should work to have:
<%@ include file="../content/header.inc"
Hi,
I need to create a servlet which will pop up a filechooser dialog box at
the client side, but the contents of this filechooser has to be the file and
directory structure of the server side machine. That is what i need is a
FileCHooser which will allow me to browse through files at a remote ma
salut
bon si tu peux m'explique ca en francais je peut faire bqp de truc
bye
- Original Message -
From: "kaab kaoutar" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, November 20, 2000 4:33 PM
> Hi all!
>
> I'm using jsp with websphere!
> i have a jsp file that uses a bean!
> w
Seriously?
We are trying out JBuilder 4 hoping (Desperately) hoping that it would give
good results in remote debugging (JSP / Servlets + EJBs)
I'm interested in this Orion AS, which seems to get good response from ppl
on this list
Right now, Weblogic is driving me nutz, Websphere is like a beast
>Hello everybody,
>
>I've recently shifted from ASP to JSP.
Good choice!
>Many people suggest us to use beans to encapsulate business logic. But I've
>come to know that we have to restart the web server when we upgrade the
>bean.
It depends on which App server you're using.
> This thing is not
> "Bhuvaneswari" == Bhuvaneswari Palanivel <[EMAIL PROTECTED]>
>writes:
Bhuvaneswari> Hi,
Bhuvaneswari> For my application, we need to print many HTML pages. How can i print
HTML
Bhuvaneswari> pages without using the Graphics object? Actually in java 1.2 contains
Bhuvaneswari> Print
hi all,
Iam using JBuilder4 , When I run a simple JSP file JBuilder is giving error
like
"Context log: path="" Socket Exception/" . Can anyone help me out, please.
Karunagara Jothi
Java Developer
Verchaska,
[EMAIL PROTECTED]
=
Hi all!
I'm using jsp with websphere!
i have a jsp file that uses a bean!
where should i put the bean class so as to be accessible by my jsp file?
i know that html and jsp files are located in, the web directory and
servlets in the servlets directory, of my web application! and that to add a
new
Total-e-Server from Bluestone software is pretty good
too,,,
--- "Duffey, Kevin" <[EMAIL PROTECTED]> wrote:
> I would go with Orion application server
> (www.orionserver.com). Fully J2EE
> and is very fast, clusterable, scalable, and so on..
> Free to use for all use
> and only $1500 per server fo
In your query use "rowcount"
i.e.
1st query "SELECT * FROM table rowcount < 11";
2nd query "SELECT * FROM table rowcount > 10 AND rowcount < 21";
etc...
--
Antonio W. Lagnada
Ecommerce Consultant
[EMAIL PROTECTED]
This email address is specifically
for JSP-Interest email list.
Remove _NOSPAM f
Can you send me and example configuration file on making mod_jserv work
with Apache --> with JSP and Servlets working.
--
Antonio W. Lagnada
Ecommerce Consultant
[EMAIL PROTECTED]
This email address is specifically
for JSP-Interest email list.
Remove _NOSPAM for the actual email.
"Murphy
Hi,
Has anybody here use iPlanet Enterprise. What do you guys think of it? Is
it fast or slow compared to other servers? Are there any better web
servers?
Thanks for your help,
Denny Pichardo
IT Specialist
Agilent Technologies
[EMAIL PROTECTED]
-Original Message-
From: A mailing list about Java Server Pages specification and reference
[mailto:[EMAIL PROTECTED]]On Behalf Of Bolt, Dave
Sent: Monday, November 20, 2000 9:56 AM
To: [EMAIL PROTECTED]
Subject:
set J2EE-INTEREST NOMail
set JSP-INTEREST NOMail
set EJB-INTEREST NOMail
se
set J2EE-INTEREST NOMail
set JSP-INTEREST NOMail
set EJB-INTEREST NOMail
set XML-INTEREST NOMail
set SERVLET-INTEREST NOMail
===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [
Hi,
You should download the latest version of Tomcat. I had some trouble with
executing JSP's with older versions of Tomcat. I use 3.2 beta 6 and it runs
very smooth
Ivo
-
hello,
I am new to JSP and have downloaded Tomcat v3.1 and Apach
Chetna
Here is the help from my side and I guess it will help you.
Run the Startup.bat file to run tomcat from the bin directory.
Classpath has to be set.
set TOMCAT_HOME=
set JDK_HOME=
Install jsdk2.0 and set its "lib" directory to classpath.
set tools.jar to the classpath
Now u are done to ru
Hi all,
I am a very queer problem. I am using Tomcat 3.1 as standalone
and configured in server.xml file as below
The index.jsp is a login screen which submits to form data to Retrieve.jsp file. In
both the files i have given code
to display session id. The problem is when i gi
- Original Message -
> hello,
Hello, I'm Roberto from Italy!!
> I am new to JSP and have downloaded Tomcat v3.1 and Apache web Server
> 1.3.12 for Windows NT4 as the platform.I have also downloaded the
> ApacheModuleJserv.dll file from the site.
> My qurery is that do i have to inst
hello,
I am new to JSP and have downloaded Tomcat v3.1 and Apache web Server
1.3.12 for Windows NT4 as the platform.I have also downloaded the
ApacheModuleJserv.dll file from the site.
My qurery is that do i have to install JServ to be able to execute JSp
files and if yes, where can i find Jserv.
Hi JSP Gurus !
I am new to JSP.
When I tested with small JSP examples after installing JRUN 2.3
Configured with
IIS (ie) it shows errror.
I have tested by clicking the examples at the home page of JRUN i am
able to run
the servlets examples but not the JSP examples in the browser.
Kind
Sanh,
this question should probably be asked on the Forte mailing lists at
www.netbeans.org, but nevertheless - the feature you are asking about is
available in Forte Internet Edition. Just do for JSPs whatever you would
normally do for Java files: set breakpoints, step over lines, view
variables
I've been gone all weekend, so this may already be answered, but they've got some
drivers on the download page of www.mySQL.com
Ana Pino wrote:
> Can anybody point me to a good JDBC driver to connect to MS SQL Server?
>
> Thanks in advance,
> Ana
>
> =
Hi,
Could anybody tell whether I could use both CGI-perl and
ApacheJserv together for Backend(Server Side) of a single Site. I am using
Linux and Apache
WebServer.
Thanks and Regards,
Deepak C. S.
Planetasia Ltd,
A Microland Group Company,
Contact: 552
- Original Message -
From: "Deepak C S" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, November 20, 2000 12:26 PM
Subject: Hi
> Hi,
>
> Could anybody tell whether I could use both CGI-perl and
> ApacheJserv together for Backend(Server Side) of a single
Should work fine
-Original Message-
From: Deepak C S [mailto:[EMAIL PROTECTED]]
Sent: 20 November 2000 12:27
To: [EMAIL PROTECTED]
Subject: Hi
Hi,
Could anybody tell whether I could use both CGI-perl and
ApacheJserv together for Backend(Server Side) of a single
hi,
no! you must be able to change your JSP while WLS is running!
br
marco
> -Original Message-
> From: EXT Loni & Bharat Nagwani [mailto:[EMAIL PROTECTED]]
> Sent: 24. November 2000 9:34
> To: [EMAIL PROTECTED]
> Subject: Jsp in WebLogic 5.1
>
>
> Hi,
>
> I am using JSP's with w
Hello,
Did you get to this to work with JBuilder Professional, or do you have the
Enterprise version?
Regards,
Manne Fagerlind
-Original Message-
From: M. Simms [mailto:[EMAIL PROTECTED]]
Sent: 20 November 2000 05:00
To: [EMAIL PROTECTED]
Subject: Re: Which one is recommended Web Serve
Actually, it's when the session times out (the server doesn't know if you
close the browser window unless you explicitly tell it, e.g. using a crafty
JavaScript).
/Manne
-Original Message-
From: M. Simms [mailto:[EMAIL PROTECTED]]
Sent: 20 November 2000 05:00
To: [EMAIL PROTECTED]
Subjec
Compare to Jrun , Jrun provide many good documents and JRun have GUI to
configure and deploy your application. It is easy and simple. Orion is
fast, but I found that is not that easy to use compare to jrun. And the
documents is not enough and details.
But if running EJB application, I use ori
65 matches
Mail list logo