Re: File writing using servlet

2004-06-02 Thread Teja Jo
Hi, Thanks for ur reply.I want to do following - 1/ write a bmp file to the filesystem on the Tomcat host Could u tell what is to be done for it? Regards, Teja jo. QM <[EMAIL PROTECTED]> wrote: On Mon, May 31, 2004 at 07:32:35AM -0700, Teja Jo wrote: : Please tell me how to write

File writing using servlet

2004-05-31 Thread Teja Jo
Hello everyone, Please tell me how to write a .bmp file on the tomcat server of a servlet using the same servlet. Regards, Teja jo. - Do you Yahoo!? Friends. Fun. Try the all-new Yahoo! Messenger

Getting image files from applet

2004-03-09 Thread Teja Jo
Hi, Could anyone suggest how to get image files in same directory on server into the applet Regards, Teja Jo. - Do you Yahoo!? Yahoo! Search - Find what you’re looking for faster.

Applet class files' location

2004-01-30 Thread Teja Jo
Hello everyone , There r some jsp files in the root directory of the web application.They display some applets.If the applet class files are placed in a package structure inside WEB-INF/classes - then I get a "ClassNotFoundException" for the applet.The applet files have to be compulsorily kept

File Access Denied

2004-01-30 Thread Teja Jo
Hello everyone, I have a file in 1 of the directories - from where 1 of the files in the same directory is reading it - the directory being inside webapp/testApp directory.I get the exception - file access denied permission to read .Could u tell me a way to get rid of this exception to read th

EOFException in Applet-Servlet communication

2004-01-09 Thread Teja Jo
Hello everyone, I am writing 2 serializable objects to servlet - after the url connection is setup .The same code is working at number of other places.But at one place it is throwing a EOFException.Could u tell me a way to remove this exception? Regards, Teja. --

Tomcat 4.1.29 not starting

2003-12-31 Thread Teja Jo
Hello , My tomcat suddenly ends with the following exception : Dec 31, 2003 1:39:05 PM org.apache.coyote.http11.Http11Protocol init INFO: Initializing Coyote HTTP/1.1 on port 80 Starting service Tomcat-Standalone Apache Tomcat/4.1.29 Dec 31, 2003 1:39:06 PM org.apache.commons.digester.Digester en

Tomcat suddenly not strating up

2003-12-31 Thread Teja Jo
Hello, My tomcat 4.1.29 was running fine till noon.Then suddenly it started throwing following error- The system cannot find the file -Djava.endorsed.dirs=. and is not running at present. Please help. Teja. - Do you Yahoo!? New Yahoo! Photos - easier upload

Browser control thru servlet

2003-12-30 Thread Teja Jo
Hello everyone, Can anyone tell me how the back and forward button of browser be controlled - as disabled for example or specifying the url it should go to - thru the requests made to servlet? Thanks and regards, Tejashri. - Do you Yahoo!? New Yahoo! Photos - eas

Servlets not executed

2003-12-29 Thread Teja Jo
Hello everyone, My servlets are not getting executed - though I have deployed them in the webapps directory.It is giving the following exception : java.net.ConnectException Connection refused : connect. Please help. Regards, Teja. - Do you Yahoo!? New Yahoo! P

RE: Further details - RequestDispatcher in servlet is not working

2003-12-18 Thread Teja Jo
Hello, It is the doGet method of servlet - what will it return after the forward call- its return type is void.Here after the forward call when I had given a log message - that message got logged (the RequestDispatcher object got is not null was proved since I printed that object address) - bu

RE: Reading from an xml file from servlet supporting class

2003-12-18 Thread Teja Jo
apira Millennium ChemInformatics >-Original Message- >From: Teja Jo [mailto:[EMAIL PROTECTED] >Sent: Tuesday, December 16, 2003 11:18 PM >To: [EMAIL PROTECTED] >Subject: Reading from an xml file from servlet supporting class > >Hi, > >A class used by my servlet in the web appl

Re: RequestDispatcher in servlet is not working

2003-12-17 Thread Teja Jo
y Paul - Original Message - From: "Teja Jo" To: Sent: Thursday, December 18, 2003 9:27 AM Subject: RequestDispatcher in servlet is not working > Hello everyone, > > My servlet after processing something from the HttpServletRequest received by it - is supposed to

Further details - RequestDispatcher in servlet is not working

2003-12-17 Thread Teja Jo
Hello everyone, wrt the need for actual code - I am sending this code which is executed by doGet method of my servlet : String temp = request.getParameter("abc"); if( temp.equals("xyz")) { //do some processing ... } //uptil this point it gets executed properly strAd

RequestDispatcher in servlet is not working

2003-12-17 Thread Teja Jo
Hello everyone, My servlet after processing something from the HttpServletRequest received by it - is supposed to forward the request using RequestDispatcher - but it is not doing so.(Only when directly forwarded without doing any initial processing with the request - it gets forwarded).Pleas

Please help - FileNotFoundException

2003-12-17 Thread Teja Jo
Hello everyone, I am parsing a xml file using FileInputStream a file from a servlet.The file is in the same directory as the servlet.Yet it is giving me a "FileNotFoundException".Can anyone tell me some solution for this. Regards, Tejashri. - Do you Yahoo!? F

Reading from an xml file from servlet supporting class

2003-12-16 Thread Teja Jo
Hi, A class used by my servlet in the web application is using a xml file .These 3 files are in the same folder inside webapps//WEB-INF/classes/ in tomcat - yet the servlet-supporting class cannot read the xml file .Where to place the xml file so that it can be read? Regards, Teja. --