RE: Linux CLASSPATH

2003-03-04 Thread Jeremy Whitlock
t: Re: Linux CLASSPATH There are situations where you need it (j2ee.jar) but I personally haven't had one (I've just read that some people need it for their compilation). Hope this helps, Kenny - Original Message - From: "Jeremy Whitlock" <[EMAIL PROTECTED]> To

Re: Linux CLASSPATH

2003-03-04 Thread Kenny G. Dubuisson, Jr.
sers List'" <[EMAIL PROTECTED]> Sent: Tuesday, March 04, 2003 2:07 PM Subject: RE: Linux CLASSPATH > Kenny, > Thanks a lot. That helps. I don't have the "servlet.jar" in > the CLASSPATH yet but everything "seems" to be working properly. Say, >

RE: Linux CLASSPATH

2003-03-04 Thread Jeremy Whitlock
up.Catalina.execute(Catalina.java:400) > at org.apache.catalina.startup.Catalina.process(Catalina.java:180) > at java.lang.reflect.Method.invoke(Native Method) > at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:203) Any ideas? Thanks, Jeremy -Original Message-

Re: Linux CLASSPATH

2003-03-04 Thread Kenny G. Dubuisson, Jr.
We understand that...he wanted to know what my classpath looked like (nothing to do with Tomcat). Kenny - Original Message - From: "Filip Hanik" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Tuesday, March 04, 2003 2:04 PM Subje

RE: Linux CLASSPATH

2003-03-04 Thread Jeremy Whitlock
, 2003 1:05 PM To: Tomcat Users List Subject: RE: Linux CLASSPATH okey dokey, here we go again, in order to run Tomcat on any platform, do NOT set the CLASSPATH variable. tomcat completely ignores it however, you can do this export JAVA_HOME=/usr/local/jdk1.4 export PATH=$PATH:$JAVA_HOME/bin and t

RE: Linux CLASSPATH

2003-03-04 Thread Jeremy Whitlock
Original Message- From: Kenny G. Dubuisson, Jr. [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 04, 2003 12:43 PM To: Tomcat Users List Subject: Re: Linux CLASSPATH It depends on what libraries you want to have access to. My classpath is: CLASSPATH=$CLASSPATH:/usr/local/jakarta-tomcat-4.0.

RE: Linux CLASSPATH

2003-03-04 Thread Filip Hanik
/catalina.sh run Filip -Original Message- From: Kenny G. Dubuisson, Jr. [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 04, 2003 11:43 AM To: Tomcat Users List Subject: Re: Linux CLASSPATH It depends on what libraries you want to have access to. My classpath is: CLASSPATH=$CLASSPATH:/usr/local

Re: Linux CLASSPATH

2003-03-04 Thread Kenny G. Dubuisson, Jr.
et me know if you need more clarification. Kenny - Original Message - From: "Jeremy Whitlock" <[EMAIL PROTECTED]> To: "Tomcat" <[EMAIL PROTECTED]> Sent: Tuesday, March 04, 2003 11:42 AM Subject: Linux CLASSPATH > Tomcat List, > What

Linux CLASSPATH

2003-03-04 Thread Jeremy Whitlock
Tomcat List, What files/directories should be in my CLASSPATH? Thanks, Jeremy Whitlock --- MCP/MCSA IT Manager for Star Precision, Inc. Phone: (970) 535-4795 Metro: (303) 926-0559 Fax: (970) 535-0780 Metro Fax: (303) 926-0559 http://www.starprecision.com

Re: linux classpath problem?

2001-04-09 Thread stan chang
Hi - I tried downloading the jaf-1.0.1 library and I copied the activation.jar file to the /lib directory. However, now when I try to view my page I get the following error: org.apache.jasper.compiler.ParseException: Cannot read file: /login.jsp Could there be conflicting parsers? Thanks. st

Re: linux classpath problem?

2001-04-09 Thread Dries Watteyne
Hello, the java mail api isn't enough (javax.activation.DataSource isn't included in that api). You have to add the j2ee library or the jaf-1.0.1 library (see java.sun.com). Dries Aanhalen stan chang <[EMAIL PROTECTED]>: > Greetings - > > I'm trying to add a library for my application, howe

linux classpath problem?

2001-04-09 Thread stan chang
Greetings - I'm trying to add a library for my application, however I can't get tomcat to find it in the classpath. I've added the directory of the classes to the tomcat shell script (where I declared a CLASSPATH variable and exported it). My setup is an RPM install on a Linux kernal 2.2.14 box