File not found exception

2008-08-23 Thread navigator09
Hi, I am using tomcat 6.016 in my current project. In the project, to get a jdbc connection is obtained by reading a .ini file. when I deploy the application in tomcat I get a error : ".ini FILE NOT FOUND". I have tried the following ways to provide the ini file to the application 1. Pl

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: File not found exception

2008-08-23 Thread navigator09
yes, I have done this too. It has not worked. T.K.Thiyagarajan wrote: > > 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.Thiyaga

Re: File not found exception

2008-08-23 Thread navigator09
this is the error message I get [ERROR] DGL0394A: Error in ::DriverManager.getConnection; cmbicmenv.ini (The system cannot find the file specified); [SERVER = ICM83, USERID = ] org.apache.axis2.AxisFault: DGL0394A: Error in ::DriverManager.getConnection; cmbicmenv.ini (The system cannot find the

Re: After IIS6 Tomcat6 Integration it has Chinese coding problem!

2008-08-23 Thread Mark Thomas
francin wrote: > After I integration IIS and Tomcat successfully, I only have a problem how it > can resolve the Chinese coding problem? > > The detail of the problem is : > If my url contains Chinese the tomcat returns HTTP 400 ! > > How to solve it? http://tomcat.apache.org/tomcat-6.0-doc/confi

Re: File not found exception

2008-08-23 Thread Hassan Schroeder
On Sat, Aug 23, 2008 at 12:23 AM, navigator09 <[EMAIL PROTECTED]> wrote: > All the above attempts have failed. The reading of the .ini file is done by > a third party api and hence I cannot change the way it is read by the > application. Pls let me know how the matter can be solved. By asking th

errors in deploying war file to tomcat 5.5

2008-08-23 Thread sam wun
Hi, I tried to deploy a war file (built from Eclipse in windows) into tomcat 5.5(in linux). I got the following errors: Aug 24, 2008 12:32:46 PM org.apache.catalina.core.ApplicationContext log INFO: HTMLManager: init: Associated with Deployer 'Catalina:type=Deployer,host=localhost' Aug 24,

Re: errors in deploying war file to tomcat 5.5

2008-08-23 Thread Len Popp
>From the stack trace, it looks like you're missing commons-io.jar, or it's the wrong version. commons-io.jar is required by commons-fileupload.jar. Make sure you have the correct versions of both of those files. -- Len On Sat, Aug 23, 2008 at 10:53, sam wun <[EMAIL PROTECTED]> wrote: > Hi, > >

Re: errors in deploying war file to tomcat 5.5

2008-08-23 Thread Edoardo Panfili
sam wun ha scritto: Hi, I tried to deploy a war file (built from Eclipse in windows) into tomcat 5.5(in linux). I got the following errors: Aug 24, 2008 12:32:46 PM org.apache.catalina.core.ApplicationContext log INFO: HTMLManager: init: Associated with Deployer 'Catalina:type=Deployer,

Re: errors in deploying war file to tomcat 5.5

2008-08-23 Thread Edoardo Panfili
Edoardo Panfili ha scritto: sam wun ha scritto: Hi, I tried to deploy a war file (built from Eclipse in windows) into tomcat 5.5(in linux). I got the following errors: Aug 24, 2008 12:32:46 PM org.apache.catalina.core.ApplicationContext log INFO: HTMLManager: init: Associated with Deplo

Re: Tomcat does not unpack WAR file (Tomcat 5.5.20)

2008-08-23 Thread Peter
Thanks Johnny On the production server, Tomcat is actually being started up by another 'parent' application. Since this does not appear to be a (pure) 'Tomcat' issue, I will take it up with the guys who manage the 'parent' app. Thanks for the assistance. Johnny Kewl wrote: - Original M

RE: Tomcat does not unpack WAR file (Tomcat 5.5.20)

2008-08-23 Thread Martin Gainty
check your unpackWARS and autoDeploy parameters are both set to 'true' e.g. $TOMCAT_HOME/conf/server.xml Date: Sat, 23 Aug 2008 23:40:06 +0300 > From: [EMAIL PROTECTED] > To: users@tomcat.apache.org > Subject: Re: Tomcat does not unpack WAR file (Tomcat 5.5.20) > > Thanks Johnny > > On the pro

Re: Tomcat does not unpack WAR file (Tomcat 5.5.20)

2008-08-23 Thread Peter
Yes - they are. (as I stated in my original post) Martin Gainty wrote: check your unpackWARS and autoDeploy parameters are both set to 'true' e.g. $TOMCAT_HOME/conf/server.xml Martin __ Disclaimer and confidentiality note Everything in this e-mail

Re: File not found exception

2008-08-23 Thread Johnny Kewl
- Original Message - From: "navigator09" <[EMAIL PROTECTED]> To: Sent: Saturday, August 23, 2008 9:44 AM Subject: Re: File not found exception this is the error message I get [ERROR] DGL0394A: Error in ::DriverManager.getConnection; cmbicmenv.ini (The system cannot find the file s

RE: File not found exception

2008-08-23 Thread Martin Gainty
put cmbicemenv.ini on classpath ibm's content management has some good tutorials located at http://publib.boulder.ibm.com/infocenter/cmgmt/v8r3m0/index.jsp?topic=/com.ibm.installingcm.doc/icmpgmst494.htm Martin __ Disclaimer and confidentiality note

Struts vs JSF (poll?)

2008-08-23 Thread Tommy Pham
Hi everyone, This maybe out of scope for this list but I wanted to know more about Struts vs JSF other this old article [1]. Which are are deployed mostly on your TC server(s)/cluster(s)? If any Java developers are on this list, which platform API do you prefer for quick development (to meet