Where to put external jars

hi,

i have developed an application using jsp in which i am using some external jars for pdf generation and telnet connection.I have made .war file for that.My problem is that i want to deploy that to jboss server,but i dont know where to put this extrernal jars in jboss.

plz help me

thankz

[317 byte] By [dgpa] at [2007-10-3 0:29:19]
# 1
You don't, you put them in the WEB-INF/lib directory of your webapp. So you put them inside the WAR file.
gimbal2a at 2007-7-14 17:22:17 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
thank you for the solutioni will do as u said
dgpa at 2007-7-14 17:22:17 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...