Re: image download

2008-09-26 Thread T . K . Thiyagarajan
My code given below works fine. U can try if u want public void sendImageFile(HttpServletResponse response) { FileInputStream in=null; File f = null; try { f = new File("webapps/Plasma/graphs", "image.gif"); in = new FileInputStream(f

Re: File not found exception

2008-08-23 Thread T . K . Thiyagarajan
Dear Ganesh r u tried to put ur 'ini' file in the context path. For example that ur application context is 'abcd', u try put ur 'ini' file in the folder tomcat_home/webapps/abcd -- With Regards T.K.Thiyagarajan On Sat, Aug 23, 2008 at 12:53 PM, navigator09 <[EMAIL PROTECTED]> wrote: > > Hi, > >

Re: Tomcat 6.0.12 in windows vista 64 bits does not start

2008-08-19 Thread T . K . Thiyagarajan
Mr. chuck I am facing similar problem like Mr.Popo Sama. In my home I installed Tomcat 6.0.18 in Windows XP and using jdk-6. I do not have any problem. My Home machine is Pentium-IV. But in My office similar Pentium machine and same operating system I installed 6.0.18 and later on tried 6.0.16 and

Re: cant run servlets

2008-08-06 Thread T . K . Thiyagarajan
what about web.xml file? have u entered ur 'servlet' and 'servlet mapping' properly? check that. On Wed, Aug 6, 2008 at 4:39 PM, Swechha Rao <[EMAIL PROTECTED]> wrote: > Hi, > > > > I have just downloaded apache tomcat 6.0.18.zip. I have unzipped it and > given the classpath for servlet-api and

Re: port application from jakarta-tomcat-4.1.31 to apache-tomcat-6.0.16

2008-07-12 Thread T . K . Thiyagarajan
go through the web.xml file in the web-inf floder you have to include details in and On Sat, Jul 12, 2008 at 8:56 PM, kjwchu <[EMAIL PROTECTED]> wrote: > > I have an application which is running on jakarta-tomcat-4.1.31. Now I want > to move this application in apache-tomcat-6.0.16. I wonder if

Re: configuring tomcat6.0.16 for MS Access

2008-07-06 Thread T . K . Thiyagarajan
Thanks to Johny Kewl his suggestion 'making the datasource as System data source' while configuring MS-Windows ODBC administration works perfectly. Earlier I configured my databse file as User data source. Now every thing works perfectly for me without doing any thing in 'conext'. Thanks again Joh

configuring tomcat6.0.16 for MS Access

2008-07-05 Thread T . K . Thiyagarajan
Dear Sir My Name:- T.K Thiyagarajan, My Address:- A-15, Ranjani, Anusakthinagar, Mumbai- 400094, India I want to know how to configure Tomcat Server(Tomcat-6.0.16) for java servlet program that uses Microsoft Access Database through JDBC. I am using the Microsoft ODBC driver for MS-Access which i