I am assuming that you packaged everything into an EAR file. In that
case, you will need to specify in the Manifest.mf file in both JAR and
WAR the classpath to the Struts JAR.

In your manifest.mf add (or something like this):

Class-Path: ./struts.jar

Make sure there's a CR at the end.


===================
Simon Tang
Senior Software Engineer
Professional Services
Voxeo Corporation
Tel: 415-678-4186




> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED]] On Behalf Of 
> Gregor Rayman
> Sent: Friday, July 06, 2001 9:39 AM
> To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
> Subject: Re: [JBoss-user] RE: Struts & Jboss?
> 
> 
> "Ravindran Ramaiah" <[EMAIL PROTECTED]> wrote:
> 
> > Hi,
> > I have tried JBoss+HP-Bluestone UBS 7.2 combination without any 
> > problems. Deployed EJB jar on JBoss and Application.war with 
> > HP-Bluestone UBS.
> >
> > This combination works fine.
> >
> > Thanks,
> > Ravi
> 
> Yes, I have no problem when I deploy the ejb jar and the war 
> separately. The problems start only when I pack them 
> togerther in an ear file and then deploy only that one.
> 
> --
> gR
> 
> 
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED] 
> http://lists.sourceforge.net/lists/listinfo/jb> oss-user
> 

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

Reply via email to