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
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,
>
>
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
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
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
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
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