run a servlet

2004-09-22 Thread RimZim Sinha
I am not able to run a servlet on Apache tomcat? Can some one tell me the directory structure? Thanks Rimzmi === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTE

run a servlet

2004-09-22 Thread RimZim Sinha
I am not able to run a servlet on Apache tomcat? Can some one tell me the directory structure & how to run? Thanks Rimzmi === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [E

Re: Seeking help

2004-09-22 Thread Francisco Manuel Martínez Suárez
Did you Mark started your proffesional career knowing all about everithing? Just set this guy to a web like java.sun.com as you did and forget about inserting annoying and useless comments. Are you member of some kind of 'java sect' or what? Fran -Original Message- From: Mark Galbreath [

Re: Seeking help

2004-09-22 Thread Thakur Vishwesh Singh
I do agree that the answers should not be offending. -Original Message- From: Adrian Rivers [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 21, 2004 10:38 PM To: [EMAIL PROTECTED] Subject: Re: Seeking help Is a response like this necessary..? Simply click the delete messageh

Re: How to find the JSP file name!

2004-09-22 Thread Mark Galbreath
Pass the name of the calling JSP in the Request object; dynamically set a hidden field in the calling page with the origination URL. Mark Rajamani M wrote: Hai, I am using the jsp files for the flow of execution. In one jsp, I want to know the called jsp file. Is it possible? Because, I am using th

Re: How to find the JSP file name!

2004-09-22 Thread Ananthalakshmi Subramaniyam
Hi, HTTP Header 'Referer' will have the information. To access referer in Jsp, String strReferrer = request.getHeader("Referer"); Thanks, H.Ananthalakshmi. From: Mark Galbreath <[EMAIL PROTECTED]> Reply-To: A mailing list about Java Server Pages specification and reference <[EMAIL PROTECTED]> To:

Re: How to find the JSP file name!

2004-09-22 Thread Rajamani M
Hai, Thanks To all. Big Chiz wrote the same in earlier mail. Regards Rajamani M -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED] Behalf Of Ananthalakshmi Subramaniyam Sent: Wednesday, September 22, 2004 6:11 PM To: [EMA