Re: Why tomcat needs apache ????

2001-02-08 Thread Henry Lin
Sorry, the answer should be no. Apache will not integrate with other technology by default. (you can refer to the document in www.apache.org for why the Apache not come with SSL, similar situation) If you want to have a simple solution, just use JRun, Orion, Websphere, Oracle IAS, OAS or Java

Re: Why tomcat needs apache ????

2001-02-08 Thread Pete Ehli
May I add that Tomcat will (we hope in the not to distant future) be a part of Apache. They will not be separate offerings. If you just want to do development stay with just Tomcat. Combining the two together can be a real headache to the inexperienced. -- Pete -- - Original Message -

Re: Servlet internal error

2001-02-08 Thread Martin Cooper
The most likely reason would be that the HelloWorld class does not extend javax.servlet.http.HttpServlet. -- Martin Cooper Tumbleweed Communications - Original Message - From: "Vladimir Kositsky" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 08, 2001 2:04 PM Subje

Re: Close browser window

2001-02-08 Thread Jann VanOver
You can't unless YOU (your javascript) opened the window or you're running signed scripts (in a secure environment). Think about it, you've been browsing along, lots of good stuff in you browser history, then some dumb web page comes along and closes the window and you loose it all. I wouldn't b

Re: I am a beginner

2001-02-08 Thread zac
check ur spellingu forgot the 'n' <% Visit my HomePage %> http://prosurfr.tripod.com - Original Message - From: "Joseph Kimo Kreis" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, February 09, 2001 12:04 AM Subject: I am a beginner > Hello I

Re: how do I to go out from this list???

2001-02-08 Thread Slava
Sivakumar Chiluvuri wrote: > To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". > > Marcelo Mathias Lima <[EMAIL PROTECTED]> on 01/18/2001 05:09:48 PM > > Please respond to A mailing list about Java Server Pages specification and > reference <[EMAIL PROTECTED]> > >

Re: design help ????

2001-02-08 Thread Pete Ehli
Check out this link http://www.webdevelopersjournal.com/columns/connection_pool.html is this is above your level of understanding then consider an alternate solution. -- Pete -- - Original Message - From: "Angus Mezick" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February

Re: using "like" statement wih preparedStatement

