Re: facing problem in compiling EJb classes..pl. help

2000-10-23 Thread srini chak
Hi, You need to set the ejb packages as well to deploy. ejb needs a ejb container to deploy. it can be done by an application server with java support. j2sdk only supports servlets and jsp . it won't have inbuilt ejb support. bye, chakry. --- Chirag Patel <[EMAIL PROTECTED]> wrote: > it could

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":

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.
Thanks charles, i think in my earlier mail it should have been "synchronized" instead of "static". I stand corrected. Cheers Srini -Original Message- From: Charles Chen [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 10, 2000 2:03 PM To: [EMAIL PROTECTED] Subj

Re: Synchronize method in the servlet

2000-10-10 Thread Srini Sathya.
l not entertain both of their request. Am i right??. Cheers Srini -Original Message- From: Raj Kumar Jha [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 10, 2000 11:33 AM To: [EMAIL PROTECTED] Subject: Re: Synchronize method in the servlet It works even if my method is non-static bu

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.
be an multiple access to your method at the same time. Thanks Srini ___ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archiv

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

2000-09-26 Thread Srini Sathya.
There cannot be a better answer than this. Well done milt much appreicated!! Seconded by, Srini -Original Message- From: Milt Epstein [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 26, 2000 5:13 PM To: [EMAIL PROTECTED] Subject: Re: Running servlets in tomcat. RE:Date! RE: all the

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

Re: problem calling to a servlet

2000-09-20 Thread Srini Sathya.
, '+'); return lows_String; } else { return lows_String; } } * Cheers Srini -Original Message- From: Marcos Lloret [mailto:[EMAIL PROTECTED]] Sent: Wednesd

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

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

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

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

