2009/10/26 Rob Ogilvie :
> On Mon, Oct 26, 2009 at 09:02, Caldarale, Charles R
> wrote:
>> If any webapp requires a specific CLASSPATH setting, the webapp is
>> ill-engineered at best.
>>
>> The CLASSPATH environment variable should *never* be used with Tomcat (or
>> any other Java program, for
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Rob,
On 10/26/2009 12:21 PM, Rob Ogilvie wrote:
> Unfortunately, IBM disagrees and our webapp relies on this API:
>
> http://publib.boulder.ibm.com/infocenter/forms/v3r0m0/index.jsp?topic=/com.ibm.help.forms.doc/API_Install_Guide/i_wfsa_g_unix_settin
On Mon, Oct 26, 2009 at 09:02, Caldarale, Charles R
wrote:
> If any webapp requires a specific CLASSPATH setting, the webapp is
> ill-engineered at best.
>
> The CLASSPATH environment variable should *never* be used with Tomcat (or any
> other Java program, for that matter).
I agree. Unfortuna
> From: Rob Ogilvie [mailto:r...@axpr.net]
> Subject: Tomcat5 CLASSPATH Issues
>
> I have an application I am attempting to deploy under Tomcat5 (5.5.23
> from CentOS 5.4) that requires a specific CLASSPATH and
> LD_LIBRARY_PATH be set.
If any webapp requires a specific CLAS
Good Morning,
I have an application I am attempting to deploy under Tomcat5 (5.5.23
from CentOS 5.4) that requires a specific CLASSPATH and
LD_LIBRARY_PATH be set. I don't seem to be having any problems setting
the LD_LIBRARY_PATH (just added a line to tomcat5.conf), but am having
a heck of a time