Eric Peters wrote:
>
> Hello,
>
> I'm trying to get JOnAS 2.0 working on a machine running HP-UX 11. In the
> documentation it says to download j2ee from sun's site, pull out some files,
> jar them into ejb.jar and put them in the classpath. Fine, except the
> download from sun's site only gives the option of Windows or Sparc/Solaris,
> nothing for HP-UX. I've tried using these as sources for my ejb.jar file,
> but can't get JOnAS to run - lots of javax.ejb.<name> NotFound Exceptions.
> Is it actually possible to run JOnAS 2.0 on HP-UX 11, or am I just making an
> error when creating my ejb.jar file or something?
As you have to take only the javax/ejb classes, you can download any
J2EE package.
You must download the J2EE package at
http://java.sun.com/j2ee/download.html
and make an ejb.jar file with all the classes found under javax/ejb in
the j2ee
package. Note that all j2ee classes are in a single jar file located at
.../j2sdkee1.2/lib/j2ee.jar.
You should extract the javax/ejb classes only and make a .jar file with
them that you can put in /usr/local/lib with other .jar files you need
for
JOnAS.
Hope this help.
>
> As an aside, is there any chance of JOnAS being fitten with some security
> features in the future?
Security features will be present on JOnAS 2.1 or 2.2.
Sorry about that!
>
> Apologies if I'm being vague - only just started working on EJBs.
>
You are welcome.
Kind regards.
Hélène.
--
-=- Hélène JOANIN -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
mailto:[EMAIL PROTECTED] http://www-frec.bull.com
Phone: 33.4.76.29.73.53 Fax: 33.4.76.29.76.00
Download our EJB Server JOnAS at http://www.bullsoft.com/ejb
_______________________________________________________________
----
To unsubscribe, send email to [EMAIL PROTECTED] and
include in the body of the message "unsubscribe jonas-users".
For general help, send email to [EMAIL PROTECTED] and
include in the body of the message "help".