Re: CLASSPATH problem on tomcat5.5.x

2006-08-30 Thread Viraj Turakhia
odbc is required only when odbs bridge is used. if you are using jdbc for oracle, odbc jar is not required. correct me if i am wrong. vraj On 8/30/06, Propes, Barry L <[EMAIL PROTECTED]> wrote: I had a similar problemyou need the ojdbc.jar file, or more specifically, the ojdbc14_g.jar file

Re: CLASSPATH problem on tomcat5.5.x

2006-08-30 Thread Viraj Turakhia
renaming would not work.. you will have to unzip zipped files and put jars in lib directory. (provided zipped files has jar files :) ) vraj On 8/30/06, Mark Thomas <[EMAIL PROTECTED]> wrote: Mallik wrote: > why this is ? > i have placed classes12.zip, classes111.zip and classes102.zip in > tomc

Re: CLASSPATH problem on tomcat5.5.x

2006-08-30 Thread Viraj Turakhia
why zipped files? i feel, you will have to unzip them and put jar files in lib directory vraj On 8/30/06, Mallik <[EMAIL PROTECTED]> wrote: HI Friends i am new to this group and tomcat too. i have downloaded tomcat5.5.x and jdk1.5 and i have oracle8i just i started a sample application whi

Re: configuring Tomcat for protocols other than http/s

2006-08-29 Thread Viraj Turakhia
Hey Bill, Thanks alot for this help of yours. I will get back to you if I face problems in it. :) Viraj K. Turakhia On 8/29/06, Bill Barker <[EMAIL PROTECTED]> wrote: "Viraj Turakhia" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi all, > I am st

Re: configuring Tomcat for protocols other than http/s

2006-08-28 Thread Viraj Turakhia
rotocol you want? You will know that the sender has to adhere to that protocol standard and you would adhere to same protocol as well.. Most protocols are just extensions of TCPIP. On 8/28/06, Viraj Turakhia <[EMAIL PROTECTED]> wrote: > > Hi all, > I am starting to work with Tomcat&#

Re: IIS vs Tomcat

2006-08-28 Thread Viraj Turakhia
AFAIK, Tomcat and IIS are two different things. Tomcat is a servlet container and IIS is a webserver. If you are comparing static webpages serving capabilities of these two.. then yes.. Tomcat is no better than IIS. But being a Servlet Container, Tomcat wins the race with IIS all hands up. :) Vi

configuring Tomcat for protocols other than http/s

2006-08-28 Thread Viraj Turakhia
Hi all, I am starting to work with Tomcat's code and have no clue where to start from. Any pointers would be very very helpful. To start with, I would like to know whether Tomcat is configurable to work with protocols other than http/https? I want to configure Tomcat in such a way that it gives m