[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: How to add additional jar files path into jboss classpat

2009-04-14 Thread itsme
Another way would be using the bootstrapconnector. Search the web for bootstrapconnector.jar. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4225251#4225251 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4225251

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: How to add additional jar files path into jboss classpat

2009-04-11 Thread leechaolan
Hi peter, thanks for the help... :) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4224980#4224980 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4224980 ___ jboss-user mailing list

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: How to add additional jar files path into jboss classpat

2009-04-09 Thread PeterJ
The best place to put these JAR files is into your applications package. For example if your application is packaged as a WAR file, place them in WEB-INF/lib within your WAR. If your package is an EAR, place them in the base directory of the EAR and reference them in your

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: How to add additional jar files path into jboss classpat

2009-04-09 Thread leechaolan
anonymous wrote : The best place to put these JAR files is into your applications package. For example if your application is packaged as a WAR file, place them in WEB-INF/lib within your WAR. If your package is an EAR, place them in the base directory of the EAR and reference them in your

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: How to add additional jar files path into jboss classpat

2009-04-09 Thread PeterJ
Try this. Before running run.sh, do this: export JBOSS_CLASSPATH=/opt/openoffice.org/ure/share/java/java_uno.jar:...:/opt/openoffice.org/ure/share/java/unoloader.jar I didn't include all of the JARs, but that should give you and idea. If that works, look for the first use of JBOSS_CLASSPATH in