Re: Login Authentication against database...

2001-11-17 Thread Abhijit Hiremagalur
How about misusing java.net.URLEncoder and java.net.URLDecoder? ie. Encode all strings before inserting it into the database and Decode when retrieving from the database.(faster than encrypting, I think) I suspect this would eliminate most issues related to some prankster using SQL in a form

help please(javascript)

2001-11-17 Thread Gochwal Meenu
We have two list boxes..list box 1 contains all the data from the system. On click of the button whatever data is selected from the list box 1 it moves to the list box 2. The data in the list box 1 is such that it also contains related data uptil n level of hierarchy displayed in the list box

Re: jsp:include question

2001-11-17 Thread Papo Napolitano
RE: jsp:include questionHi! Finally all is working fine. Thank you all for your help! Cheers, Papo. === To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST. For digest: mailto [EMAIL PROTECTED] with

Re: offside... war file

2001-11-17 Thread Mader, Steve
If you still want to open them, use the Java jar utility. War files are in the same format as jar files. -Original Message- From: Richard Yee [SMTP:[EMAIL PROTECTED]] Sent: Saturday, November 17, 2001 1:22 AM To: [EMAIL PROTECTED] Subject: Re: offside... war file Joey,

JSPs On Tomcat in an Enterprise Environment

2001-11-17 Thread Mike Duffy
What are your thoughts on deploying JSPs on Tomcat in an enterprise environment? Is it a wise decision to save money by using Tomcat instead of buying WebLogic, WebSphere, etc.? What about running Tomcat on Linux? I've been told there are siginificant negative issues with multi-threading for