A very bright, blissful and prosperous New Year !

2003-12-31 Thread Basavaraju P. Banakar
For those who kept my vision clear,for the loved ones that I hold dear,for those who lent me strength along the way,and inspired a beautiful dream on a beautiful day, for those who've shared with me along life's long road,and gave me the encouragement to meet my goals, I ask you, God, to

Re: Further details - RequestDispatcher in servlet is not working

2003-12-19 Thread Basavaraju P. Banakar
Correct me if I am wrong Try Using... RequestDispatcher objReqDispatcher = getServletContext().getRequestDispatcher(strURL); instead of what u r using ... RequestDispatcher objReqDispatcher = request.getRequestDispatcher(strAddress); ( in this case all the paths are relative to the calling

Re: endorsed directory

2003-12-02 Thread Basavaraju P. Banakar [SLK-India]
P. Banakar [SLK-India] wrote: Hey all, I found from the tomcat users list that xalan.jar has to be placed in the ..\common\endorsed folder. but i could'nt find reason behind that... could someone help in understanding this please.. This might not be the right place to ask

endorsed directory

2003-12-01 Thread Basavaraju P. Banakar [SLK-India]
Hey all, I found from the tomcat users list that xalan.jar has to be placed in the ..\common\endorsed folder. but i could'nt find reason behind that... could someone help in understanding this please.. This might not be the right place to ask this question but might be releated with the above

Re: Re: Can't run servlets

2003-11-06 Thread Basavaraju P. Banakar
Holger Klawitter, Servlet mapping is not madatory.. - Basu. - Original Message - From: X V Jay [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, November 06, 2003 1:52 PM Subject: Re: Re: Can't run servlets Even after adding a servlet-mapping after my servlet

Re: Re: Can't run servlets

2003-11-06 Thread Basavaraju P. Banakar
did u try running the examples ?? - Original Message - From: X V Jay [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, November 06, 2003 1:52 PM Subject: Re: Re: Can't run servlets Even after adding a servlet-mapping after my servlet declarations the problem is persisting.

Re: need help

2003-11-03 Thread Basavaraju P. Banakar
correct me if I'm wrong Tomcat 5 requires JDK 1.4 I remember reading that java.nio packages are used from JDK1.4 - Basu.. - Original Message - From: Kwok Peng Tuck [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Monday, November 03, 2003 2:20 PM