war classpath problem

2005-09-20 Thread lio tomcat
Hello world,
 My war and i have some problem for loading some class that are embedded in 
jars in myWar/WEB-INF/lib...
I tried to solve this by writing a proper myWar/META-INF/MANIFEST.MF with no 
success. It simply ignores
it.
 I don't have anymore idea. May you give me some clue?
At list a sample of a manifest file for a war file, please.
 thx,


Re: war classpath problem

2005-09-20 Thread lio tomcat
forgot to tell about my env : jboss3.2.2/jbossweb-tomcat41.sar

On 9/20/05, lio tomcat [EMAIL PROTECTED] wrote: 
 
 Hello world,
  My war and i have some problem for loading some class that are embedded 
 in jars in myWar/WEB-INF/lib...
 I tried to solve this by writing a proper myWar/META-INF/MANIFEST.MF with 
 no success. It simply ignores
 it.
  I don't have anymore idea. May you give me some clue?
 At list a sample of a manifest file for a war file, please.
  thx,



classloader issue on jboss3.2.2 for tomcat4.1

2005-09-16 Thread lio tomcat
Hello world,
 For some reason, i had to change default conf of my jboss 3.2.2 in order to 
avoid the use of jboss class loader.
It's now set in [jboss]\deploy\jbossweb-
tomcat41.sar\META-INF\jboss-service.xml in this way :
 
attribute name=UseJBossWebLoaderfalse/attribute 

The problem is now my webapp does not even see/load my jars in my 
war/WEB-INF/lib

What's the hint?

Please help,

thx