RE: How a html file pass arguments to a servlet??

2001-08-30 Thread Suresh Krishna M (RBIN/DBA-JOT)
Hello ruben, Normally when u r calling a servlet u will be specifying the url of the servlet(in the html).for url only u just need to add the parameters. ex. servlet/myclass?name=sage=21time=asd and u can get the parameters with request.getParameter() in the

RE: How a html file pass arguments to a servlet??

2001-08-30 Thread Suresh Krishna M (RBIN/DBA-JOT)
Hello ruben, or u can even send all the fields in a html file by using the form field and action=post. i.e in the html file u have form name= action=post --- --- some html code and some fields. --- ---you have a submit button here. type=Submit value=Submit name=aaa form

RE: My JSP pages are freezing !!

2001-08-14 Thread Suresh Krishna M (RBIN/DBA-JOT)
hello Cleber, some of the times it so happens that the internet explorer's cached files might get disaplyed again and again .just check this out...(refresh or delete all the temporary intenet files). -Original Message- From: Christian Cleber [SMTP:[EMAIL PROTECTED]]

Tomcat/Apache with SSL

2001-07-10 Thread Suresh Krishna M (RBIN/DBA-JOT)
Hello all, Please let me know how to use SSL in Tomcat and Oracle 9iAS (if anybody are using) .What are the prerequisites for this and i am using WinNT box.I want to use the HTTPS protocol for some secured connections and i am not able to see anything related in apache or

Urgent please respond

2001-06-27 Thread Suresh Krishna M (RBIN/DBA-JOT)
Hello ALL, I have a problem regarding the Runtime.getRuntime().exec(). I am trying to run a .bat file in a separate machine(the batch file is in a separate machine in the same domain and i mapped the machine with the batch file folder as T:\\).but when i use this

RE: Running JServ + Tomcat on the same machine.

2001-04-20 Thread Suresh Krishna M (RBIN/DBA-JOT)
hello all, Please help me.sorry if this problem is already addressed. i need to down load some files from server to client. i.e There is a trust relation for client and server.server wants to send some files to client. For upload i am using O'reilleys package(from client to

RE: Use input type=radio

2001-04-17 Thread Suresh Krishna M (RBIN/DBA-JOT)
hello Frederic, to the best of my knowledge Syntax is the problem.the actual systax for the radio button is input type="Radio" name="name_of the_group"name_u_want to displayp that is why jsp's are not able to convert the code to equivalent servlet or html.revert back for furthur

Urgent help

2001-04-09 Thread Suresh Krishna M (RBIN/DBA-JOT)
hello all, my application uses the apache server and tomcat.my need is that i should be able to use the FTP server on the apache server. please guide me through if apache can support(or act as both FTP and HTTP server).please give the relavant info if u have. thanx in advance

RE: File Upload

2001-03-28 Thread Suresh Krishna M (RBIN/DBA-JOT)
hi man goto www.servlets.com / www.servlets.com in that u will have Oreilley's servlet package for download.get bak if u have any problem. -Original Message- From: Valeriy Molyakov [SMTP:[EMAIL PROTECTED]] Sent: Wednesday, March 28, 2001 12:10 PM To: [EMAIL PROTECTED]