Mac os x and class files

2003-02-26 Thread Warren Burholt
Hello Tomcat Users, I still cannot get Tomcat 4.1.8 to find my class files. I've trimmed the thread and am posting again in the hope that someone will see my error. I have reverted back to using jakarta-tomcat-4.0.3 And there I have only been able to access class files from

Re: Mac os x and class files

2003-02-26 Thread Peng Tuck Kwok
This is a long shot; shouldn't your classes be in a package ? for examples your import statement : %@ page import=Plans021103% try putting it into package like org.mypackage . Putting your jars or classes under /{webapp name}/WEB-INF/lib or /{webapp name}/WEB-INF/classes should work .

Re: Mac os x and class files

2003-02-24 Thread Peng Tuck Kwok
PROTECTED] Subject: Re: Mac os x and class files Reply-To: Tomcat Users List [EMAIL PROTECTED] Hi, I would like to know your Mac OS X configuration. I have Tomcat 4.1.18 running standalone and in conjunction with JBoss 3.0.6 with Apples 1.4.n DP10 and OS X 10.2.4. With no problem what so ever

Re: Mac os x and class files

2003-02-24 Thread Warren Burholt
To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: Mac os x and class files Reply-To: Tomcat Users List [EMAIL PROTECTED] Hi, I would like to know your Mac OS X configuration. I have Tomcat 4.1.18 running standalone and in conjunction with JBoss 3.0.6 with Apples 1.4.n DP10 and OS X 10.2.4

Re: Mac os x and class files

2003-02-23 Thread Anthony Marlowe
-4.1.18/classes Any additional suggestions for testing would be greatly appreciated. Warren From: Anthony Marlowe [EMAIL PROTECTED] Date: Sat Feb 22, 2003 6:39:20 AM America/Montreal To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: Mac os x and class files Reply-To: Tomcat Users List [EMAIL

Re: Mac os x and class files

2003-02-23 Thread Warrren Burholt
[EMAIL PROTECTED] Date: Sat Feb 22, 2003 6:39:20 AM America/Montreal To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: Mac os x and class files Reply-To: Tomcat Users List [EMAIL PROTECTED] Hi, I would like to know your Mac OS X configuration. I have Tomcat 4.1.18 running standalone

Re: Mac os x and class files

2003-02-22 Thread Anthony Marlowe
: Jake Robb [EMAIL PROTECTED] Date: Fri Feb 21, 2003 9:17:35 PM America/Montreal To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: Mac os x and class files Reply-To: Tomcat Users List [EMAIL PROTECTED] The 1.4.x JDK isn't production-ready for OS X yet. There are developer preview versions

Re: Mac os x and class files

2003-02-22 Thread Warrren Burholt
To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: Mac os x and class files Reply-To: Tomcat Users List [EMAIL PROTECTED] Hi, I would like to know your Mac OS X configuration. I have Tomcat 4.1.18 running standalone and in conjunction with JBoss 3.0.6 with Apples 1.4.n DP10 and OS X 10.2.4

Mac os x and class files

2003-02-21 Thread Warrren Burholt
Hello Tomcat Users, On os x 10.2.3 I installed jakarta-tomcat-4.1.8-LE-jdk14 in usr/local I cannot get Tomcat to load my classes. Besides putting them in webapps/ROOT/WEB-INF/classes, I have tried common/classes and shared/classes. I have reverted back to using jakarta-tomcat-4.0.3 And

Re: Mac os x and class files

2003-02-21 Thread Ian McFarland
Are you using JDK1.3.1 or 1.4.1 on your OS X box? You know the default configuration for OS X is to use 1.3.1, and you should be doing so for production anyway. In any case, I use Tomcat 4.1.12 (not the LE version) on OS X 10.2.4 all the time. (And have on 10.2.3, 10.2.2, 10.2.1, 10.1.x...)

Re: Mac os x and class files

2003-02-21 Thread Jake Robb
The 1.4.x JDK isn't production-ready for OS X yet. There are developer preview versions, but they're far from reliable or complete at this time. -Jake Ian McFarland wrote: Are you using JDK1.3.1 or 1.4.1 on your OS X box? You know the default configuration for OS X is to use 1.3.1, and you

Re: Mac os x and class files

2003-02-21 Thread Warrren Burholt
: Jake Robb [EMAIL PROTECTED] Date: Fri Feb 21, 2003 9:17:35 PM America/Montreal To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: Mac os x and class files Reply-To: Tomcat Users List [EMAIL PROTECTED] The 1.4.x JDK isn't production-ready for OS X yet. There are developer preview versions