RE: [JBoss-user] jboss/tomcat with Xalan & Xerces ?

2001-07-20 Thread Maraya Michael


Try putting xerces.jar and xalan.jar in the /lib directory inside
your EAR file then add the following Class-Path entry to your EJB jar and/or
WAR file's manifest:

Manifest-Version: 1.0
Class-Path: lib/xerces.jar lib/xalan.jar 

Remeber to add a new line after the last line (a Java bug requires
this).

---
Michael R. Maraya

> --
> From: [EMAIL PROTECTED][SMTP:[EMAIL PROTECTED]]
> Reply To: [EMAIL PROTECTED]
> Sent: Friday, July 20, 2001 4:47 AM
> To:   [EMAIL PROTECTED]
> Subject:  [JBoss-user] jboss/tomcat with Xalan & Xerces ?
> 
> I need the packages in xalan.jar and xerces.jar  to  execute my Entity
> Bean.
> 
> I don't find the way to indicate to my  JBoss-2.2.2/Tomcat-3.2.2   server
> how  to find them in execution of my JSP.
> 
> 
> If somebody had this problem ? or anybody's suggestions..
> 
> thanks.
> 
> 
> I already tried with puting these jars in jboss/lib/  tomcat/lib , even i
> tried with making a lib/ directory in the WEB-INF/ directory of my .war
> 
> 
> ___
> JBoss-user mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/jboss-user
> 

___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user



Re: [JBoss-user] jboss/tomcat with Xalan & Xerces ?

2001-07-20 Thread Roy Yip

It's a bit tricky here. In my case, WEB-INF/lib doesn't work for jar
which involved Remote Method Invocation. I had to put it in
%TOMCAT_HOME%/lib to make the class "loadable".

Steve Slatcher wrote:
> 
> "Roy Yip" <[EMAIL PROTECTED]> wrote in message 
>[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> 
> > Simply put those jar files in %JBOSS_HOME%/lib/ext.
> 
> This make them available to the EJBs, but does can JSPs really find them here?
> 
> > > I already tried with puting these jars in jboss/lib/  tomcat/lib , even i
> > > tried with making a lib/ directory in the WEB-INF/ directory of my .war
> 
> WEB-INF/lib is the location for jars that JSPs and Servlets need.
> 
> ___
> JBoss-user mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/jboss-user

___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user



Re: [JBoss-user] jboss/tomcat with Xalan & Xerces ?

2001-07-20 Thread Steve Slatcher


"Roy Yip" <[EMAIL PROTECTED]> wrote in message 
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...

> Simply put those jar files in %JBOSS_HOME%/lib/ext.

This make them available to the EJBs, but does can JSPs really find them here?

> > I already tried with puting these jars in jboss/lib/  tomcat/lib , even i
> > tried with making a lib/ directory in the WEB-INF/ directory of my .war

WEB-INF/lib is the location for jars that JSPs and Servlets need.




___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user



Re: [JBoss-user] jboss/tomcat with Xalan & Xerces ?

2001-07-20 Thread Roy Yip

Simply put those jar files in %JBOSS_HOME%/lib/ext.

[EMAIL PROTECTED] wrote:
> 
> I need the packages in xalan.jar and xerces.jar  to  execute my Entity
> Bean.
> 
> I don't find the way to indicate to my  JBoss-2.2.2/Tomcat-3.2.2   server
> how  to find them in execution of my JSP.
> 
> If somebody had this problem ? or anybody's suggestions..
> 
> thanks.
> 
> I already tried with puting these jars in jboss/lib/  tomcat/lib , even i
> tried with making a lib/ directory in the WEB-INF/ directory of my .war
> 
> ___
> JBoss-user mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/jboss-user

___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user



[JBoss-user] jboss/tomcat with Xalan & Xerces ?

2001-07-20 Thread Antoine . ISIDOR

I need the packages in xalan.jar and xerces.jar  to  execute my Entity
Bean.

I don't find the way to indicate to my  JBoss-2.2.2/Tomcat-3.2.2   server
how  to find them in execution of my JSP.


If somebody had this problem ? or anybody's suggestions..

thanks.


I already tried with puting these jars in jboss/lib/  tomcat/lib , even i
tried with making a lib/ directory in the WEB-INF/ directory of my .war


___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user