2000-09-13 Thread Srini Sathya.
that too in a mission critical deployment this is CRUCIAL. Cheers Srini -Original Message- From: Charles Chen [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 13, 2000 11:00 AM To: [EMAIL PROTECTED] Subject: Re: Servlets over CGI... [Scanned by Yellow Pages PostMaster] Contact: Tel

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

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 [mai

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

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

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

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

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

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 us

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

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

Re: session tracking problem in doGet

2000-07-31 Thread Srini Sathya.
ion Returns: the HttpSession associated with this request or null if create is false and the request has no valid session --End of Snip-- Hope this helps Srini -Original Message- From: tong rong [mailto:[EMAIL PROTECTED]] Sent: Monday, July 31, 2

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

Re: Java Web Server

2000-07-26 Thread Srini Sathya.
. I hope those aliases are meant if u gonna to have a package for ur servlets. Try ur luck!! Srini -Original Message- From: karthikeyan [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 26, 2000 4:10 AM To: [EMAIL PROTECTED] Subject: Java Web Server Hi Everybody, I have been working on

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

Search Engines for download or documentations

2000-07-25 Thread Srini Sathya.
Srini -Original Message- From: SHEDDE, RAJESH [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 25, 2000 3:24 PM To: [EMAIL PROTECTED] Subject: Re: Fw: Re: Comments for C# / VB Gen Next? All ye of little faith: Some hard facts first how long did microsoft take to bring forth a upgrade to

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.
working for 2 instances only. I tested whether the 3rd time it is calling the GET unforutnately it doesnt. Can any1 shed some light on this one?? Thanks Srini PS: I tried the checking of null with all possible combinations viz., lows_UID.equalsIgnoreCase(null) lows_UID.equals(null) lows_UID

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.
any different view or anybody for that matter, please post me privately because the basic reason for this email will be defeated if we start shunting mails with each others. Thanks Srini -Original Message- From: Samuel Opoku-Boadu [mailto:[EMAIL PROTECTED]] Sent: Friday, July 21, 2000 11:21

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

2000-07-21 Thread Srini Sathya.
TO THE ENTIRE LIST. THIS IS REALLY FRUSTRATING YES I PUT THE CAPS LOCK INTENTIONALLY. SRINI -Original Message- From: Gokul Singh [mailto:[EMAIL PROTECTED]] Sent: Friday, July 21, 2000 10:34 AM To: [EMAIL PROTECTED] Subject: Re: myservlet?¶m=xxx how? Hi, You can use the method

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 "si

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

How to handle session across multiple users

2000-07-12 Thread Srini Sathya.
now one user is logging as one and he can able to change from one to two. How to prevent this??. Should i create multiple sessions or is there any workaround for this. Thanks a million for ur help. Srini ___ To unsubscribe

Re: off-topic: web site technical report

2000-07-12 Thread Srini Sathya.
without a "off-topic" title. U can flame the poster if he asks any off-topic questions without a off-topic title. Any comments?? Regards Srini -Original Message- From: Chauhan, Vivek [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 12, 2000 12:00 PM To: [EMAIL PROTECTED] Subjec

Login validation

2000-07-12 Thread Srini Sathya.
error eventhough i go thro a html page what is exactly going wrong in this one please help me. Thanks a million for ur help, Srini Code: --- public void doPost(HttpServletRequest req, HttpServletResponse res) throws ServletException, IOException{ Connection locon_Conn

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.
is generated by jsp and the jsp is again gonna to call a servlet for database updation. But for emailing purpose i have a seperate class which used the com.sun.smtpClient to send emails. Regards Srini -Original Message- From: ajaikumar peddapanga [mailto:[EMAIL PROTECTED]] Sent

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.
intended to offend anyone in the list, my apologies if this is gonna to offend anyone ]. Regards Srini -Original Message- From: Bragg, James [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 27, 2000 5:03 PM To: [EMAIL PROTECTED] Subject: ConnectionPool Object stored in ServletContext I am

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.
I am using JWS2.0 anyone please guide where to place the jsp page and the servlet. Apparently i am newbie to this JSP and also correct me if my JSP logic is wrong. All i need to do is that dynamically build my combobox with some values from the html. Thanks a million for ur help, Srini -

JSP-Servlet-DB

2000-06-21 Thread Srini Sathya.
ks for ur help, Srini -Original Message- From: Khurram Saqlain [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 21, 2000 1:53 AM To: [EMAIL PROTECTED] Subject: application design I'm designing our application which looks like: JSP/HTML (presentation layer) -

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

Re: Thanks

1999-12-23 Thread srini
Excellent Message Lou seconded by me Regards Srini Lou wrote: > When I saw your initial reply to Antonio's warm gesture, I was tempted > to write and express my wish that you receive the lump of coal for > Christmas that seemed merited by your remarks. > > However, I w

Re: Thanks

1999-12-22 Thread srini
Ur comment towards Antonios gesture is not really needed. I Join Antonio in wishing this list a Merry X-Mas and a Happy Millennium. Jean Bresse wrote: > I really think a comment about your comment is really needed here... > > I was disappointed to see that you took Antonio's gesture of kindnes

Re: How do you verify valid users across pages...

1999-12-22 Thread srini
This has been discussed very nicely in Jasons book, please refer to it. Ref: Chapter - 8. PgNo 221 onwards. Thanks Srini "Gopalankutty, Ravi Kumar (CTS)" wrote:   Hi list, I am validating any client against a login and password on the first page (say index.html) and subsequently take

Re: Class to Java

1999-12-22 Thread srini
IMHO!!! If a class file can be converted to java file easily and can be viewed by users and also using them in their program without the rights of the original author what security does java provide for developers for their efforts and time putin to create a code??. Any comments Srini Paresh

Re: Security Problem in JDBC connectivity

1999-12-22 Thread srini
please paste a snippet of ur code Ravi Shanhar Pandian wrote: > Hi, > When I run my Servlet using Servletrunner and try to access Oracle(using Thin >Drivers) in another System I get SQLException Error: The Network Adapter cannot >establish the connection is coming. But I am able to establish

Beans Books

1999-12-20 Thread Srini
Hi, Can any1 recommend some nice bean books which covers the concept of beans and ejb clearly similar to Jason Book for Servlet Programming. Thanks Srini ___ To unsubscribe, send email to [EMAIL PROTECTED] and include in

How to get the Header Information for Responses

1999-12-20 Thread Srini
of that response and do some manipulations according to them. Thanks Srini ___ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Arch

Re: error messages

1999-12-20 Thread Srini
a local variable and it was not initialized to a default value. Thanks Srini Ted Neward wrote: > Srini, unfortunately, you're absolutely incorrect on this. References are > always set to null if not declared to be any other value; it's in the Java > Lang Spec: > > Secti

security informations!!

1999-12-20 Thread Srini
Hi, Can any1 suggest me some good site for learning abt SSL and Digital Cert etc., Thanks Srini ___ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INT

Re: ConnectionPool from Jason Hunters Book

1999-12-17 Thread Srini
to update its value. Since it has been increased by 1 it grows beyond a limit at certain stage and maximum number of connection exceeds. Any workaround?? Thanks Srini RVASUDEV wrote: > See at > > >>>>>>>>>>>>>>>>>>>>>>>&

what might be the probs with this code [Ref Jason Hunters pno 266-268]

1999-12-14 Thread Srini
est which is amounting in this huge traffic. What might be the problem with my servlet and connection pooling. Environment = jsdk2.1, jrun2.3, nt4.0 Expecting the help from list,. Srini ___ To unsubscribe, send em

[Fwd: Servlet Communication!!!!!!]

1999-12-12 Thread Srini
any1 please respond, please... Srini wrote: > HI all, > > Following is a snippet of code of 2 servlets i am getting the following > error when > i run this servlet thro an html. > > HTML FILE > == > > > Testing > > > http://164.164.61.

Re: error messages

1999-12-12 Thread Srini
very simple ur declaring rs as a local variable so it has to be initialized to any value before ur accessing it. Instead of ResultSet rs; say ResultSet rs=null; and put ur code in a try and catch block. Hope this Helps Srini Kelsey Fedde wrote: > JDBCServlet.java:115: Variable rs may

Servlet Communication!!!!!!

1999-12-10 Thread Srini
java.io.*; public class Mailbox extends HttpServlet{ public void doGet(HttpServletRequest req, HttpServletResponse res) throws ServletException, IOException{ String x="http://"; String name=req.getServerName(); x+=name; x+=req.getRequestURI();

Re: BROWSER PROBLEM!!!!!!!!

1999-12-09 Thread Srini
what is the database configuration and please paste the error fully srini Tom John wrote: > Hi, > Currently am working on Netscape 4.61,am doing client server project > (internet base) and client end I use standard HTML and server end Java > Servlets(jsdk2.1) > > I did no

Re: credit card validation servlet

1999-12-09 Thread Srini
IMHO  please let this thread die dmitry has answered this number of times, if u need the code send a personal mesg to him.  He also send a URL where that is available.  This list has enough request to this code. Srini Srinivas_Kondamudi wrote:   I am also working on an application that

Re: credit card validation servlet

1999-12-09 Thread Srini
Hello, Dmitry has answered to this question u can find the file under this URL http://drogatkin.openestate.net/download/VerifyCC.java. Please let this thread die!! Srini Pradeep Gopal wrote: > Hi, > > Am also interested in the Credit Card Validation Servlet code, Can you >

Re: Out of Servlet Topic Questing

1999-12-08 Thread Srini
IMHO... this is not a swing list u can paste ur question to the swing forums [EMAIL PROTECTED] [EMAIL PROTECTED] Thanks Srini "Praveen Kumar S ." wrote: > Hai All. > I want to print a document using JDK1.1.6. > The prblem i face is, when i instantiate the toolkit and get P

Re: credit card validation servlet

1999-12-08 Thread Srini
Dmitry, I too interested in it, could u please forward me a copy of it. Thanks, Srini John McDonald wrote: > Dmitry, > I am interested in this class as well. Could you forward a copy to me. > Thanks > > John D. McDonald > CipherStream Systems > email: [E

encoding and retriving

1999-12-08 Thread Srini
equest req, HttpServletResponse res) throws ServletException, IOException{ ServletOutputStream out = res.getOutputStream(); out.println("Remote Host: " + req.getRemoteHost()); String x="http://"; String name=req.getServerName(); x+=name; x+=req.getRequestURI(); x+="

Re: Returning pages that span multiple pages

1999-11-29 Thread Srini
Craig, u done it again, where was that poor fellow who splitted some nonsense abt u are u hearing this reply young chap???. Excellent piece Craig, Thanks for ur knowledge sharing we learned a lot, Srini "Craig R. McClanahan" wrote: > Yuki Tanabe wrote: > > > Thanks for

Re: Wrong Calendar Date

1999-11-28 Thread Srini
I second ur statement Lou, Craig was undoubtedly one of the Best who spent lot of his time in clearing others queries/doubts, eventhough some of them are off-topic. I have been in this list for quite few months and i read a lot in servlet only from Craigs response. Thanks Craig. Thanks Srini

Re: Help with Jrun on IIS !!

1999-11-23 Thread Srini
put ur servlets under jrun/servlets and in ur browser call http://localhost/servlets/Classfilename. This will work for example for HelloWorldServlet u need to call as http://localhost/servlets/HelloWorldServlet, i feel there is no mapping stuff for Jrun. Srini Yogesh Agarwal wrote: > Hi

Re: Help on Result sets

1999-11-23 Thread Srini
LECT * FROM Temp where CID='"+cid+"';"); should be as rs=stmt.executeQuery("SELECT * FROM Temp where CID='"+cid+"'"); If both of them are typo error i didnt find any probs with ur code. Thanks Srini Jenn wrote: Hi all,     I am having trouble tr

Re: help me please

1999-11-17 Thread Srini
servlet interest. Thanks Srini rajeshcm wrote: > thank you jeetandra > No I am not getting the SnoopServlet also. what should I check. > rajeshcm > > -Original Message- > From: Jeetandra Mahtani [mailto:[EMAIL PROTECTED]] > Sent: Thursday, November 18, 1999 9:57 AM &

Off-Topic Jrun question [Please help me]

1999-11-15 Thread Srini
Hi experts, Please helpme tosolve this error i tried registering with jrun interest too but it is saying some error when i register myself. Please help me to solve this error Srini wrote: > Hi experts, > > My configuration is jrun2.3.3, IIS4.0. I have configured my defaul

Off-Topic Jrun question

1999-11-14 Thread Srini
tried to invoke the servlet in my ne browser as http://localhost/servlet/jruns it is saying Http Error 404 Not Found error. Please help me to solve this error. Thanks Srini ___ To unsubscribe, send email to [EMAIL PROTECTED

Servlet Engines

1999-11-10 Thread Srini
Hiall, can any1 point me to any URL for downloading the servlet engines. I am using window95/PWS is that any webserver i need to install for running my servlets. Please guide me. Thanks Srini ___ To unsubscribe, send

Re: Partly off-topic: Q on inner classes/ActionListener

1999-10-26 Thread Srini
i guess the error is the capitalization instead of ActionPerformed try with actionPerformed. Hope that works. Regards Srini RVASUDEV wrote: > Hi > > [Platform: Win NT 4.0 SP3, Sun JDK 1.2.2] > > While compiling a java application, I get some > errors. App and err

Re: rajani

1999-10-26 Thread Srini
whats happening here, please share ur personal messages privately not to the entire list! rajanikanth wrote: > hai rajesh I am excited about beeing a member of this group > rajani > > ___ > To unsubscribe, send email to

Re: how to determine if a driver is JDBC 2.0 compliant?

1999-10-13 Thread Srini
Hi , Could u please tell us the URL from where should we downlaod that driver Thaks srini Andy Bailey wrote: > > > > guillaume ORIOL wrote: > > > > > > Is there somebody who knows how to determine whether a JDBC driver > > > is JDBC 1.0 or JDBC 2.0

Re: Type expected

1999-10-01 Thread Srini
already there is a lot of answers in this forum for this simple question can we make this thread die, as one of the members noted earlier please send a private mesg to him/her who send this question, not to the entire list, when these kind of basic questions asked!. Antonio Villafan

Re: ResultSet-Session

1999-09-29 Thread Srini
Nic, I too interested in having that source code could u mail me that tome too.. srini Nic Ferrier wrote: > >>> Robert Pimentel <[EMAIL PROTECTED]> 9/29/99 8:19:56 PM >>> > >This is an off-topic question..just kidding..you can put away your > .38 special.

  1   2   >