RE: Deployment problems in tomcat 4.1.27 : jdbc and properties files

2003-09-08 Thread Mike Curwen
try /properties/framework.properties ? > -Original Message- > From: Shailesh Modi [mailto:[EMAIL PROTECTED] > Sent: Monday, September 08, 2003 12:11 AM > To: 'Tomcat Users List' > Subject: RE: Deployment problems in tomcat 4.1.27 : jdbc and > properties fi

Re: Re[2] :Deployment problems in tomcat 4.1.27 : jdbc and properties files

2003-09-08 Thread Shailesh Modi
3 11:28 AM To: Tomcat Users List; [EMAIL PROTECTED] Subject: Re[2]: Deployment problems in tomcat 4.1.27 : jdbc and properties files Hello Shailesh! SM> properties files(configuration files) for my web-app are not getting SM> picked up. I have tried following ways one by one: SM> 1. ke

Re[2]: Deployment problems in tomcat 4.1.27 : jdbc and properties files

2003-09-08 Thread Anton Tagunov
Hello Shailesh! SM> properties files(configuration files) for my web-app are not getting SM> picked up. I have tried following ways one by one: SM> 1. kept them in \WEB-INF\classes folder the right move SM> 2. kept them in \WEB-INF\lib won't work, it's for jars only SM> 3. made the jar out of them

RE: Deployment problems in tomcat 4.1.27 : jdbc and properties files

2003-09-07 Thread Shailesh Modi
mes Harman [mailto:[EMAIL PROTECTED] Sent: Saturday, September 06, 2003 9:05 AM To: Tomcat Users List Subject: Re: Deployment problems in tomcat 4.1.27 : jdbc and properties files Shailesh, Is it classes12.jar or classes12.zip? Your first post said zip. If it is zip make sure you rename it to

Re: Deployment problems in tomcat 4.1.27 : jdbc and properties files

2003-09-05 Thread James Harman
sage- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, September 04, 2003 2:54 PM To: Tomcat Users List Subject: RE: deployment problems in tomcat 4.1.27 It is sayed that property file should be in your classpath! So I allways put my property file under WEB-INF/classes/ d

Deployment problems in tomcat 4.1.27 : jdbc and properties files

2003-09-04 Thread Shailesh Modi
tomcat 4.1.27 configuration to make this work? Thanks a Lot. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, September 04, 2003 2:54 PM To: Tomcat Users List Subject: RE: deployment problems in tomcat 4.1.27 It is sayed that property file should be in y

RE: deployment problems in tomcat 4.1.27

2003-09-04 Thread Janis_Olekss
;[EMAIL PROTECTED]> cc: Subject:RE: deployment problems in tomcat 4.1.27 Hi, I have kept classes12.jar in every possible places in tomcat 4 folders, but no help. Also keeping properties files into WEB-INF/classes directory too not able to help me out. Alternative

RE: deployment problems in tomcat 4.1.27

2003-09-04 Thread Shailesh Modi
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, September 04, 2003 2:54 PM To: Tomcat Users List Subject: RE: deployment problems in tomcat 4.1.27 It is sayed that property file should be in your classpath! So I allways put my property file under WEB-INF/classes/ directory which see

RE: deployment problems in tomcat 4.1.27

2003-09-04 Thread Janis_Olekss
(Cell) +371 9136267 "Shailesh Modi" <[EMAIL PROTECTED]> 09/04/2003 12:20 Please respond to "Tomcat Users List" To: "'Tomcat Users List'" <[EMAIL PROTECTED]> cc: Subject:RE: deployment problems in to

RE: deployment problems in tomcat 4.1.27

2003-09-04 Thread Shailesh Modi
TECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, September 04, 2003 12:39 PM To: Tomcat Users List Subject: Re: deployment problems in tomcat 4.1.27 You have to configure server.xml file There are 2 things 1) which defines your docBase 2) which defines different contexts See apache.

Re: deployment problems in tomcat 4.1.27

2003-09-04 Thread Janis_Olekss
To: <[EMAIL PROTECTED]> cc: Subject: deployment problems in tomcat 4.1.27 Hi, I am trying to deploy my web application in tomcat 4.1.27, earlier tomcat 3 was successfully running my web-app. 1. basic problem - I want to set my web-app context as "/r

deployment problems in tomcat 4.1.27

2003-09-04 Thread Shailesh Modi
Hi, I am trying to deploy my web application in tomcat 4.1.27, earlier tomcat 3 was successfully running my web-app. 1. basic problem - I want to set my web-app context as "/remind/cafe/" (e.g. http://server:port/remind/cafe/index.do) but tomcat 4.1.27 asks me to put my web-app war file into web