Re: Classpath problem

2009-01-03 Thread Konstantin Kolinko
2009/1/4 fhserkl...@aol.com: Hello. I am using Tomcat 6.0.18, my Java version is 1.6.0_11 and I have a servlet called TestingServlet.java. My classpath reads like this: .;C:\Sun\SDK\bin; C:\Sun\SDK\jdk\bin; C:\Tomcat\lib\servlet-api.jar I cannot compile in DOS without typing: javac

Re: Classpath Problem

2008-04-11 Thread OpenP2M Open
Hi, This is the Host of the domain with the problem Host name=DOMAIN_WITHOUT_WWW appBase=/home/sttpwcm/public_html AliasDOMAIN_WITH_WWW/Alias Context path= reloadable=true docBase=/home/sttpwcm/public_html debug=1 Resource name=jdbc/sttp auth=Container

Re: Classpath Problem

2008-04-11 Thread David Smith
What I thought ... you can't have appBase from the Host element the same as the docBase for your webapp. Make the appBase something else ... anything else. It could be an empty directory. It won't matter as long as it isn't the same as the path of your webapp. Also it's been recommended

Re: Classpath Problem

2008-04-10 Thread David Smith
Could you post the Host element of your server.xml? I know people have had this problem and solved it in the past, but it's been a while. --David OpenP2M Open wrote: Hi, I'm migrating an application from one server to another. On the old server the application runs perfectly, but on the new

RE: Classpath Problem

2007-03-14 Thread Propes, Barry L [GCG-NAOT]
might need an updated jar file for that. Might have been included with one package earlier and is now in another one. -Original Message- From: Mark Hale [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 14, 2007 2:29 PM To: users@tomcat.apache.org Subject: Classpath Problem Hi there. I

Re: Classpath Problem

2007-03-14 Thread David Smith
Apologies if this sounds insulting, but ... you did include java.util.HashMap in your jsp, didn't you? IE: [EMAIL PROTECTED] import=java.util .HashMap % --David Mark Hale wrote: Hi there. I am new to Tomcat and have installed Tomcat6 and JDK1.5 on Windows. I get Tomcat to run and can

Re: Classpath Problem

2007-03-14 Thread Mark Hale
LOL You danced around that one well. Actually, I didn't include it because I am migrating from WebLogic to Tomcat. WebLogic let's me get away without the includes for java.util. I've been using Workshop for so long I overlooked it. That resolved it. Thank you David. I will migrate to

Re: CLASSPATH problem on tomcat5.5.x

2006-09-07 Thread Raju Balugu
mine would work, and mine's configured almost exactly like his. -Original Message- From: Viraj Turakhia [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 30, 2006 9:45 AM To: Tomcat Users List Subject: Re: CLASSPATH problem on tomcat5.5.x odbc is required only when odbs bridge is used

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

Re: CLASSPATH problem on tomcat5.5.x

2006-08-30 Thread David Smith
The classloader is most likely skipping over your .zip files. I believe there are newer JDBC drivers from Oracle packaged as .jar files. Try one of those. --David Mallik wrote: HI Friends i am new to this group and tomcat too. i have downloaded tomcat5.5.x and jdk1.5 and i have

Re: CLASSPATH problem on tomcat5.5.x

2006-08-30 Thread Mark Thomas
Mallik wrote: why this is ? i have placed classes12.zip, classes111.zip and classes102.zip in tomcatRoot/common/lib it is not working Try renaming the .zip files to .jar See http://tomcat.apache.org/tomcat-5.5-doc/jndi-datasource-examples-howto.html and search for zip in the text, HTH,

Re: CLASSPATH problem on tomcat5.5.x

2006-08-30 Thread Mallik
HI Friends thanks a lot now it is working i just wasted 3 days on this thanku friends -- View this message in context: http://www.nabble.com/CLASSPATH-problem-on-tomcat5.5.x-tf2189178.html#a6057382 Sent from the Tomcat - User forum at Nabble.com.

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

RE: CLASSPATH problem on tomcat5.5.x

2006-08-30 Thread Propes, Barry L
I had a similar problemyou need the ojdbc.jar file, or more specifically, the ojdbc14_g.jar file. -Original Message- From: Mallik [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 30, 2006 6:04 AM To: users@tomcat.apache.org Subject: CLASSPATH problem on tomcat5.5.x HI Friends i

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 Propes, Barry L
To: Tomcat Users List Subject: Re: CLASSPATH problem on tomcat5.5.x 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

Re: Classpath Problem

2006-08-16 Thread Martin Gainty
and destroy the original message without making a copy. Thank you. - Original Message - From: David Smith [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Tuesday, August 15, 2006 8:28 AM Subject: Re: Classpath Problem CLASSPATH is ignored by default in tomcat

Re: Classpath problem

2006-08-07 Thread David Smith
The quick answer: Do not mess with classpath. Tomcat has a very specific classloader hierarchy. See http://tomcat.apache.org/tomcat-5.5-doc/class-loader-howto.html for details. If this does not answer your question, please post a more detailed message with specifics. --David Julien

Re: Classpath problem

2006-08-06 Thread Hassan Schroeder
On 8/6/06, Julien vander Straeten [EMAIL PROTECTED] wrote: Could someone tell me what command I have to type to make this thing work? http://catb.org/~esr/faqs/smart-questions.html :-) -- Hassan Schroeder [EMAIL PROTECTED]