RE: Where to place .jars

2002-07-10 Thread Shapira, Yoav

Howdy,
You may have to unpack your 3rd party jars, and repack them with only
the classes you want.  This is a sucky (official technical term)
situation, as one shouldn't fuss around with 3rd party jars ;(

However, I know other people have run into this with Sybase EAS jars and
this is the solution that worked for them.

As an aside, I have a deep and profound dislike for that product (Sybase
EAS) and refuse to use it for anything, having watch it fail on numerous
projects.

Yoav Shapira
Millennium ChemInformatics


-Original Message-
From: Makota, Tarik [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, July 09, 2002 5:46 PM
To: '[EMAIL PROTECTED]'
Subject: Where to place .jars

Hi,

I'm runing Tomcat 4.0.4 and have a problem once I place 3-rd party
.jars
into CLASSLOADER path.
These are Sybase EAServer jars.
It appears that these jars contain the same classes as found in tomcat.
So depending on where I place these jars i get varios messages
xmlParser,
null object etc.
I tried all of the directories CLASSLOADER takes in consideration but
no
luck.
WEB-INF/classes
/WEB-INF/lib/*.jar
Bootstrap classes of JVM
System class loader classses
$CATALINA_HOME/common/classes
$CATALINA_HOME/common/lib/*.jar
$CATALINA_HOME/classes
$CATALINA_HOME/lib/*.jar
Any suggestions?

Thanks Tarik





--
To unsubscribe, e-mail:   mailto:tomcat-user-
[EMAIL PROTECTED]
For additional commands, e-mail: mailto:tomcat-user-
[EMAIL PROTECTED]


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




RE: Where to place .jars

2002-07-10 Thread Gunter D'Hondt

I've never experienced any probs with jars made in Sybase EAS and we are
running the application server for a while now on multiple projects with
success, so I could only recommend it

Gunter



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On
Behalf Of Shapira, Yoav
Sent: woensdag 10 juli 2002 14:31
To: Tomcat Users List
Subject: RE: Where to place .jars


Howdy,
You may have to unpack your 3rd party jars, and repack them with only
the classes you want.  This is a sucky (official technical term)
situation, as one shouldn't fuss around with 3rd party jars ;(

However, I know other people have run into this with Sybase EAS jars and
this is the solution that worked for them.

As an aside, I have a deep and profound dislike for that product (Sybase
EAS) and refuse to use it for anything, having watch it fail on numerous
projects.

Yoav Shapira
Millennium ChemInformatics


-Original Message-
From: Makota, Tarik [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, July 09, 2002 5:46 PM
To: '[EMAIL PROTECTED]'
Subject: Where to place .jars

Hi,

I'm runing Tomcat 4.0.4 and have a problem once I place 3-rd party
.jars
into CLASSLOADER path.
These are Sybase EAServer jars.
It appears that these jars contain the same classes as found in tomcat.
So depending on where I place these jars i get varios messages
xmlParser,
null object etc.
I tried all of the directories CLASSLOADER takes in consideration but
no
luck.
WEB-INF/classes
/WEB-INF/lib/*.jar
Bootstrap classes of JVM
System class loader classses
$CATALINA_HOME/common/classes
$CATALINA_HOME/common/lib/*.jar
$CATALINA_HOME/classes
$CATALINA_HOME/lib/*.jar
Any suggestions?

Thanks Tarik





--
To unsubscribe, e-mail:   mailto:tomcat-user-
[EMAIL PROTECTED]
For additional commands, e-mail: mailto:tomcat-user-
[EMAIL PROTECTED]


--
To unsubscribe, e-mail:
mailto:[EMAIL PROTECTED]
For additional commands, e-mail:
mailto:[EMAIL PROTECTED]


attachment: winmail.dat
--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]


RE: Where to place .jars

2002-07-10 Thread andre . powroznik

Sorry for this off-topic mail but :

Maybe you should take care with what you say about other's products - especially if 
you are a concurrent vendor.

On CMS (content management systems) mailing lists people had problems when they told 
bad about some products.

Regards,

Andre POWROZNIK

PS : I'm not selling anything.

-Original Message-
From: Shapira, Yoav [mailto:[EMAIL PROTECTED]]
Sent: 10 July 2002 14:31
To: Tomcat Users List
Subject: RE: Where to place .jars


Howdy,
You may have to unpack your 3rd party jars, and repack them with only
the classes you want.  This is a sucky (official technical term)
situation, as one shouldn't fuss around with 3rd party jars ;(

However, I know other people have run into this with Sybase EAS jars and
this is the solution that worked for them.

As an aside, I have a deep and profound dislike for that product (Sybase
EAS) and refuse to use it for anything, having watch it fail on numerous
projects.

Yoav Shapira
Millennium ChemInformatics


-Original Message-
From: Makota, Tarik [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, July 09, 2002 5:46 PM
To: '[EMAIL PROTECTED]'
Subject: Where to place .jars

Hi,

I'm runing Tomcat 4.0.4 and have a problem once I place 3-rd party
.jars
into CLASSLOADER path.
These are Sybase EAServer jars.
It appears that these jars contain the same classes as found in tomcat.
So depending on where I place these jars i get varios messages
xmlParser,
null object etc.
I tried all of the directories CLASSLOADER takes in consideration but
no
luck.
WEB-INF/classes
/WEB-INF/lib/*.jar
Bootstrap classes of JVM
System class loader classses
$CATALINA_HOME/common/classes
$CATALINA_HOME/common/lib/*.jar
$CATALINA_HOME/classes
$CATALINA_HOME/lib/*.jar
Any suggestions?

Thanks Tarik





--
To unsubscribe, e-mail:   mailto:tomcat-user-
[EMAIL PROTECTED]
For additional commands, e-mail: mailto:tomcat-user-
[EMAIL PROTECTED]


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]

 DISCLAIMER  
This e-mail and any attachments thereto may contain information 
which is confidential and/or protected by intellectual property 
rights and are intended for the sole use of the recipient(s) named above. 
Any use of the information contained herein (including, but not limited to, 
total or partial reproduction, communication or distribution in any form) 
by persons other than the designated recipient(s) is prohibited. 
If you have received this e-mail in error, please notify the sender either 
by telephone or by e-mail and delete the material from any computer. 
Thank you for your cooperation.


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




RE: Where to place .jars

2002-07-09 Thread Durham David Cntr 805CSS/SCBE

put in %CATALINA_HOME%\common\lib or WEB-INF\lib of your app

-Original Message-
From: Makota, Tarik [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, July 09, 2002 4:46 PM
To: '[EMAIL PROTECTED]'
Subject: Where to place .jars


Hi,

I'm runing Tomcat 4.0.4 and have a problem once I place 3-rd party .jars
into CLASSLOADER path.
These are Sybase EAServer jars.
It appears that these jars contain the same classes as found in tomcat.
So depending on where I place these jars i get varios messages xmlParser,
null object etc.
I tried all of the directories CLASSLOADER takes in consideration but no
luck.
WEB-INF/classes 
/WEB-INF/lib/*.jar 
Bootstrap classes of JVM 
System class loader classses
$CATALINA_HOME/common/classes 
$CATALINA_HOME/common/lib/*.jar 
$CATALINA_HOME/classes 
$CATALINA_HOME/lib/*.jar 
Any suggestions?

Thanks Tarik





--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




RE: Where to place .jars

2002-07-09 Thread Durham David Cntr 805CSS/SCBE

Sorry didn't read the whole thing. Unjar the 3rd party stuff and remove the offending 
packages/classes.

-Original Message-
From: Durham David Cntr 805CSS/SCBE 
Sent: Tuesday, July 09, 2002 4:48 PM
To: Tomcat Users List
Subject: RE: Where to place .jars


put in %CATALINA_HOME%\common\lib or WEB-INF\lib of your app

-Original Message-
From: Makota, Tarik [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, July 09, 2002 4:46 PM
To: '[EMAIL PROTECTED]'
Subject: Where to place .jars


Hi,

I'm runing Tomcat 4.0.4 and have a problem once I place 3-rd party .jars
into CLASSLOADER path.
These are Sybase EAServer jars.
It appears that these jars contain the same classes as found in tomcat.
So depending on where I place these jars i get varios messages xmlParser,
null object etc.
I tried all of the directories CLASSLOADER takes in consideration but no
luck.
WEB-INF/classes 
/WEB-INF/lib/*.jar 
Bootstrap classes of JVM 
System class loader classses
$CATALINA_HOME/common/classes 
$CATALINA_HOME/common/lib/*.jar 
$CATALINA_HOME/classes 
$CATALINA_HOME/lib/*.jar 
Any suggestions?

Thanks Tarik





--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]