Re: Global variable

2002-05-03 Thread Sathya
names", filenames); > > Retrieve from global store: > > List filenames = (List) context.getAttribute( "filenames"); > > Retrieve all filenames: > > Iterator i = filenames.iterator(); > while( i.hasNext()) { > out.println(( String) i.next()); > } > > Delet

Re: Global variable

2002-05-01 Thread Sathya
ntext attribute. > > Mark > > -Original Message- > From: Sathya Shiv [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, April 30, 2002 8:37 AM > > I want to maintain a global String array in servlet. > I want to store the filenames of unzipped file in a string array and later &g

Global variable

2002-04-30 Thread Sathya Shiv
Hi, I want to maintain a global String array in servlet. I want to store the filenames of unzipped file in a string array and later delete the those files accessing the filenames array. How do I achieve this??? Sathya

Read timed out

2002-04-26 Thread Sathya Shiv
Hi, I am getting the following exception while uploading a 50KB file to RMI server...I am using FTP protocal. But...i get this exception ...I am using VPN connection for connection to target... How to increase the time??? Please help... Sathya java.io.InterruptedIOException: Read timed

Re: JSP file not found.

2002-04-24 Thread Sathya
Hey thanks a lot it worked by removing the space for the folder names. I alot got this doubt but did not try as the same thing was working on NT ...i.e with spaces. Thank you very much anyway... Sathya - Original Message - From: "Dinesh Villuri" <[EMAIL PROTECTED]

Re: JSP file not found.

2002-04-24 Thread Sathya
Thanks for the suggestion...but i need to work with this because I have this at my client end already and there it is perfectly working fine on NT... I am facing all sorts of problems while doing with 2000. Hope somehow I can slove this... Sathya - Original Message - From: "Mi

Re: JSP file not found.

2002-04-23 Thread Sathya
I am using win 2000 professional... ANy suggestions??? - Original Message - From: "Sathya Shiv" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, April 22, 2002 5:25 PM Subject: JSP file not found. > Hi, > I am using IIS and srevlet exec to execute

Re: JSP file not found.

2002-04-23 Thread Sathya
tory path in CLASSPATH. The server automatically picks it up but the problem at your end is that the server is not generating classes for JSPs in pagecompile directory. You need to first check for that as why it is not generating those classes for JSPs -Original Message- From: Sathya [mailto:[

Re: JSP file not found.

2002-04-23 Thread Sathya
probably the IIS is blind > > that's why it cud not find... > > > > -- > > From: Sathya[SMTP:[EMAIL PROTECTED]] > > Reply To: A mailing list for discussion about Sun Microsystem's Java > > Servlet API Technology. > > Sent:

Re: JSP file not found.

2002-04-23 Thread Sathya
do you want me to include the path where jsp resides I assume the servlet exec will understand the server home path. Sathya - Original Message - From: "Balasubramaniyan K" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, April 23, 2002 6:05 AM Subject:

Re: JSP file not found.

2002-04-23 Thread Sathya
Can any one please tell me what the problem is... Sathya - Original Message - From: "Sathya Shiv" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, April 22, 2002 5:25 PM Subject: JSP file not found. > Hi, > I am using IIS and srevlet exec to exec

JSP file not found.

2002-04-22 Thread Sathya Shiv
help me... Thanks, Sathya ServletExec: caught exception - java.io.FileNotFoundException: C:\Program Files\New Atlanta\ServletExec ISAPI\Servlets\pagecompile\_htdocs\_sage\_reservation_add_xjsp.java (The system cannot find the path specified) [Tue Apr 23 08:24:39 PDT 2002

Re: AW: Help...UnsatisfiedLinkError

2002-04-18 Thread Sathya
following error with 1.3.1_03 Error occurred during initialization of VM java/lang/NoClassDefFoundError: java/lang/Object Any help is appreciated. Thanks, Sathya - Original Message - From: "Huber, Peter" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday,

Help...UnsatisfiedLinkError

2002-04-16 Thread Sathya Shiv
/ServletExec.standardServletRequest at com/newatlanta/servletexec/ServletExec.ProcessRequest at com/newatlanta/servletexec/ServletExec.ProcessRequest Can any of u help Regards, Sathya ___ To unsubscribe, send email to

java.lang.UnsatisfiedLinkError: java/security/AccessController.doPrivileged

2002-04-14 Thread Sathya Shiv
/newatlanta/servletexec/ServletExec.ProcessRequest Can any of u help Regards, Sathya ___ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Arch

Re: Post problem for file upload

2001-10-31 Thread SUBSCRIBE SERVLET-INTEREST Sathya
I wanted to add one more thing here... I tried putting System.out.println statements before and after Instantiating Multipart request. It printed both the lines in case of <2MB and din't print both of them in case of > 2MB. So, I suspect, it din't come till doPost __

Post problem for file upload

2001-10-31 Thread SUBSCRIBE SERVLET-INTEREST Sathya
I have a problem in uploading files > 2MB. I am able to upload files of size 2MB. If I try uploading file of size greater than 2MB...my browser shows that it is processing for a while and then it goes to page cannot be displayed. On top of the browser i get the title as HTTP 500 - internal serv

Re: Stability of Java

2000-10-13 Thread Srini Sathya.
BRILLIANT answer michael, i second this one. Where is the *MYSTERY* man now?? Cheers Srini -Original Message- From: Michael Newcomb [mailto:[EMAIL PROTECTED]] Sent: Friday, October 13, 2000 4:59 PM To: [EMAIL PROTECTED] Subject: Re: Stability of Java Howard, Your "issues": 1. "know

Re: A question about the fundamentals!

2000-10-12 Thread Srini Sathya.
Can you post your code to the list?? - Original Message - From: Vijaya Bhaskar Varanasi To: [EMAIL PROTECTED] Sent: Thursday, October 12, 2000 2:54 PM Subject: Re: A question about the fundamentals! Hi everybody, In this context, I want to share my experience with similar (but may not b

Re: Synchronize method in the servlet [Scanned by Yellow Pages Po stMaster]

2000-10-10 Thread Srini Sathya.
date or modification to that row. This way, you don't have to do anything in your Java codes. When the row is locked by one thread, all other threads will smiply wait until timeout and report an error. Charles "Srini Sathya." <[EMAIL PROTECTED]> on 10/10/2000 12:

Re: Synchronize method in the servlet

2000-10-10 Thread Srini Sathya.
would the DB's will not have an internal lock for their operations??. is it mandatory to make the DB object static for DB operations. For example in an online reservation system if you have only one ticket left and 2 users are trying to reserve at the same milliseconds i believe DB will not ente

Re: not concerned with servlets

2000-10-05 Thread Srini Sathya.
and more importantly no title as "Off-topic" which is MANDATORY FOR OFF-TOPIC QUESTION!!! -Original Message- From: Christopher K. St. John [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 05, 2000 2:27 PM To: [EMAIL PROTECTED] Subject: Re: not concerned with servlets Pankaj wrote: > >

Re: Synchronize method in the servlet

2000-10-05 Thread Srini Sathya.
The reason I think I have to put static keyword for the method is because my method is going to update the database by JDBC connection. I don't want multiple thread updating the database at the same time. What SIGNIFICANCE if your going to have static, it will NOT ensure that there wont be an mu

Re: Running servlets in tomcat. RE:Date! RE: all the rude peopl e

2000-09-26 Thread Srini Sathya.
9:52 AM > To: [EMAIL PROTECTED] > Subject: Re: Running servlets in tomcat. > > > Sanane habes maymunu sorar sorar ,cevap vermeye mecbur musun lavuk...!! > > "Srini Sathya." wrote: > > > why cant you go thro the archives this has been asked lot of tim

Re: Date!

2000-09-26 Thread Srini Sathya.
This is not a forum for advice and we are sick and tired of all advices, all in this earth knew that "NOBODY HAS BORN AS GURUS", but the effort taken by us from "ORDINARY" to "GURU" was an DAUNTING TASK. If everyone has the instinct to become a guru atleast we can stop these kind of 75% off-topic

Re: Running servlets in tomcat.

2000-09-26 Thread Srini Sathya.
why cant you go thro the archives this has been asked lot of times and lot of people has answered this as well!!! -Original Message- From: Partha Bhattacharjee [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 26, 2000 1:24 PM To: [EMAIL PROTECTED] Subject: Running servlets in tomcat.

Re: managing a string

2000-09-25 Thread Srini Sathya.
java.util.stringtokenizer and BTW what this has to do with SERVLETS!!! -Original Message- From: Marcos Lloret [mailto:[EMAIL PROTECTED]] Sent: Monday, September 25, 2000 6:08 PM To: [EMAIL PROTECTED] Subject: managing a string hi, i have a string with some words separated by ;

Re: [Scanned by Yellow Pages PostMaster]

2000-09-25 Thread Srini Sathya.
to be unloaded!"); } Cheers, Charles "Srini Sathya." <[EMAIL PROTECTED]> on 09/25/2000 03:27:09 PM To:[EMAIL PROTECTED] cc: (bcc: Charles Chen/YellowPages) From: "Srini Sathya." <[EMAIL PROTECTED]>, 25 September 2000, 3:

Re: [Scanned by Yellow Pages PostMaster]

2000-09-25 Thread Srini Sathya.
Charles, can you send/post some snippet of adding eventhandling to a page, so that we shall learn about it. Cheers Srini -Original Message- From: Charles Chen [mailto:[EMAIL PROTECTED]] Sent: Monday, September 25, 2000 4:42 PM To: [EMAIL PROTECTED] Subject: Re: [Scanned by Yellow Pages

Re: plugin problem with applet loading

2000-09-22 Thread Srini Sathya.
just try putting test alone in code instead of test.class. It is taking Test as a package and then searching for a file called class in that package so just try putting Test alone in the codebase. It will try to load the Test.class from the default code-base. Cheers Srini -Original Messa

Re: problem calling to a servlet

2000-09-20 Thread Srini Sathya.
IMHO!! when you pass a query which contains spaces it has to be changed to "+", special characters are not recognized as part of submission. I am attaching a code snippet which checks if the query string contains " " and if yes then it will replace with "+". Pass your query as a parameter to the

No Subject

2000-09-20 Thread Srini Sathya.
try catching NullPointerException, because exception is general and you cant able to figure out what exception it is. My initial guess is that it is throwing a NullPointerException in authentication bean. Try your luck Srini -Original Message- From: LeBaron Price [mailto:[EMAIL PROTECTE

Re: two cookies

2000-09-19 Thread Srini Sathya.
i think this has been discussed extensively few weeks ago in the forum, can you please check the archives. -Original Message- From: Michel [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 19, 2000 4:22 PM To: [EMAIL PROTECTED] Subject: Re: two cookies - Original Message - Fro

Re: It's Urgent

2000-09-19 Thread Srini Sathya.
craig, i am little bit curious here as per the posters words how could it work in JavaWebserver not in TOMCAT. If it is going to be a browser problem then it should give him the same download option in javawebserver too. I apologise if i missed out something obvious. Cheers Srini -Original

Re: Updating a session variable

2000-09-13 Thread Srini Sathya.
good healthy discussion in this list after a long time. I hope lot of experts (to name few of them craig, nic, ted neward) will follow pursuit and will contribute their views, if any to us. Thanks milt for your clarity contribution. Srini Disclaimer: The above experts list is an never-end

Re: Servlets over CGI... [Scanned by Yellow Pages PostMaster]

2000-09-13 Thread Srini Sathya.
you missed a crucial one how abt the comparsion of processes between CGI and SERVLETS. Eventually servlets will create only 1 process for numerous request and multiple instance will be served, whereas CGI will create a seperate process for each request. I believe for a webserver performance that

Re: Performance issues

2000-09-08 Thread Srini Sathya.
An obvious newbie question with an different format and importantly TYPICAL NIC answer!!! Good stuff nic:):) Cheers Srini -Original Message- From: Nic Ferrier [mailto:[EMAIL PROTECTED]] Sent: Friday, September 08, 2000 7:43 AM To: [EMAIL PROTECTED] Subject: Re: Performance issues >>>

RE: sending mail through java

2000-09-06 Thread Srini Sathya.
try www.jguru.com and search for sending mail. There is a good example for attachment as well. Cheers Srini PS; If you need any further help please write to me in private. -Original Message- From: karthikeyan [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 06, 2000 3:57 PM To: [

spec 2.2 but development kit 2.1

2000-09-01 Thread Srini Sathya.
can any1 clarify my doubt. I saw from servlet 2.2 spec a method called getLocale() for i18n. (5.8). But when i search the developmentkit for 2.2 i cant find it. In 2.1 there is no such method called getLocale(). Can anyone shed some light in this one. Cheers Srini -Original Message-

Re: SV: how to check ResultSet is null or not?

2000-09-01 Thread Srini Sathya.
sometime ago somebody posted a snippet for the above can you please check the archives for the same. That code was really cool and good. Cheers Srini -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 31, 2000 6:16 PM To: [EMAIL PROTECTED] Subje

Re: SERVLET-INTEREST, Servlet FAQ & Resource Information

2000-08-26 Thread Srini Sathya.
In addition to this one, when ur going out for vacation please signoff the list its really IRRITATING to get a automated vacation message back stating "that ur in vacation" when we post some question to the forum. Happy Holidays Srini -Original Message- From: Danny Coward [mailto:[EMAIL

Re: 2 Cents Worth: 2 solutions

2000-08-25 Thread Srini Sathya.
might be sun can select some top experts from the list and can honour them similar to www.experts-exchange.com. I know the knowledge shared here expects nothing in return, alas in token of appreciation of their tireless efforts, SUN has to consider this seriously. Srini -Original Message---

Re: jar file question

2000-08-24 Thread Srini Sathya.
PLEASE!! check the ARCHIVES for CLASSPATH PROBLEMS, this has been discussed NUMEROUS, NUMEROUS times in this forum and if any1 wishes to reply to this email PLEASE!!! reply to the sender privately, PLEASE DONT FLOOD THE LIST!! HUH! Srini -Original Message- From: Bruce Knipe [mai

Re: Ini File in Apache

2000-08-24 Thread Srini Sathya.
instead of going for an ini file if the parameters are less go for initparameters this is really easy and portable too, in future if u want to port ur servlet to another servlet u just need to configure the init parameters. Cheers srini -Original Message- From: Jackson Ching [mailto:[EMA

Re: HTTP Connections and timeout - Servlets

2000-08-17 Thread Srini Sathya.
better solution would be of starting 2 forums one for beginners and another one for advanced. People who post the question will be the best judge to decide which category their question goes. Sun, are u hearing us! Cheers Srini -Original Message- From: Savitha S.R. [mailto:[EMAIL P

Re: getParameter method return null string

2000-08-16 Thread Srini Sathya.
purav, this is a sarcastic answer, u put an elemantry question and got reply from one of the subscribers. Please refrain urself in either posting this kind of elemantary question in future or be prepared to digest the sarcastic answers. Cheers Srini -Original Message- From: Purav [mailt

Re: GNU-Paperclips session load balancing implementation project

2000-08-11 Thread Srini Sathya.
nic, u should tell us how to subscribe as well, when i sent an email to the below address it says ur not a memeber! and points to the homepage of topica.com... Cheers Srini -Original Message- From: Nic Ferrier [mailto:[EMAIL PROTECTED]] Sent: Friday, August 11, 2000 2:04 PM To: [EMA

Re: Number of Records

2000-08-09 Thread Srini Sathya.
can any1 let us know hwo to find that in JDBC1.0?? Cheers Srini -Original Message- From: Sven van 't Veer [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 09, 2000 4:31 PM To: [EMAIL PROTECTED] Subject: Re: Number of Records Andrew Wallace wrote: > But for those of you using JDBC 2.

Re: Servlet chaining

2000-08-09 Thread Srini Sathya.
check with www.jguru.com/faqs -Original Message- From: Amar Das [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 09, 2000 11:36 AM To: [EMAIL PROTECTED] Subject: Servlet chaining I am looking for an exemaple of servlet chaining where one servlet passes a recordset and the other servle

Generate Palm Files

2000-08-04 Thread Srini Sathya.
Hi team, We are currently working on a project in which there is a small module that has to be presented in a PALM PILOT, can any1 shed some light in this one, if u have workbefore. Any pointers/suggestions?? Cheers Srini

Re: I need to send an e-mail from my servlet

2000-08-03 Thread Srini Sathya.
in addition to the javamail api u must download the javax activation framework api also, as DataHandler and someother classes are imported from javax.activation.* Cheers Srini -Original Message- From: William Kennon, Jr. Allen [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 03, 2000 6:

Re: Request Dispatcher Query

2000-08-02 Thread Srini Sathya.
can u go thro the archives please first, geeta ramani has posted a nice code sometime back to this list, how to forward the request and to get the param value thro it. Srini -Original Message- From: Sanika Kapoor [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 02, 2000 5:21 PM To: [EM

Include HTMl file in servlet

2000-07-31 Thread Srini Sathya.
is there anyway i shall include a HTML file into my servlet?? Thanks Srini -Original Message- From: Carine Porret [mailto:[EMAIL PROTECTED]] Sent: Monday, July 31, 2000 4:23 PM To: [EMAIL PROTECTED] Subject: RC4 Encryption and servlets I'm desperate to find a java class that would allo

Re: session tracking problem in doGet

2000-07-31 Thread Srini Sathya.
when u have already created a session and want to u that session in ur future pages, use req.getSession(false)//Pls Note here false instead of true. >From jsdk2.1 docs -- --Start of Snip-- Returns the current HttpSession associated with this request or, if necess

Re: Problem connecting to MS Access database on NT using ODBC bri dge

2000-07-28 Thread Srini Sathya.
did u made ur datasource as SYSTEMDSN. For servlets it has to be SYSTEM DSN. Cheers Srini -Original Message- From: Brian Mrkonjic [mailto:[EMAIL PROTECTED]] Sent: Friday, July 28, 2000 1:08 PM To: [EMAIL PROTECTED] Subject: Re: Problem connecting to MS Access database on NT using ODBC b

Re: Java Web Server

2000-07-26 Thread Srini Sathya.
did u try acessing ur servlet directly, i.e. class name and the browser name remaining the same. for ex if u have a servlet called test under c:\karthik try in the browser as http://localhost:8080/test I think this option will work if uhave all ur servlets under c:\javawebserver2.0\servlets. I

Comments for C# / VB Gen Next ( Craig anything to pour )

2000-07-26 Thread Srini Sathya.
I agree with u, Unfortunately NIC only needs discussion abt servlets, but not anything that is competitive to servlets. NIC i hope u too will contribute ur comments abt the Java vs C#. Craig, it would be great if we hear from u too!!. Regards Srini -Original Message- From: Nick McKenna

Search Engines for download or documentations

2000-07-25 Thread Srini Sathya.
Hi, Is there any search engines available in the net other than javacorporate where i can download, if not can any1 pointme to right direction of documentation to build a search engine in java servlet from the scratch. If any1 has done before can u share ur experience/success stories. Thanks Sr

Re: Comments for C# / VB Gen Next?

2000-07-25 Thread Srini Sathya.
frey L.; Gotwals, John K.; Lutes, Kyle D.; Orme, David > J. > Subject: FW: Comments for C# / VB Gen Next? > > FYI > > -Original Message- > From: Srini Sathya. [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, July 25, 2000 9:17 AM > To: [EMAIL PROTECTED] > Subject: R

Re: Comments for C# / VB Gen Next?

2000-07-25 Thread Srini Sathya.
eventhough it is off-topic i pour my 2 cents outta here. I read the article abt this language, but microsoft will ONLY adopt a strategy of "Buy a Product, Develop a product", still this exists for microsoft, java is unbeatable. I dont think so Bill Gates was that much rich to give a developi

Re: Problem in redirecting (Really a Strange) [ Found the solutio n please ignore ]

2000-07-25 Thread Srini Sathya.
patience Srini -Original Message- From: Srini Sathya. Sent: Tuesday, July 25, 2000 2:42 PM To: 'A mailing list for discussion about Sun Microsystem's Java Servlet API Technology.' Subject: Problem in redirecting (Really a Strange) Hi all, I got a real strange problem indeed.

Problem in redirecting (Really a Strange)

2000-07-25 Thread Srini Sathya.
Hi all, I got a real strange problem indeed. Please have a look on the snip of code below String lows_UID = new GetIDS().getUID(lows_ParmName, locon_Conn, out); out.println("nuy" +lows_UID); if ( lows_UID == null ){ out.println("Please enter the correct username, Redirecting again

Re: [jsp]

2000-07-25 Thread Srini Sathya.
u need to import the java.sql as well in ur jsp -Original Message- From: Predict AG - Christian Ribeaud [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 25, 2000 7:10 PM To: [EMAIL PROTECTED] Subject: [jsp] Hi, I am trying to write a .jsp. I work with a database pool connection. I read t

Re: myservlet?¶m=xxx how? [ PLS STOP THIS ]

2000-07-21 Thread Srini Sathya.
this arrogance and display some civility. "Srini Sathya." wrote: > oops!!! enough... MACRO GO THRO THE ARCHIVES BEFORE ASKING THIS KIND OF > SILLY AND BASIC QUESTIONS, THE ANSWER FOR THIS CAN BE OBTAINED EASILY EITHER > IN THE ARCHIVES OR FROM A BASIC JAVA BOOK. PEOPLE PLEASE DONT R

Re: myservlet?¶m=xxx how? [ PLS STOP THIS ]

2000-07-21 Thread Srini Sathya.
oops!!! enough... MACRO GO THRO THE ARCHIVES BEFORE ASKING THIS KIND OF SILLY AND BASIC QUESTIONS, THE ANSWER FOR THIS CAN BE OBTAINED EASILY EITHER IN THE ARCHIVES OR FROM A BASIC JAVA BOOK. PEOPLE PLEASE DONT RESPOND TO THIS TYPE OF SILLY QUESTIONS, IF U WANT TO ANSWER, ANSWER HIM DIRECTLY NOT

FW: Undeliverable: Re: OFF Topic: JAVAX??? [ Attention : Moderat or ]

2000-07-20 Thread Srini Sathya.
Can the moderator take care of unsubscribing this email address. Thanks Srini -Original Message- From: System Administrator [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 19, 2000 6:56 PM To: [EMAIL PROTECTED] Subject: Undeliverable: Re: OFF Topic: JAVAX??? Your message To: [

Re: OFF Topic: JAVAX???

2000-07-19 Thread Srini Sathya.
this is really non-sense, for a simple classpath HUGE JUNK in this FORUM, no wonder nic and others getting irritated, why cant u spend 2 minutes AND SEARCH THE ARCHIVES FOR THIS. -Original Message- From: Attada, Sanjay [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 19, 2000 6:11 P

Re: help!

2000-07-14 Thread Srini Sathya.
ofCourse a great point too:):):) -Original Message- From: Geeta Ramani [mailto:[EMAIL PROTECTED]] Sent: Friday, July 14, 2000 4:30 PM To: [EMAIL PROTECTED] Subject: Re: help! Just a small point: usually your jsps are not in the same directory as your servlets, so you would probably want

Difference between RequestDispatcher and response.sendRedirect()

2000-07-13 Thread Srini Sathya.
Can any1 shed some light on the title please. Obviously both of them is redirecting toa some URL right??. Thanks, Srini ___ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SER

Docs abt Search Engine

2000-07-13 Thread Srini Sathya.
Hi all, We are planning tobuilt a search engine in servlets can any1 point me to good documentation abt search engines. Thanks Srini ___ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message

How to handle session across multiple users

2000-07-12 Thread Srini Sathya.
Hi all, I have a login.jsp page which creates a session and put some values in it. Depending upon the login i need to create the jsp pages in the fly. I have 3 different types of jsp pages to be created for example: if the user name is one then i will create one.jsp if the user name is two then

Re: off-topic: web site technical report

2000-07-12 Thread Srini Sathya.
people working with Servlets, and everybody can guess that most of them can answer basic JAVA/programming questions. But doing so is as offensive as somebody spamming the one who does it. Patience is required, but at both ends. Vivek -Original Message- From: Srini Sathya. [mailto:[EM

Login validation

2000-07-12 Thread Srini Sathya.
Hi all, I am trying to prevent any users callingmy servlet directly. All need to go thro the login page. I have tried in the dopost but it is not working. I have searched the archives too, but of no use. Can any1 point me whatis exactly wrong in this code. For the first time it is showing er

Re: off-topic: web site technical report

2000-07-12 Thread Srini Sathya.
excellent answer seconded by me, he deserves it given the fact that it has specifically mentioned in the title as "off-topic" and the author registering his due apologies too. -Original Message- From: Samuel Opoku-Boadu [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 12, 2000 10:07 AM To

No Subject

2000-07-07 Thread Srini Sathya.
might be a mistake on the part of sender too!!!. He will be the best to clarify this one!!. -Original Message- From: nikhilb [mailto:[EMAIL PROTECTED]] Sent: Friday, July 07, 2000 9:28 AM To: [EMAIL PROTECTED] Subject: Is this a joke ?? -Original Message- From: Eswar Subramany

[off-topic] How to send attachments thro mail in java

2000-06-29 Thread Srini Sathya.
Hi, I am having some attachments which i have to send thro email. I am using a simple smtp program from java to send mail right now is that possible to send attachment via them or else i need to go for javax mail package only. Can any1 shed some light on this one?? Addl Information: The view

Test

2000-06-28 Thread Srini Sathya.
just checking whether list is alive ___ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html

Re: ConnectionPool Object stored in ServletContext

2000-06-27 Thread Srini Sathya.
i too seriously thinking of this approach, i remember craig has sometime back recommended this approach to one of the questions (if we are not using EJB), might be as usual he will shed some light to us in this query. Craig comeon with ur usual tone of clear and clarity answers!!! [ It is not int

Re: Compiling servlets

2000-06-22 Thread Srini Sathya.
It wont work becoz java binary will look for a main() which ur servlet classes wont have. -Original Message- From: Pedro Palos [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 22, 2000 2:35 PM To: [EMAIL PROTECTED] Subject: Compiling servlets dear fellows: I'm having trouble trying

How do i call my jsp from servlet

2000-06-21 Thread Srini Sathya.
, either automatically configure upon first access or maybe via an init() method of one of the servlets which is configured to "load on startup". Hope this helps, --Amos Shapira WebCollage > -----Original Message- > From: Srini Sathya. [mailto:[EMAIL PROTECTED]] >

JSP-Servlet-DB

2000-06-21 Thread Srini Sathya.
Hi, We are designing our application as follows: JSP -> Servlet [to retrieve the form data] -> DBHandle [For hadling dbrequest ]. Once the user submits the form it will call a servlet which will have all the form data. My problem is that i need to maintain a CP and to give one connection for e

Re: javax.servlet.*

2000-06-20 Thread Srini Sathya.
Please go thro the archives doa search for "javax error" u will get tons of answers for ur question. Please read the archives first and then ask ur question, this has been answered millions times already in this list. Huh!!! -Original Message- From: DeFazio Adrian [mailto:[EMAIL PROTECT

Re: Calling Servlets from JAVASCRIPTS

2000-06-20 Thread Srini Sathya.
Kiran, Can u let us know how did u called servlets thro javascript it would be helpful for us in the future. Thanks Srini -Original Message- From: Kiran Badhe [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 20, 2000 9:13 AM To: [EMAIL PROTECTED] Subject: Re: Calling Servlets from JAVASCR

"signoff SERVLET-INTEREST".

2000-05-19 Thread Sathya . N
"signoff SERVLET-INTEREST". ___ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resourc

No Subject

2000-04-19 Thread Sathya . N
Hi all Is javawebserver .1.1 supports jsp .92 Thanks in advance sathya ___ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Arch

Re: Help file mdb

2000-03-17 Thread Sathya . N
Types of JDBC technology drivers JDBC technology drivers fit into one of four categories: TYPE1 A JDBC-ODBC bridge provides JDBC API access via one or more ODBC drivers. Note that some ODBC native code and in many cases native database client code must be loaded on each client machine that uses t

No Subject

1999-09-24 Thread Sathya Nammalwar
Hi all, This question may be slightly off-track. I would like to know if there is any term called FACTORY-API. I came across this term recently and i was not able to get an answer. Thanks in advance SATHYA ___ To

unsubscribe

1999-09-21 Thread Sathya Nammalwar
___ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/prod

2 servers in same machine

1999-09-03 Thread Sathya Nammalwar
Hi all, Can i have Java WebServer and IIS in the same machine? Thanks in advance SATHYA ___ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Arch

No Subject

1999-09-01 Thread Sathya Nammalwar
___ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/prod