Re: class path

2005-04-13 Thread S M
Hi These are the env. variables that I have set explicitly for tomcat 4.1 installation lJAVA_HOME = C:\java\bin lCATALINA_HOME = C:\Program Files\Apache Group\Tomcat 4.1 CLASSPATH= .;C:\javacode;%CATALINA_HOME%;%CATALINA_HOME%\common\lib\servlet.jar;%J2EE_HOME%\lib\j2ee.jar; I have the

RE: class path (UNCLASSIFIED)

2005-04-13 Thread Samara, Fadi N Mr ACSIM/ASPEX
Classification: UNCLASSIFIED Caveats: NONE What errors are you getting again ? -Original Message- From: S M [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 13, 2005 9:47 AM To: Tomcat Users List; Jason Bainbridge Subject: Re: class path Hi These are the env. variables that I have

RE: class path (UNCLASSIFIED)

2005-04-13 Thread S M
List; Jason Bainbridge Subject: Re: class path Hi These are the env. variables that I have set explicitly for tomcat 4.1 installation lJAVA_HOME = C:\java\bin lCATALINA_HOME = C:\Program Files\Apache Group\Tomcat 4.1 CLASSPATH= .;C:\javacode;%CATALINA_HOME%;%CATALINA_HOME%\common\lib

RE: class path (UNCLASSIFIED)

2005-04-13 Thread Samara, Fadi N Mr ACSIM/ASPEX
To: Tomcat Users List; Jason Bainbridge Subject: Re: class path Hi These are the env. variables that I have set explicitly for tomcat 4.1 installation lJAVA_HOME = C:\java\bin lCATALINA_HOME = C:\Program Files\Apache Group\Tomcat 4.1 CLASSPATH= .;C:\javacode;%CATALINA_HOME%;%CATALINA_HOME%\common

Re: class path (UNCLASSIFIED)

2005-04-13 Thread Anto Paul
: Wednesday, April 13, 2005 10:07 AM To: Tomcat Users List Subject: RE: class path (UNCLASSIFIED) The same as before. C:\javacodejavac HelloWorld.java HelloWorld.java:2: package javax.servlet does not exist import javax.servlet.*; ^ HelloWorld.java:3

RE: class path (UNCLASSIFIED)

2005-04-13 Thread S M
? Are you using any IDE (i.e Eclipse, Jdeveloper) ? -Original Message- From: S M [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 13, 2005 10:07 AM To: Tomcat Users List Subject: RE: class path (UNCLASSIFIED) The same as before. C:\javacodejavac

Re: class path (UNCLASSIFIED)

2005-04-13 Thread Hassan Schroeder
S M wrote: The same as before. Not surpring if you haven't addressed the problems Jason already pointed out -- lCATALINA_HOME = C:\Program Files\Apache Group\Tomcat 4.1 1) Reinstall Tomcat in `C:\tomcat_4.1` or something, with *no* spaces in the path. 2) Don't put servlet.jar and j2ee.jar in

RE: class path (UNCLASSIFIED)

2005-04-13 Thread Samara, Fadi N Mr ACSIM/ASPEX
: RE: class path (UNCLASSIFIED) I compiling it from the command prompt. The sourse code is in c:\javacode so i on cmd... i change directory to c:\javacodejavac HelloWorld.java Samara, Fadi N Mr ACSIM/ASPEX [EMAIL PROTECTED] wrote: Classification: UNCLASSIFIED Caveats: NONE I am sorry, but how

Re: class path (UNCLASSIFIED)

2005-04-13 Thread Larry Meadors
, if you haven't done that yet. -Original Message- From: S M [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 13, 2005 10:33 AM To: Tomcat Users List Subject: RE: class path (UNCLASSIFIED) I compiling it from the command prompt. The sourse code is in c:\javacode so i on cmd... i

RE: class path (UNCLASSIFIED)

2005-04-13 Thread S M
, 2005 10:33 AM To: Tomcat Users List Subject: RE: class path (UNCLASSIFIED) I compiling it from the command prompt. The sourse code is in c:\javacode so i on cmd... i change directory to c:\javacodejavac HelloWorld.java Samara, Fadi N Mr ACSIM/ASPEX wrote: Classification: UNCLASSIFIED Caveats

RE: class path (UNCLASSIFIED)

2005-04-13 Thread Samara, Fadi N Mr ACSIM/ASPEX
Classification: UNCLASSIFIED Caveats: NONE I am pretty sure you need to SPECIFY servlet.jar, not just the directory where it resides Fadi -Original Message- From: S M [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 13, 2005 11:01 AM To: Tomcat Users List Subject: RE: class path

Re: class path (UNCLASSIFIED)

2005-04-13 Thread BAO RuiXian
Hello, S M wrote: tried that too... but it can't identify the path. C:\javacodejavac -classpath C:\Program Files\Apache Group\Tomcat 4.1\common\lib HellWorld.java Try use quotes instead of '' and '' to quote the class path. Good luck. Bao The system cannot find the file specified. anyways

Re: class path (UNCLASSIFIED)

2005-04-13 Thread Mieke Banderas
Hassan Schroeder said: 2) Don't put servlet.jar and j2ee.jar in the same classpath, as you'll have duplicated classes... Excuse a stupid question, but how do you use both libraries at once then? 2 JVMs? separation between Tomcat and the J2EE framework? Or can one use 2 classpaths in the same

RE: class path (UNCLASSIFIED)

2005-04-13 Thread S M
I tried that too.. same problem... anyways.. apart from that going as the suggestion of without spaces directory path... here is the modified thgs CLASSPATH=.;c:\java;c:\tomcat\common\lib\servlet.jar CATALINAHOME=c:\tomcat JAVA_HOME and path remaing the same. Now compiling c:/javacodejavac

RE: class path (UNCLASSIFIED)

2005-04-13 Thread Caldarale, Charles R
From: S M [mailto:[EMAIL PROTECTED] Subject: RE: class path (UNCLASSIFIED) Now compiling c:/javacodejavac -classpathc:\tomcat\common\lib\servlet.jar HelloWorld.java it said - Access Denied Where are these angle brackets coming from? They should not be present. - Chuck

RE: class path (UNCLASSIFIED)

2005-04-13 Thread Jay Burgess
:32 AM To: Tomcat Users List Subject: RE: class path (UNCLASSIFIED) From: S M [mailto:[EMAIL PROTECTED] Subject: RE: class path (UNCLASSIFIED) Now compiling c:/javacodejavac -classpathc:\tomcat\common\lib\servlet.jar HelloWorld.java it said - Access Denied Where are these angle brackets

RE: class path (UNCLASSIFIED)

2005-04-13 Thread Samara, Fadi N Mr ACSIM/ASPEX
, April 13, 2005 10:32 AM To: Tomcat Users List Subject: RE: class path (UNCLASSIFIED) From: S M [mailto:[EMAIL PROTECTED] Subject: RE: class path (UNCLASSIFIED) Now compiling c:/javacodejavac -classpathc:\tomcat\common\lib\servlet.jar HelloWorld.java it said - Access Denied Where

RE: class path (UNCLASSIFIED)

2005-04-13 Thread S M
tried that... now no errors anyway but there is no class file too??? Caldarale, Charles R [EMAIL PROTECTED] wrote: From: S M [mailto:[EMAIL PROTECTED] Subject: RE: class path (UNCLASSIFIED) Now compiling c:/javacodejavac -classpath HelloWorld.java it said - Access Denied Where

RE: class path (UNCLASSIFIED)

2005-04-13 Thread David B. Saul
: BAO RuiXian [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 13, 2005 8:15 AM To: Tomcat Users List Subject: Re: class path (UNCLASSIFIED) Hello, S M wrote: tried that too... but it can't identify the path. C:\javacodejavac -classpath C:\Program Files\Apache Group\Tomcat 4.1\common\lib

RE: class path (UNCLASSIFIED)

2005-04-13 Thread S M
path Fadi -Original Message- From: Jay Burgess [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 13, 2005 11:40 AM To: tomcat-user@jakarta.apache.org Subject: RE: class path (UNCLASSIFIED) Yes, doing a javac -h to receive help says -classpath . But the angle brackets from are not meant

RE: class path (UNCLASSIFIED)

2005-04-13 Thread Samara, Fadi N Mr ACSIM/ASPEX
-Original Message- From: S M [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 13, 2005 11:44 AM To: Tomcat Users List Subject: RE: class path (UNCLASSIFIED) tried that... now no errors anyway but there is no class file too??? Caldarale, Charles R [EMAIL PROTECTED] wrote: From: S M

RE: class path (UNCLASSIFIED)

2005-04-13 Thread S M
RuiXian [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 13, 2005 8:15 AM To: Tomcat Users List Subject: Re: class path (UNCLASSIFIED) Hello, S M wrote: tried that too... but it can't identify the path. C:\javacodejavac -classpath 4.1\common\lib HellWorld.java Try use quotes instead

RE: class path (UNCLASSIFIED)

2005-04-13 Thread S M
with where you're writing to. If it compiled then javac's job is done. Is it a standalone server/PC or networked ? Do you have limited permissions ? Fadi -Original Message- From: S M [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 13, 2005 11:44 AM To: Tomcat Users List Subject: RE: class path

RE: class path (UNCLASSIFIED)

2005-04-13 Thread Samara, Fadi N Mr ACSIM/ASPEX
Classification: UNCLASSIFIED Caveats: NONE Try to reboot your machine, then compile again and see what happens. Fadi -Original Message- From: S M [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 13, 2005 11:57 AM To: Tomcat Users List Subject: RE: class path (UNCLASSIFIED

Antwort: RE: class path (UNCLASSIFIED)

2005-04-13 Thread Sebastian . Wiemer
Files\Apache Group\Tomcat 4.1\common\lib\servlet.jar HelloWorld.java if in fact this is where the servlet.jar file exists. -Original Message- From: BAO RuiXian [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 13, 2005 8:15 AM To: Tomcat Users List Subject: Re: class path

RE: class path (UNCLASSIFIED)

2005-04-13 Thread Caldarale, Charles R
From: S M [mailto:[EMAIL PROTECTED] Subject: RE: class path (UNCLASSIFIED) see this... no errors... but no class file for the same C:\javacodejavac -classpath c:\tomcat\common\lib\servlet.jar HelloWorld.java C:\javacodejavac -classpath c:\tomcat\common\lib\servlet.jar

RE: class path - c:/javacode

2005-04-13 Thread Ben Kim
c:/javacodejavac -classpathc:\tomcat\common\lib\servlet.jar HelloWorld.java Maybe OT, but I'm curious where this c:/javacode is coming from (Doesn't seem standard command shell which should be c:\javacode ). Doesn't seem to be from cygwin. Regards, Ben Kim Database Developer/Systems

RE: class path (UNCLASSIFIED)

2005-04-13 Thread S M
PROTECTED] Sent: Wednesday, April 13, 2005 11:57 AMTo: Tomcat Users ListSubject: RE: class path (UNCLASSIFIED)it is netwroked...thgs are behaving perfectly ok if i compile an ordinary class i.e without a servlet then why should it matter otherwise...if i compiled it successfully there should be a clas

RE: class path (UNCLASSIFIED)

2005-04-13 Thread Ben Kim
tried that... now no errors anyway but there is no class file too Maybe you can just copy the servlets.jar file in c:\javacode and run c:\javacodejavac -verbose -classpath servlet.jar HelloWorld.java if a class file is made, then delete the class file, and do c:\javacodejavac -verbose

RE: class path (UNCLASSIFIED)

2005-04-13 Thread David B. Saul
To: Tomcat Users List Subject: RE: class path (UNCLASSIFIED) see this... no errors... but no class file for the same C:\javacodejavac -classpath c:\tomcat\common\lib\servlet.jar HelloWorld.java C:\javacodejavac -classpath c:\tomcat\common\lib\servlet.jar HelloWorld.java C:\javacodejavac

RE: class path (UNCLASSIFIED)

2005-04-13 Thread David B. Saul
BTW - adding the PWD to the classpath should have no effect on your issue! -Original Message- From: David B. Saul [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 13, 2005 2:31 PM To: 'Tomcat Users List' Subject: RE: class path (UNCLASSIFIED) Quite frankly - this has nothing to do

RE: class path (UNCLASSIFIED)

2005-04-13 Thread S M
' Subject: RE: class path (UNCLASSIFIED) Quite frankly - this has nothing to do with Tomcat. However, try this one more time - with or without the quotes as your path does not require quotes, only if the folder/directory names have spaces, and then search your system for HelloWorld.class if you do

class path

2005-04-12 Thread S M
Hi all, I am a first time user of Tomcat. I am able to see the Tomcat default page on http://localhost:8080/index.jsp Now, I want to compile HelloWorld.java using JDK 1.4, the program does not compile and fails with the following log

RE: class path (UNCLASSIFIED)

2005-04-12 Thread Samara, Fadi N Mr ACSIM/ASPEX
Classification: UNCLASSIFIED Caveats: NONE You will need to have servlet-api.jar in your class path. -Original Message- From: S M [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 12, 2005 4:03 PM To: tomcat-user@jakarta.apache.org Subject: class path Hi all, I am a first time user

Re: class path

2005-04-12 Thread Larry Meadors
*http://tinyurl.com/6t89b* On Apr 12, 2005 2:03 PM, S M [EMAIL PROTECTED] wrote: Hi all, I am a first time user of Tomcat. I am able to see the Tomcat default page on http://localhost:8080/index.jsp Now, I want to compile HelloWorld.java using JDK 1.4, the program does not compile and

RE: class path (UNCLASSIFIED)

2005-04-12 Thread S M
I am using Tomcat 4.1 and that only has servlet.jar Samara, Fadi N Mr ACSIM/ASPEX [EMAIL PROTECTED] wrote:Classification: UNCLASSIFIED Caveats: NONE You will need to have servlet-api.jar in your class path. -Original Message- From: S M [mailto:[EMAIL PROTECTED] Sent: Tuesday, April

RE: class path (UNCLASSIFIED)

2005-04-12 Thread Samara, Fadi N Mr ACSIM/ASPEX
Classification: UNCLASSIFIED Caveats: NONE That's fine. Make sure it is in your classpath. -Original Message- From: S M [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 12, 2005 4:08 PM To: Tomcat Users List Subject: RE: class path (UNCLASSIFIED) I am using Tomcat 4.1 and that only

RE: class path (UNCLASSIFIED)

2005-04-12 Thread S M
class path. -Original Message- From: S M [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 12, 2005 4:03 PM To: tomcat-user@jakarta.apache.org Subject: class path Hi all, I am a first time user of Tomcat. I am able to see the Tomcat default page on http://localhost:8080/index.jsp Now, I want

RE: class path (UNCLASSIFIED)

2005-04-12 Thread Samara, Fadi N Mr ACSIM/ASPEX
, April 12, 2005 4:12 PM To: Tomcat Users List Subject: RE: class path (UNCLASSIFIED) yes it is .;C:\javacode;%CATALINA_HOME%;%CATALINA_HOME%\common\lib\servlet.jar;%J2EE_ HOME%\lib\j2ee.jar; where ;C:\javacode had the source code. Samara, Fadi N Mr ACSIM/ASPEX [EMAIL PROTECTED] wrote

RE: class path (UNCLASSIFIED)

2005-04-12 Thread S M
. Not class_path if you are under WINXP or WIN2K . -Original Message- From: S M [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 12, 2005 4:12 PM To: Tomcat Users List Subject: RE: class path (UNCLASSIFIED) yes it is .;C:\javacode;%CATALINA_HOME%;%CATALINA_HOME%\common\lib\servlet.jar

Re: class path

2005-04-12 Thread Steve Ochani
Hi, Did you set class_path or CLASSPATH ? try running a prompt and typing echo %CLASSPATH% and see if you get actual directory listings of everything you mentioned inlcuding the servlet.jar -Steve O. On 12 Apr 2005 at 21:03, S M wrote: I have set the class_path as

RE: class path (UNCLASSIFIED)

2005-04-12 Thread Ben Kim
I am using Tomcat 4.1 and that only has servlet.jar C:\javacodejavac HelloWorld.java HelloWorld.java:2: package javax.servlet does not exist import javax.servlet.*; ^ Depends on how you run javac, but if this works, then it's really the classpath problem. Tomcat's classpath may be different

Re: class path

2005-04-12 Thread S M
sorry for the confusion, but i have set CLASSPATH, i echoed on cmd as mentioned and yes it shows me the CLASSPATH as listed below Steve Ochani [EMAIL PROTECTED] wrote:Hi, Did you set class_path or CLASSPATH ? try running a prompt and typing echo %CLASSPATH% and see if you get actual

Re: class path

2005-04-12 Thread Jason Bainbridge
On Apr 12, 2005 3:39 PM, S M [EMAIL PROTECTED] wrote: sorry for the confusion, but i have set CLASSPATH, i echoed on cmd as mentioned and yes it shows me the CLASSPATH as listed below .;C:\javacode;%CATALINA_HOME%;%CATALINA_HOME%\common\lib\servlet.jar;%J2EE_HOME%\lib\j2ee.jar; where

Including external libraries with MANIFEST.MF Class-Path property

2005-03-04 Thread Drew Millen
file in the META-INF directory. Within the MANIFEST.MF file, I am trying to include an external library (two.jar) for use within Test.class using the MANIFEST.MF Class-Path property. Here's what my MANIFEST.MF looks like: Manifest-Version: 5.5 Ant-Version: Apache Ant 1.6.2 Created-By: 1.4.2_06

Modify class path using catalina (Windows tomcat 5.5.2 version)

2004-09-28 Thread Xavier Frisaye
Hi everybody, I need to add a directory to class path of Tomcat and i'm using catalina.bat to launch it. Is there a way to do this without modifying original .bat of tomcat release? Thank you Xavier Frisaye

Re: Modify class path using catalina (Windows tomcat 5.5.2 version)

2004-09-28 Thread QM
On Tue, Sep 28, 2004 at 08:36:39AM +0200, Xavier Frisaye wrote: : I need to add a directory to class path of Tomcat and i'm using catalina.bat : to launch it. : Is there a way to do this without modifying original .bat of tomcat release? The safest, most portable[1] way to add to a classpath

Re: WARNING: Duplicate name in Manifest: Class-Path

2004-03-19 Thread Adam Hardy
On 03/19/2004 06:35 AM Tom K wrote: Any clues where I would look to determine where this message? Start from only happens during sart up of my application. Mar 18, 2004 11:33:48 PM java.util.jar.Attributes read WARNING: Duplicate name in Manifest: Class-Path Sounds like somebody

RE: WARNING: Duplicate name in Manifest: Class-Path

2004-03-19 Thread Larry Isaacs
In case it helps, the struts.jar from 1.1-b3, and I assume earlier, had a MANIFEST.MF file that had multiple Class-Path lines, which would lead to this symptom. The 1.1 release version of struts.jar had this corrected. I don't know about the Struts 1.1 release candidates. You might check your

RE: WARNING: Duplicate name in Manifest: Class-Path

2004-03-19 Thread Tom K
Thanks Larry! Tom Kochanowicz -Original Message- From: Larry Isaacs [mailto:[EMAIL PROTECTED] Sent: Friday, March 19, 2004 7:29 AM To: Tomcat Users List Subject: RE: WARNING: Duplicate name in Manifest: Class-Path In case it helps, the struts.jar from 1.1-b3, and I assume earlier, had

WARNING: Duplicate name in Manifest: Class-Path

2004-03-18 Thread Tom K
Any clues where I would look to determine where this message? Start from only happens during sart up of my application. Mar 18, 2004 11:33:48 PM java.util.jar.Attributes read WARNING: Duplicate name in Manifest: Class-Path TIA Tom K --- Outgoing mail is certified Virus Free

editing tomcat class path

2004-03-15 Thread Arora, Avinash
Hi every one,    I am a new user of tomcat. Please don't mind if my question seems to be trivial. If we are having a java class that uses some package. Do we need to change the classpath for tomcat so that it can correctly compile the jsp page using that class? I have updated the system class

RE: editing tomcat class path

2004-03-15 Thread Shapira, Yoav
Hi,    I am a new user of tomcat. Please don't mind if my question seems to be trivial. If we are having a java class that uses some package. Do we need to change the classpath for tomcat so that it can correctly compile the jsp page using that class? I have updated the system class path

editing the class path w

2004-03-14 Thread Arora, Avinash
 Hi every one,    I am a new user of tomcat. Please don't mind if my question seems to be trivial. If we are having a java class that uses some package. Do we need to change the classpath for tomcat so that it can correctly compile the jsp page using that class? I have updated the system class

WARNING: Duplicate name in Manifest: Class-Path

2004-02-09 Thread Yansheng Lin
Hi, I am getting a lot of this WARNING lately in my console. Did a search online and found a really good explaination on this page: http://www.deftcode.com/archives/duplicate_class_path_entries.html. I recently upgraded both JDK/JRE and Tomcat. So I am not sure which upgrade is responsible for

Tomcat webapp is ignoring the system class path

2003-10-10 Thread Agarwal, Naresh
Hi I'm deploying a web app in the Tomcat. This web app reads a properties files through resource bundle. I've put the path of this properties file in the class path but while running the web app, I'm getting exception that properties file does not exist. Thus tomcat is ignoring

RE: Tomcat webapp is ignoring the system class path

2003-10-10 Thread Shapira, Yoav
PROTECTED] Subject: Tomcat webapp is ignoring the system class path Hi   I'm deploying a web app in the Tomcat. This web app reads a properties files through resource bundle.   I've put the path of this properties file in the class path but while running the web app, I'm getting exception

RE: Tomcat webapp is ignoring the system class path

2003-10-10 Thread Jay Garala
PROTECTED] Sent: Friday, October 10, 2003 9:39 AM To: [EMAIL PROTECTED] Subject: Tomcat webapp is ignoring the system class path Hi I'm deploying a web app in the Tomcat. This web app reads a properties files through resource bundle. I've put the path of this properties file in the class path

RE: Class Path and New Context

2002-11-08 Thread developer
Subject: RE: Class Path and New Context I fooled around with the setclasspath.sh to include my default classpath. Tomcat however doesn't like that too bad it would have been convenient. I copied the examples context exactly to newcontext/ I put my jsppages

RE: Class Path and New Context

2002-11-08 Thread Craig R. McClanahan
On Fri, 8 Nov 2002 [EMAIL PROTECTED] wrote: Date: Fri, 8 Nov 2002 09:09:09 -0800 (PST) From: [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: RE: Class Path and New Context WHen I take some of the classes that don't seem

RE: Class Path and New Context

2002-11-08 Thread developer
(PST) From: [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: RE: Class Path and New Context WHen I take some of the classes that don't seem to be getting loaded and put them in a package they seem to be fine. So

Class Path and New Context

2002-11-07 Thread developer
With some hassles I got tomcat 4.1.12 with apache 1.3x, java 1.4 on a linux 2.4 kernel box. The examples context works fine and apache seems to be handling all the other stuff fine Questions 1)I am trying to create a new context, what are the bare bones requirements for doing so? Anyone have a

RE: Class Path and New Context

2002-11-07 Thread Turner, John
-Original Message- From: [EMAIL PROTECTED] [mailto:developer;wexwarez.com] Sent: Thursday, November 07, 2002 2:24 PM To: Tomcat Users List Subject: Class Path and New Context With some hassles I got tomcat 4.1.12 with apache 1.3x, java 1.4 on a linux 2.4 kernel box

RE: Class Path and New Context

2002-11-07 Thread Cox, Charlie
-Original Message- From: Turner, John [mailto:JTurner;AAS.com] Sent: Thursday, November 07, 2002 2:28 PM To: 'Tomcat Users List' Subject: RE: Class Path and New Context -Original Message- From: [EMAIL PROTECTED] [mailto:developer;wexwarez.com] Sent: Thursday

RE: Class Path and New Context

2002-11-07 Thread developer
, November 07, 2002 2:24 PM To: Tomcat Users List Subject: Class Path and New Context With some hassles I got tomcat 4.1.12 with apache 1.3x, java 1.4 on a linux 2.4 kernel box. The examples context works fine and apache seems to be handling all the other stuff fine Questions 1

RE: Class Path and New Context

2002-11-07 Thread Turner, John
? John -Original Message- From: [EMAIL PROTECTED] [mailto:developer;wexwarez.com] Sent: Thursday, November 07, 2002 3:44 PM To: Tomcat Users List Subject: RE: Class Path and New Context I fooled around with the setclasspath.sh to include my default classpath. Tomcat however doesn't

RE: Class Path and New Context

2002-11-07 Thread developer
: [EMAIL PROTECTED] [mailto:developer;wexwarez.com] Sent: Thursday, November 07, 2002 3:44 PM To: Tomcat Users List Subject: RE: Class Path and New Context I fooled around with the setclasspath.sh to include my default classpath. Tomcat however doesn't like that too bad it would

Appending to TOMCAT's class path

2002-05-07 Thread Tim Cronin
the startup scripts (under 4.X) for tomcat do not use the System classpath setting by default. In a production environment I'm fine with putting my jars in the common\lib directory but in development I want to be able to add my source tree to the classpath tomcat uses. once I do this by changing

Re: Appending to TOMCAT's class path

2002-05-07 Thread Larry Meadors
Why not put your source in the WEB-INF/classes directory of your context or put them in any other directory, and use ant to build and have it build the classes into that directory? Larry [EMAIL PROTECTED] 05/07/02 10:12AM Does anyone have a solution other than having to make a new jar file

Re: Fixed - RE: RE: Catalina Beans - Class Path Problem

2002-02-04 Thread August Detlefsen
? Thanks for the help. -Original Message- From: Pavel Brun [mailto:[EMAIL PROTECTED]] Sent: Sunday, February 03, 2002 9:10 AM To: Tomcat Users List Subject: RE: RE: Catalina Beans - Class Path Problem I am not sure if you are running this in Windows but if you go to something

RE: Fixed - RE: RE: Catalina Beans - Class Path Problem

2002-02-04 Thread Pavel Brun
. :-) Thanks for the update. Paul -Original Message- From: August Detlefsen [mailto:[EMAIL PROTECTED]] Sent: Monday, February 04, 2002 4:20 PM To: Tomcat Users List Subject: Re: Fixed - RE: RE: Catalina Beans - Class Path Problem I have found that it does not pick up changes to WEB-INF/classes

RE: Catalina Beans - Class Path Problem -- workaround solution found

2002-02-04 Thread isaco
, 2002 9:10 AM To: Tomcat Users List Subject: RE: RE: Catalina Beans - Class Path Problem I am not sure if you are running this in Windows but if you go to something equivalent to starting this at the command line, type startup debug in the %CATALINA_HOME%\bin directory and see if your classes

Re: RE: Catalina Beans - Class Path Problem

2002-02-03 Thread isaco
out. :-) Paul -Original Message- From: Jon Shoberg [mailto:[EMAIL PROTECTED]] Sent: Saturday, February 02, 2002 8:12 PM To: Tomcat Users List Subject: Catalina Beans - Class Path Problem Short Version: For some reason, I can not get my JSP pages to compile when loading a little bean

RE: RE: Catalina Beans - Class Path Problem

2002-02-03 Thread Pavel Brun
PROTECTED]] Sent: Sunday, February 03, 2002 8:29 AM To: Tomcat Users List Subject: Re: RE: Catalina Beans - Class Path Problem I am having the same problem only my clases ARE directly in the classes folder. Also, my utility classes, which are neither servlets nor Beans, are also giving me

Fixed - RE: RE: Catalina Beans - Class Path Problem

2002-02-03 Thread Jon Shoberg
- From: Pavel Brun [mailto:[EMAIL PROTECTED]] Sent: Sunday, February 03, 2002 9:10 AM To: Tomcat Users List Subject: RE: RE: Catalina Beans - Class Path Problem I am not sure if you are running this in Windows but if you go to something equivalent to starting this at the command line, type

Catalina Beans - Class Path Problem

2002-02-02 Thread Jon Shoberg
Short Version: For some reason, I can not get my JSP pages to compile when loading a little bean ... It is not reading web-inf/classes. Although, it is reading web-inf/web.xml Long Version: A)Installed tomcat, got it running, all of the example programs work. B)I am building an

Re: Catalina Beans - Class Path Problem

2002-02-02 Thread Jon Shoberg
- Class Path Problem Short Version: For some reason, I can not get my JSP pages to compile when loading a little bean ... It is not reading web-inf/classes. Although, it is reading web-inf/web.xml Long Version: A)Installed tomcat, got it running, all of the example programs work. B

RE: Catalina Beans - Class Path Problem

2002-02-02 Thread Pavel Brun
]] Sent: Saturday, February 02, 2002 8:12 PM To: Tomcat Users List Subject: Catalina Beans - Class Path Problem Short Version: For some reason, I can not get my JSP pages to compile when loading a little bean ... It is not reading web-inf/classes. Although, it is reading web-inf/web.xml Long

Re: Tomcat4.0:-Ignorance Of class path ::::oracle.jdbc.driver.OracleDriver ..

2002-01-01 Thread Sachin Tyagi
thanks .. Its working...when classes12.jar file placed to jakarta-tomcat-4.0\common\lib (WEB-INF/lib it might be ) only...It does not work when we place that file in \common\classes...that directory is for what. And on more thing is this mentioned some where that TomCat4.0 ignore the complete

Problem: class path can't be set dynamically

2001-10-21 Thread Nd Ngoka
Hi, I am a new user of jakarta-tomcat. I have installed the entire program required. When, I try to run the tomcat, via the startup button, I get the following message below. (I have the following in my computer, window 98, jakarta-tomcat-3.2.1, and java development kit version 1.3.) Thanks for

RE: Problem: class path can't be set dynamically

2001-10-21 Thread Brijesh Kumar
Did you set JAVA_HOME in startup.bat? i.e. SET JAVA_HOME=C:\jdk1.3 if Java is installed under C drive. Brijesh. -Original Message- From: Nd Ngoka [mailto:[EMAIL PROTECTED]] Sent: Sunday, October 21, 2001 7:41 PM To: [EMAIL PROTECTED] Subject: Problem: class path can't be set

RE: class path to the servlet Directory

2001-08-03 Thread Loc Lefvre
: [EMAIL PROTECTED] Objet : class path to the servlet Directory Hi, how do I set the classpath to the directory where I have my servlets.This has to be the directory other than the default webapps directory thanks Aditya

class path $printenv

2001-03-09 Thread Dennis Daniels
Hello I've searched the archives and have not found a sample from a working Tomcat server environment path under Linux. I've cked the docs as well and I can't find an example of a working tomcat environment/ classpath. If tomcat is working for you...Could you ck your classpath config...