RE: Need help - Data Source problem

2004-03-03 Thread Mathur, Arun

Hi guys,

I'm pretty much a newbie when it comes to configuring Tomcat, and also with
building JSPs, although thanks to the useful examples and documentation,
I've been able to pick it up pretty quickly.

Anyways, I am interested in using the utilties provided in the
commons-fileupload-1.0.jar file. I downloaded it to the
$CATALINA_HOME/common/lib folder. When I tried to import
org.apache.commons.fileupload.*, I get an error stating that the package
doesn't exist. For the hell of it, I made a standalone java program with the
same import statement, and it worked fine.  Does anyone have any thoughts as
to what else I can do to troubleshoot this problem further?  I am running
Tomcat-4.1.27.

Thanks,
Arun



-Original Message-
From: Mike Curwen [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, March 03, 2004 3:31 PM
To: 'Tomcat Users List'; [EMAIL PROTECTED]
Subject: RE: Need help - Data Source problem


As for naming,  you could name that jar file dirty_laundry.jar and it
wouldn't matter. It's the classes that are found inside of it that matter.
the -1.1 is merely a help for you to know what version of commons-dbcp you
are using, which is, I understand, a matter of some religious debate around
here. ;)


 -Original Message-
 From: Mathew [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, March 03, 2004 2:18 PM
 To: [EMAIL PROTECTED]
 Subject: RE: Need help - Data Source problem
 
 
 
  I am still trying to fix this problem. I looked at
 TOMCAT_HOME/commons/lib dircory and found out that I have 
 commons-dbcp-1.1.jar instead of commons-dbcp.jar. Do Ihave to 
 remane to commons-dbcp.jar. Same thing for commons-pool-1.1.jar too.
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Need help - Data Source problem

2004-03-03 Thread Mathur, Arun

My apologies. I forgot to change the subject before posting. 



-Original Message-
From: Shapira, Yoav [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, March 03, 2004 4:04 PM
To: Tomcat Users List
Subject: RE: Need help - Data Source problem



Hi,

same import statement, and it worked fine.  Does anyone have any
thoughts
as
to what else I can do to troubleshoot this problem further?  I am
running
Tomcat-4.1.27.

I have a thought: start your own thread for your question and don't hijack
other peoples' ;)

Yoav Shapira



This e-mail, including any attachments, is a confidential business
communication, and may contain information that is confidential, proprietary
and/or privileged.  This e-mail is intended only for the individual(s) to
whom it is addressed, and may not be saved, copied, printed, disclosed or
used by anyone else.  If you are not the(an) intended recipient, please
immediately delete this e-mail from your computer system and notify the
sender.  Thank you.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Uploading a file using JSPs

2004-03-03 Thread Mathur, Arun
Hi guys,

I'm pretty much a newbie when it comes to configuring Tomcat, and also with
building JSPs, although thanks to the useful examples and documentation,
I've been able to pick it up pretty quickly.

Anyways, I am interested in using the utilties provided in the
commons-fileupload-1.0.jar file. I downloaded it to the
$CATALINA_HOME/common/lib folder. When I tried to import
org.apache.commons.fileupload.*, I get an error stating that the package
doesn't exist. For the hell of it, I made a standalone java program with the
same import statement, and it worked fine.  Does anyone have any thoughts as
to what else I can do to troubleshoot this problem further?  I am running
Tomcat-4.1.27.

Thanks,
Arun