2001-02-08 Thread Roland Dong
Just wondering why EJBs are much preferred to JDBC? Can you give an example? Roland You can use "like" in a prepared statement; as I recall, all you'd need is to make sure the string you're setting has the wildcards. To wit: PreparedStatement ps=connection.createPreparedStatement( "select *

Re: USE JSP/JAVABEANS TO GENERATE ON THE FLY DHTML

2001-02-08 Thread Ivan Kougaenko
if by "on the fly" you mean a series of requests, then yes -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Bryan L. Croft Sent: Thursday, February 08, 2001 11:50 AM To: [EMAIL PROTECTED] Subject: USE JSP/JA

Re: How to configure JRun 3.0

2001-02-08 Thread Duffey, Kevin
Only if the servers use the same port. One will have to use port 80 (default), and you'll have to configure another one to use a different port, then use your URLs with that port like http://mycompany.com:/path/page.jsp HTH > -Original Message- > From: Angela Chow [mailto:[EMAIL PROTECT

How to configure JRun 3.0

2001-02-08 Thread Angela Chow
hi, I am new to JSP and JRun 3.0. I am currently have PWS running on my machine. If i have more than one server, would there be a conflit? I would appreciated if someone can tell me how to configure JRun. thanks.. angela __ Do You Yahoo!? Get

Re: Why tomcat needs apache ????

2001-02-08 Thread Henry Lin
Referring to the jakarta site, the original idea of tomcat is mainly for handling dynamic content and use the apache to handle the static content. Also, apache has more functions on web server side. BTW, you can still use Tomcat as a web server but the performance should be poor than apache Mor

Re: USE JSP/JAVABEANS TO GENERATE ON THE FLY DHTML

2001-02-08 Thread Ravi Prashanth
Very much possible. I've used JSP to generate JavaScript before. I've used JSP to load dynamic data into a layer. So there's DHTML/JSP for you. Ravi http://BabyNamesIndia.com At 11:50 AM 2/8/01 -0800, you wrote: >Is it possible to write javabeans, jsp tags, and jsp that will allow the >on the

Re: Redirect to JSP with parameters missing

2001-02-08 Thread Kim
FYI, to convert a string to a URL, u can use: java.net.URLEncoder.encode(str); Makes our life easy. - Original Message - From: "Dharmesh Patel" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, February 09, 2001 2:49 AM Subject: Re: Redirect to JSP with parameters missing > Dea

Servlet internal error

2001-02-08 Thread Vladimir Kositsky
Hey! What could be reason of Error: 500 Location: /servlet/HelloWorld Internal Servlet Error: java.lang.ClassCastException: HelloWorld at org.apache.tomcat.core.ServletWrapper.loadServlet(ServletWrapper.java:268) at org.apache.tomcat.core.ServletWrapper.init(ServletWrapper.java

Re: USE JSP/JAVABEANS TO GENERATE ON THE FLY DHTML

2001-02-08 Thread Michael Normington
The answer is YES. -Original Message- From: Bryan L. Croft [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 08, 2001 1:50 PM To: [EMAIL PROTECTED] Subject: USE JSP/JAVABEANS TO GENERATE ON THE FLY DHTML Is it possible to write javabeans, jsp tags, and jsp that will allow the on the f

Row Color

2001-02-08 Thread Dan Lopez
I want to alternate row color. I have seen it...how is it done? Need help asap! Thanks __ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail - only $35 a year! http://personal.mail.yahoo.com/ ==

Re: Row Color

2001-02-08 Thread Willy LEGIMAN
Dan, You can write a scriplet or java bean to check for alternate rows (like odd and even rows). I suggest you use style sheets to fill the row color for easy maintenance. I've included the following code for your reference. Cheers -- <% for (counter=0; counter White Color <%

Re: GURUS: is a session Array Bean possible?

2001-02-08 Thread Murphy, Chris (OTS-EDH)
I solved the performance issue: My search query was a "SELECT * from xxx where xxx like ? AND xxx like ? AND xxx like ?, etc" Since I am only interested in the record_id's, I changed it to "SELECT account_id from xxx where ..." The queries are lightning fast, now... -cm -Original Message--

Re: Why tomcat needs apache ????

2001-02-08 Thread Charlemagne L. Rey
I think you don't need an Apache if you have the latest version of Tomcat. However, you could also use Tomcat together with an Apache, it depends on your needs. Regarding on your question on how you could invoke the index.jsp located in tomcat\webapps\myApp, you need to add that directory in the s

Dynamic Drop Down

2001-02-08 Thread Dan Lopez
I have three drop down menus: 1. Field Name of column from differect db tables 2. All fields in column (I would like to populate this drop down from the field name from db, depending on field name, do a distinct and populate the drop down) more questions: how do you hide a form, until something

Re: connecting to mssql

2001-02-08 Thread Sicaud Patrice
use javamail. -Original Message- From: Antillon Reyes Rafael Martin - EXT [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 06, 2001 10:53 AM To: [EMAIL PROTECTED] Subject: Re: connecting to mssql Hello Everyone. I have a simple question: How Do i send mail with a JSP? If u can give

Re: JSP + ResultSets

2001-02-08 Thread Willy LEGIMAN
Hi Walter, You need a JDBC driver for Oracle. It can be Oracle Thick-client, Thin-client, JDBC-ODBC bridge etc. Check with your Oracle vendor for more information. You also need to set up a data source name to identify which database your application is going to use. I have included the followin

Re: JSP accessing db stored procedures

2001-02-08 Thread Joseph Ottinger
Yes, you can use stored procedures. There are a few ways you could go about it; see http://java.sun.com/j2se/1.3/docs/api/index.html, look at the java.sql and javax.sql API docs, and see http://java.sun.com/products/jdbc/ for a product page. These URLs contain quite a bit of information that can h

Re: A component that generates barcharts.........Repeated Message Receipt

2001-02-08 Thread The Burkes
I think Sun enjoys the flames, so when the fire starts to go out they send out the same messages to get everyone going again. -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Geert Van Damme Sent: Thursday,

Re: Redirect to JSP with parameters missing

2001-02-08 Thread Dharmesh Patel
Dear Gina, You have to specify special value i.e. '+' instead of space if you wish to pass space as a parameter you have to rewrite your code as response.sendRedirect("aJspPage.jsp?paramA=aa+ a¶mB=bbb"); instead of response.sendRedirect("aJspPage.jsp?paramA=aa a¶mB=bbb"); Dharmesh --

USE JSP/JAVABEANS TO GENERATE ON THE FLY DHTML

2001-02-08 Thread Bryan L. Croft
Is it possible to write javabeans, jsp tags, and jsp that will allow the on the fly creation of DHTML and perhaps JavaScript? For example have a JSP page which gets updated with some data, the data flows into the javabeans, gets processed and the return results go to a jsp page which automaticall

Problem wih servlets and JSP - with some code

2001-02-08 Thread Janavee Boda
Hi, I tried whatever you said. I created a bean with getter,setter methods on userName,password. And in the verification.jsp, I used useBean tag with scope="session". How do i use this in another jsp page? again i have use useBean tag with session scope or is there any other way. Some times i'm g

Re: design help ????

2001-02-08 Thread Angus Mezick
Um, Check out the book Web Development with JavaSererPage from Manning by Duane K Fields and Mark A Kolb. The faq example they describe can be modified to do what you wish. Right now your questions are a big vague and sound very much like "do my thinking for me". The code from the book can be

Re: I am a beginner

2001-02-08 Thread Luis Javier Beltran
Just a comment Joseph, this message should be posted on a java programming forum, as this is for JSP. I'll help you understand the error: > > clicker.java:15: cannot resolve symbol ^ This means the problem is in line 15 of clicker.java > > clicker.java:15: cannot resolve symbol

Re: A component that generates barcharts.........Repeated Message Receipt

2001-02-08 Thread Geert Van Damme
Isn't it terrible. First the out of the office replies (still a problem) Then the off topics and stupid replies (still a problem ;-) Then the whole war around it (calming down) And now they're sending everything again!!! Please stop! Geert Van Damme > -Original Message- > From: A mailin

Re: Why tomcat needs apache ????

2001-02-08 Thread Luis Javier Beltran
> > Hi, I installed tomcat, and it's working fine, but I am confusing, why we > > need apache for tomcat ? Tomcat can serve pages, so you can use it standalone, but Apache does it better and faster ( I'm talking about static pages, images and other files too). But Tomcat offers other types of

Re: GURUS: is a session Array Bean possible?

2001-02-08 Thread Tim Keuning
Chris -- I'm unsure whether you can do it through jsp:useBean, but we do something similar in a Tag: keep Database results in the session as an array. It does speed subsequent pages quite a bit, but slows down the first one as the whole ResultSet is processed. In our code, we just declare an ar

Off Topic - EJB Question

2001-02-08 Thread Dan Lopez
Where is a good site with EJB tutorials? THanks __ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail - only $35 a year! http://personal.mail.yahoo.com/ === To

design help ????

2001-02-08 Thread sufi malak
We used to have a small project all done using html, it's about all the employees who got reward since 1976, what they did is: for every employee who got a REWARD they wrotte an HTML file, the first long html page shows all of the employees who got a reward (more than 240 name) and each name is a l

Re: A component that generates barcharts.........Repeated MessageReceipt

2001-02-08 Thread Pete Ehli
You know it's very simple to display .xml files via a servlet and JSP page. Excel is the type of Animal that is made for this. About the flame - sometimes people make remarks before they think. I have done it many times. No one is making you respond to a post. People respond because they want to h

How to do this?Please help..

2001-02-08 Thread sufi malak
I write a javabean called employee, it has all the get and set functions and a function for getting all the employees, now whay I am looking for is : the first page should display a constant number of employee(EMPLOYEES_PER_PAGE), for example only the first 10 (EMPLOYEES_PER_PAGE=10) employees, a

Re: A component that generates barcharts.

2001-02-08 Thread Pete Ehli
Bill Hines needs to get a life. I don't agree at all. People are not holding a gun to your head saying "RESPOND!" Pick what topics you want to read and delete the rest. Life is too short. Also flaming beginners and anyone else will just scare them away from Java and the listserve. Java needs all t

Re: Any views on the Java Web market in the US ???

2001-02-08 Thread Murphy, Chris (OTS-EDH)
In my company, I showed them what I could do with JSP, and my project sponsors are completely behind me and my team. I believe its up to us (JSP developers) to simply show management how quickly and cheaply* a JSP solution can be used in the enterprise as well as small projects. * If you use To

Re: JSP + ResultSets

2001-02-08 Thread Jay H. Lang
aWlater, You wcould use a Java servlet and can either code the statement in the servlet and then push the HTML data stream out to the browser, or, the better way would be to use a servlet, have it call a data bean that executes the SQL statment and then have your servlet call a JSP to display the

Re: Problem wih servlets and JSP

2001-02-08 Thread Janavee Boda
Hi, I tried whatever you said. I created a bean with getter,setter methods on userName,password. And in the verification.jsp, I used useBean tag with scope="session". How do i use this in another jsp page? again i have use useBean tag with session scope or is there any other way. Some times i'm g

Re: Why tomcat needs apache ????

2001-02-08 Thread Peter Bishop
Hi, You don not _need_ apache, as tomcat is a functional web server. However, tomcat is designed _primarily_ as a JSP container and as such is not as efficient with static HTML pages, or other non-JSP pages. Therefore, for perfomance, it is advisable to use tomcat in conjunction with another web-

Re: I am a beginner

2001-02-08 Thread Jay H. Lang
Joseph, The method in the Button class is addActionListener you are missing the "e" in Listener. -- Jay H. Lang Chief Technologist Distributed Computing Professionals Inc. IBM Certified Specialist - MQSeries 303 277-1873 - Office 303 807-9700 - Cell Joseph Kimo Kreis wrote: > Hello I got my jav

My JSP Client

2001-02-08 Thread shashi bhusan
Hi gurus! I ahve a JSP page which I am running on weblogic5.1 server. Through jsp I amtrying to access EJB on a remote Weblogic Server.Although I have suplied remote and home interface in classes directory it fails after throwing exception that Stubs not available. In Weblogic specification it is

Re: Any views on the Java Web market in the US ???

2001-02-08 Thread Prasanjeet Das
Can anybody suggest the lastest Java Related technology that will have a good demand in the future. As far as i am considered I have got exposure to core Java & java related Web technology only , so such new are very disheartening. Thankz in advance =

Re: I am a beginner

2001-02-08 Thread Brooke M. Fujita
>clicker.java:15: cannot resolve symbol >symbol : method addActionListner (clicker) >location: class java.awt.Button butto1.addActionListner(this) The method name is "addActionListener", it's just a typo. -Original Message- From: A mailing list about Java Server Pages s

Re: Websphere VS JRun

2001-02-08 Thread Daryani Santosh
I too personally like JRun . We were using JRun 2.3 earlier then moved to JRun 3.0. But earlier this month our corporation decided to go with Websphere. After feature , performance and support comparisons , Websphere out ranked JRun. Java Developers Journal is conducting readers choice awards 200

Re: A component that generates barcharts.

2001-02-08 Thread John Thomas
I cannot understand what's itching this joseph character. Tell me didn't u start using java because it's free. So what's wrong in searching for free dynamic image generator. Then that stuff on-- u can get info by goin to search engines, well u can get any information by spending enough time on sea

Re: Why tomcat needs apache ????

2001-02-08 Thread Robuschi (Delfi)
Only for the first question Apache isn't needed! Tomcat works as a Web Server and it can run as a standalone Web&Java server. But it is not as quick as Apache... so Apache is recommended for static content distribution and Tomcat for JSP application deployment (is it right written???) Bye

Re: I am a beginner

2001-02-08 Thread Nilesh Dave
ActionListener is spelt incorrectly Nilz -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Joseph Kimo Kreis Sent: 08 February 2001 16:04 To: [EMAIL PROTECTED] Subject: I am a beginner Hello I got my java

Re: JSP + ResultSets

2001-02-08 Thread Rogério Saran
A suggestion for a "clean" implementation on a model 1 design: a) Create a bean encapsulating your "table". This bean should take care of your application logic, calling the database through JDBC and returning your data as a native object (like a collection of "rows"). A simple approach is to ret

I am a beginner

2001-02-08 Thread Joseph Kimo Kreis
Hello I got my java program to work if I type in java it works. If I type in javac it work. But when I made a simple program like for a button on an applet it says: import java.applet.Applet; import java.awt.*; import java.awt.event.*; public class clicker extends Applet implements ActionListe

Websphere VS JRun

2001-02-08 Thread Boemio, Neil (CAP, FGI)
I am currently using JRun 2.3.3 and want to upgrade to 3.0 . BUT . I need to make a business case for the BIG expense. I say this because purchasing Websphere will be MUCH MUCH cheaper for me due to significant discounts that my company gets with IBM. But I don't want to go to Webspher

Why tomcat needs apache ????

2001-02-08 Thread sufi malak
Hi, I installed tomcat, and it's working fine, but I am confusing, why we need apache for tomcat ? Another question, if in tomcat I have an application called myApp in tomcat\webapps\myApp tomcat\webapps\myApp\index.jsp How can I invoque index.jsp from apache. Thanks _

Re: connecting to mssql

2001-02-08 Thread Siham Kasabri
do u u want to connect for a pool Thankx /Siham Kasabry Java Developer Integrant Inc -Original Message- From: Ahmed, Salman [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 06, 2001 4:04 PM To: [EMAIL PROTECTED] Subject: Re: connecting to mssql Hello, I can't seem to f

Re: using "like" statement wih preparedStatement

2001-02-08 Thread Joseph Ottinger
This would be more appropriate on a JDBC list, as it doesn't mention JSP at all. However, when I looked on http://archives.java.sun.com/archives/, I didn't find a reference to one. Perhaps someone else has a pointer for a JDBC-specific list? You can use "like" in a prepared statement; as I recall

Re: connecting to mssql

2001-02-08 Thread Sudheendra Hebbagilu
I think its Sun's listserv... My goodness... why does the software resending these messages please guys cool down... > Yeah, it seems like Sun's listserv software is spooling a lot > of email back > out, so we're getting duplicates. Might be hotmail; I don't know. I'm > certainly not re

Re: using "like" statement wih preparedStatement

2001-02-08 Thread Jay H. Lang
blueless, What I have done is modify the key value to have %key% instead of trying to modify the SQLStatement itself. It has worked for me. So the statement itself has (select .. like ?); -- Jay H. Lang Chief Technologist Distributed Computing Professionals Inc. IBM Certified Specialist - MQS

Re: connecting to mssql

2001-02-08 Thread Joseph Ottinger
Yeah, it seems like Sun's listserv software is spooling a lot of email back out, so we're getting duplicates. Might be hotmail; I don't know. I'm certainly not resubmitting the same email again, nor am I responding to the same emails. :) >From: sandarbh <[EMAIL PROTECTED]> >Reply-To: A mailing l

Re: INSULTS ARE OFF TOPIC!!!!!!

2001-02-08 Thread sandarbh
You are damn right i hope this is the last mail in this regard and also those who agree will not send supporting mails. lets put an end to this , and get on with simple constructive work. NO MORE: 1. objections to type of questions , if you do not like let it go un answered 2. no filthy allegati

Re: O/T Re: Close browser window

2001-02-08 Thread VoiD
You dont neccessrily get a closing box. Only if you try to close the main window. If you open an window using javascript, then you can close that window using javascript as well. But this is not a jsp issue. /Daniel -Original Message- From: A mailing list about Java Server Pages specific

Re: Close browser window

2001-02-08 Thread Frank Mancini
Close this window this is off the top of my head, you may need to put a "javascript:" in front of window. >From: Nicholas Larsson <[EMAIL PROTECTED]> >Reply-To: A mailing list about Java Server Pages specification and > reference <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: Close br

O/T Re: Close browser window

2001-02-08 Thread Jason Brooke
Open the window with javascript in the first place jason - Original Message - From: "Nicholas Larsson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 08, 2001 11:09 PM Subject: Close browser window > This might be abit of topic. > How do I make a browser window c

File Download & MIME Types

2001-02-08 Thread St. Louis, Thomas (CRD)
Does anyone know how to force both IE 5.0 and Netscape 4.72 to display the Save File As dialog box. I'm trying to download a file when a user clicks on a file name link in webpage. This works fine in Netscape but since most of the files are either excel, powerpoint, or word documents IE launch

Re: A component that generates barcharts.........Repeated MessageReceipt

2001-02-08 Thread maurice coyle
not just you. i've gotten all those angry posts about off-topic stuff again today. Sanjay Gomes wrote: > > Hi > Is it only me who is getting the messsages again or is this a general > problem > Coz i am sure I saw this message a couple of days ago and again received it > just now > on the 8th

Close browser window

2001-02-08 Thread Nicholas Larsson
This might be abit of topic. How do I make a browser window close without receiving an confirmation box. Nico === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTE

Security

2001-02-08 Thread Goodrum, Vince
Hi all I don't know if this is really the right place to be looking for help on this subject, but here goes. We require to be able to interigate a users browser for its cipher strength. I don't believe this is anything that can be dont in JSP, unless anybody knows otherwise. If anyone can give

Re: FW: Any views on the Java Web market in the US ???

2001-02-08 Thread ravi
oops., it seems many r having a bad day with mails i don't find any point why ppl r sending replicating their mails today... -ravi Jim Rueschhoff wrote: > The company I work for has been looking for mid level Java/JSP programmer > for 6 weeks now and we haven't even found one to intervi

INSULTS ARE OFF TOPIC!!!!!!

2001-02-08 Thread Robuschi (Delfi)
As I said in the subject, you're posting many many messages full of insults and other things that are off topic If you think that "JSP and MSSQL" is an off topic argument, you shouldn't continue writing these emails!! So I'm saying to everybody that continues insulting ea

Re: connecting to mssql

2001-02-08 Thread sandarbh
please do not start this all over again - Original Message - From: "Michael Normington" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, February 06, 2001 2:49 PM Subject: Re: connecting to mssql > < this. > My five-year-old knows how to ask questions to appropriate

How do you load native libraries in servlets and avoid Unsatisfie dLinkError

2001-02-08 Thread Ramesh, Kesav
Hello all How do you load native libraries in servlets and avoid UnsatisfiedLinkErrorDetailed Question: How do you load native libraries in servlets and avoid UnsatisfiedLinkError? Basically, it appears that many people have the problem in which one classloader loads a shared object which then f

Re: A component that generates barcharts.........Repeated Message Receipt

2001-02-08 Thread Sanjay Gomes
Hi Is it only me who is getting the messsages again or is this a general problem Coz i am sure I saw this message a couple of days ago and again received it just now on the 8th .Has someone at sun.java got flamed up Sanjay -Original Message- From: Michael Normington [mailto:[EMAIL PROTEC

Re: How can I obtain the users name ?

2001-02-08 Thread Robert Nelson
Varga, I don't believe you will be able to access the user's OS login / password via JSP. I believe the problem you are having with the getRemoteUser method is that you are not authenticating the user (ie. with Secure Socket Layers). If you are just using the HTTP protocol, I don't think you wil

using "like" statement wih preparedStatement

2001-02-08 Thread blueless
hi I hava problem using jdbc with SQL. I would like to use "LIKE" statement and preparedStatement for querying data.. and speed... But when I try it it goes an error... Except using simple Statement , can I do it successful wih preparedStatement and "LIKE" statement?... TIA 1 - sql =

problem with includes in iplanet enterprise web server 4.1

2001-02-08 Thread Raghu Movva
Hi all, I have a serious problem when i am trying to include a file using . The error I am getting is " Attempt to clear a buffer that has already been flushed". To avoid this I increased the page buffer size, but then also I am getting the same error. Hi jsp brains any solution. I am using

Re: Taglibs and JavaBeans ???

2001-02-08 Thread ravi
Hi ganesh, to know the advatages exactly i advice u to try some code with Taglib implementation & try the same with Bean implementation u get the difference... >If possible give me some lights on Taglibs. just visit sun site's u will get adequate information, i did the same, but to be honest i

Re: JSP installation

2001-02-08 Thread Peter Pilgrim
Download tomcat 3.2.1 release from jakarta.apache.org. Configure it first to work as a standalone web server since it is web server ___AND___ a JSP Servlet container. Afterwards that you have checked it works then reconfigure to work with Apache. BTW: You probably need to also download a modifi

Re: problem with includes

2001-02-08 Thread Duncan Rose
Check out http://java.oreilly.com/news/jsptips_1100.html section 2 for a possible cause. -Original Message- From: Raghu Movva [mailto:[EMAIL PROTECTED]] Sent: 08 February 2001 07:09 To: [EMAIL PROTECTED] Subject: problem with includes Hi all, I have a serious problem when i am trying

Re: [problem with includes]

2001-02-08 Thread Duncan Rose
I doubt the error was anything to do with your Vector access. Check out http://java.oreilly.com/news/jsptips_1100.html section 2. -Original Message- From: peruma gagan [mailto:[EMAIL PROTECTED]] Sent: 08 February 2001 10:46 To: [EMAIL PROTECTED] Subject: Re: [problem with includ

Re: Advantages of Taglibs over JavaBeans

2001-02-08 Thread Mayuresh Kadu
Let me give u one more example ! This one comes from an adaptation of our existing code <%@ taglib uri="web-inf/taglib.tld" prefix="custom" %> Empno EName Designation Department " to="<% request.getParameter("Emp_To") %>" > <%=E

Re: Taglibs and JavaBeans ???

2001-02-08 Thread Mayuresh Kadu
Having practically used. I have come to appreciate its ability to seperate the presentation from logic. We for example used Tags to give our designers the freedom of not seeing a single line of Java Code (apart from the few nesscary JSP directives). Today the designers change their design in and

Re: How can I sign an applet

2001-02-08 Thread Mayuresh Kadu
Hardeep, Check this out from the Javasoft's Security tutorial. I am certain this will help . Please do also look at the rest of the tutorial as it goes on to explain the signing process in details :) http://java.sun.com/docs/books/tutorial/security1.2/tour1/index.html Hope this helps !! Mayur

How can I obtain the users name ?

2001-02-08 Thread Varga Sandor
Hello Everibody ! I'd like to know if it is possible (and how if yes ) to obtain the name of the user who has entered his name and password - authenticated in MS Windows ( 95,98, NT, 2000) - in JSP. That is for making the user's life easyer by not forceing to enter the name and password more than

Max concurrent of tomcat?

2001-02-08 Thread Wayne Lian
Hi, Thanks for all the reply of problem in using out.println in method. :) I have another question is that, what is the max number of concurrent access to tomcat? Currently there's a IIS server with tomcat installed, and around 300 ppl having their own account is using the server. From the

Make Starting with JSP.

2001-02-08 Thread Waleed Dabbour
Hi All, Where can I found the recourse and material that can help me to start with JSP? I have good experience with ASP. Best Regards, Waleed Dabbour [EMAIL PROTECTED] === To unsubscribe: mailto [EMAIL PROTECTED] with body

JSP FAQ & Resource Information

2001-02-08 Thread Anil K. Vijendran
This is a weekly informative posting to the jsp-interest list. Before asking questions of a general nature, please check out the resources available online to see if your question already has an answer. The best place to start