• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

where should i deploy additionel classes

 
Ranch Hand
Posts: 148
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
i use jboss 3.0 and ant. I need the servlet.jar and the j2ee.jar for coding. I store them in my jre/lib/ext directory.
That causes an error by jboss, i cant start it. How can I install this? If I use the packages jboss dont work, without the packages i cant code...?!
How should i install the packages?
Please help.
Thanks a lot
[ December 10, 2002: Message edited by: Kay Tracid ]
 
Ranch Hand
Posts: 2713
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
JBoss comes packaged with these classes already. Point your IDE or build scripts to the javax.servlet and jboss-j2ee jars in your server's lib directory.
 
Kay Tracid
Ranch Hand
Posts: 148
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks!
How must the changes look? Anybody knows? What should i change in ant?
[ December 10, 2002: Message edited by: Kay Tracid ]
 
reply
    Bookmark Topic Watch Topic
  • New Topic